Advertisement
Guest User

Untitled

a guest
Feb 16th, 2018
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. @-moz-document url(about:addons) {
  2. :root {
  3. --in-content-page-color: #0c0c0d !important;
  4. --in-content-page-background: #2f343f !important;
  5. --in-content-text-color: #0c0c0d !important;
  6. --in-content-selected-text: #fff !important;
  7. --in-content-box-background: #2f343f !important;
  8. --in-content-box-background-odd: #f3f6fa !important;
  9. --in-content-box-background-hover: #383c4a !important;
  10. --in-content-box-background-active: #383c4a !important;
  11. --in-content-box-border-color: 383c4a !important;
  12. --in-content-item-hover: rgba(0,149,221,0.25) !important;
  13. --in-content-item-selected: #0a84ff !important;
  14. --in-content-border-highlight: #0a84ff !important;
  15. --in-content-border-focus: #5294e2 !important;
  16. --in-content-border-color: red !important;
  17. --in-content-category-outline-focus: 1px dotted #0a84ff !important;
  18. --in-content-category-text: rgba(12,12,13) !important;
  19. --in-content-category-text-active: #0c0c0d !important;
  20. --in-content-category-text-selected: #0a84ff !important;
  21. --in-content-category-text-selected-active: #0060df !important;
  22. --in-content-category-background-hover: rgba(12,12,13,0.1) !important;
  23. --in-content-category-background-active: rgba(12,12,13,0.15) !important;
  24. --in-content-category-background-selected-hover: rgba(12,12,13,0.15) !important;
  25. --in-content-category-background-selected-active: rgba(12,12,13,0.2) !important;
  26. --in-content-tab-color: #424f5a !important;
  27. --in-content-link-color: #0a8dff !important;
  28. --in-content-link-color-hover: #0060df !important;
  29. --in-content-link-color-active: #003eaa !important;
  30. --in-content-link-color-visited: #0a8dff !important;
  31. --in-content-primary-button-background: #0a84ff !important;
  32. --in-content-primary-button-background-hover: #0060df !important;
  33. --in-content-primary-button-background-active: #003EAA !important;
  34. --in-content-table-border-dark-color: #d1d1d1 !important;
  35. --in-content-table-header-background: #0a84ff !important;
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement