Advertisement
notevenjoe

firefox css

Mar 21st, 2019
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. #urlbar .urlbar-input-box {
  2. text-align: center;
  3. }
  4.  
  5. #toolbar-menubar, #TabsToolbar {
  6. background-color: white !important;
  7. }
  8.  
  9. .titlebar-close {
  10. list-style-image: url("https://i.imgur.com/r1lB4U1.png") !important;
  11. }
  12.  
  13. window:not([sizemode="maximized"]) > #titlebar{
  14. margin-bottom: -31px !important;
  15. }
  16.  
  17. .tabbrowser-tab .tab-line {
  18. background-color: #6D6796 !important;
  19. color: #6D6796 !important;
  20. }
  21.  
  22. :root[sizemode="normal"]{ border-top-width: 0px !important }
  23.  
  24. #urlbar {
  25. border-color: #6D6796 !important;
  26. }
  27.  
  28. .titlebar-spacer[type="pre-tabs"]
  29. {
  30. display: none !important;
  31. }
  32.  
  33. /* Fix back button */
  34. #back-button>.toolbarbutton-icon {
  35. transform: scale(.85, .85) !important;
  36. animation: none !important;
  37. border: none !important;
  38. box-shadow: none !important;
  39. }
  40.  
  41. #back-button:not(:hover),
  42. #back-button:not(:hover) > .toolbarbutton-icon {
  43. background: none !important;
  44. }
  45.  
  46. #back-button:hover,
  47. #back-button:hover > .toolbarbutton-icon {
  48. border-radius: 2px !important;
  49. }
  50.  
  51. :-moz-any(#content,#appcontent) browser {
  52. margin-right:-18px!important;
  53. overflow-y:scroll;
  54. margin-bottom:-1px!important;
  55. overflow-x:scroll;
  56. }
  57.  
  58. .titlebar-close {
  59. transform: scale(.8) !important;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement