Advertisement
Guest User

userContent.css

a guest
Feb 18th, 2018
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. @-moz-document regexp("about:(newtab|home)") {
  2. body {
  3. background-color: #222 !important;
  4. overflow-y:hidden!important;
  5. }
  6. .prefs-pane-button button{
  7. fill: rgba(255, 255, 255, 0.6)!important;
  8. }
  9. .prefs-pane-button button:hover{
  10. background-color:#222!important;
  11. fill: rgba(255, 255, 255, 0.3)!important;
  12. }
  13. .sidebar {
  14. background-color: #333!important;
  15. color: #FFF!important;
  16. border-left: none!important;
  17. }
  18. .sidebar .actions {
  19. border: none!important;
  20. background-color: #444!important;
  21. color: #FFF!important;
  22. }
  23. .sidebar .actions .done {
  24. background: #383838!important;
  25. border: none!important;
  26. }
  27. .sidebar .actions button:hover:not(.dismiss) {
  28. box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.3)!important;
  29. transition: box-shadow 150ms!important;
  30. }
  31. #onboarding-overlay-button {
  32. display: none!important;
  33. }
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement