admin.devel.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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; }