Guest User

userChrome.css

a guest
Aug 25th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.70 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #TabsToolbar .tab-content[pinned] {
  4. padding: 0 9px !important;
  5. height:18px!important;
  6. }
  7.  
  8. .tabbrowser-tab:not([pinned]) {
  9. max-width: 150px !important;
  10. min-width: 80px !important;
  11. height: 18px!important;
  12. font-size: 11px !important;
  13. }
  14.  
  15. .tabbrowser-arrowscrollbox {
  16. background: #454545 !important;
  17. }
  18.  
  19. #forward-button, #pageActionButton, #star-button-box, .autocomplete-history-dropmarker {
  20. display: none !important;
  21. }
  22.  
  23. #TabsToolbar {
  24. margin: 0 44px 0 40vw !important;
  25. height: 30px !important;
  26. padding-left: 1px !important;
  27. background: #454545 !important;
  28. }
  29.  
  30. #nav-bar {
  31. margin: -32px 60vw 0px 0px !important;
  32. height: 32px !important;
  33. padding: 0 0 0 0 !important;
  34. }
  35.  
  36. #nav-bar-customization-target {
  37. background: #454545 !important;
  38. }
  39.  
  40. #navigator-toolbox {
  41. background: #454545 !important;
  42. }
  43.  
  44. #urlbar,#urlbar-container {
  45. background: none !important;
  46. border:none !important;
  47. margin-left: 1px !important;
  48. min-width: 200px !important;
  49. font-size: 11px !important;
  50. background: #454545 !important;
  51. }
  52.  
  53. #urlbar:hover {
  54. background:none !important;
  55. border:none !important;
  56. box-shadow:none !important;
  57. background: #454545 !important;
  58. }
  59.  
  60. #urlbar[focused="true"] {
  61. background: none !important;
  62. border:none !important;
  63. box-shadow: none !important;
  64. background: #454545 !important;
  65. }
  66.  
  67. #TabsToolbar, #titlebar, #nav-bar {
  68. -moz-appearance: -moz-mac-vibrancy-light !important;
  69. }
  70.  
  71. #navigator-toolbox::after{
  72. content: none;
  73. }
  74.  
  75. #PanelUI-button{
  76. position: fixed;
  77. top: 2px;
  78. right: 4px;
  79. border-inline-start: none;
  80. }
  81.  
  82. .titlebar-placeholder[type="caption-buttons"] {
  83. -moz-box-ordinal-group: 1 !important;
  84. }
Add Comment
Please, Sign In to add comment