Guest User

userChrome.css

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