You are here

admin.devel.css in Admin 6.2

Same filename and directory in other branches
  1. 7.2 includes/admin.devel.css
div.dev-query,
div.dev-timer,
div.dev-memory-usage,
div.devel-querylog { display:none; }

.devel-hide { display:none !important; }

/**
 * Admin devel block ==================================================
 */
#block-admin-devel div.dev-info strong {
  color:#fff;
  font-weight:bold;
  }

#block-admin-devel input.dev-querylog-show,
#block-admin-devel input.dev-querylog-hide { margin-top:5px; }
#block-admin-devel input.dev-querylog-hide { display:none; }

#block-admin-devel .marker {
  color:#f40;
  font-weight:bold;
  }

/* Override menu styling */
#admin-toolbar #block-admin-devel { padding-bottom:10px; }

/**
 * Query list =========================================================
 */
div.devel-querylog {
  border-bottom:1px solid #181818;
  background:#080808;
  color:#999;
  font-size:11px;
  line-height:15px;
  position:relative;
  display:none;
  }

div.devel-querylog-header {
  border:0px;
  font-weight:bold;
  }

div.devel-querylog .marker {
  color:#f40;
  font-weight: bold;
  }

div.devel-querylog a { color:#fff; }

div.devel-querylog-even { background:#0c0c0c; }
div.devel-querylog-odd { background:#101010; }

File

includes/admin.devel.css
View source
  1. div.dev-query,
  2. div.dev-timer,
  3. div.dev-memory-usage,
  4. div.devel-querylog { display:none; }
  5. .devel-hide { display:none !important; }
  6. /**
  7. * Admin devel block ==================================================
  8. */
  9. #block-admin-devel div.dev-info strong {
  10. color:#fff;
  11. font-weight:bold;
  12. }
  13. #block-admin-devel input.dev-querylog-show,
  14. #block-admin-devel input.dev-querylog-hide { margin-top:5px; }
  15. #block-admin-devel input.dev-querylog-hide { display:none; }
  16. #block-admin-devel .marker {
  17. color:#f40;
  18. font-weight:bold;
  19. }
  20. /* Override menu styling */
  21. #admin-toolbar #block-admin-devel { padding-bottom:10px; }
  22. /**
  23. * Query list =========================================================
  24. */
  25. div.devel-querylog {
  26. border-bottom:1px solid #181818;
  27. background:#080808;
  28. color:#999;
  29. font-size:11px;
  30. line-height:15px;
  31. position:relative;
  32. display:none;
  33. }
  34. div.devel-querylog-header {
  35. border:0px;
  36. font-weight:bold;
  37. }
  38. div.devel-querylog .marker {
  39. color:#f40;
  40. font-weight: bold;
  41. }
  42. div.devel-querylog a { color:#fff; }
  43. div.devel-querylog-even { background:#0c0c0c; }
  44. div.devel-querylog-odd { background:#101010; }