Guest User

css firefox

a guest
Aug 3rd, 2025
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.12 KB | None | 0 0
  1. .urlbarView-row:not([type="tip"],
  2. [type="dynamic"]) {
  3.     min-height: 10px !important;
  4.     height: 10px !important;
  5. }
  6.  
  7. #back-button, #forward-button { display:none!important; }
  8.  
  9. .tabbrowser-tab[fadein]:not([pinned]) { max-width: 70px !important; }
  10.  
  11. .urlbarView-url{display: none !important; }
  12.  
  13. #detailsPane
  14.   :is(.editBMPanel_tagsRow, #editBMPanel_tagsField, #editBMPanel_tagsSelectorExpander, #tags-field-info,
  15.       .editBMPanel_keywordRow, #editBMPanel_keywordField, #keyword-field-info) {
  16.   display:none !important;
  17. }
  18.  
  19. #detailsPane{
  20.     min-height:1em !important;
  21. }
  22.  
  23. html#main-window body toolbox#navigator-toolbox.browser-toolbox-background toolbar#TabsToolbar.browser-toolbar.browser-titlebar hbox.titlebar-buttonbox-container {
  24.     display: none !important;
  25. }
  26. @media (min-width: 1001px) {
  27.     #navigator-toolbox {
  28.         display: flex !important;
  29.         flex-direction: row !important;
  30.         flex-wrap: wrap !important;
  31.     }
  32.     #PersonalToolbar {
  33.         order: 3 !important;
  34.         width: 100% !important;
  35.         padding: 4px !important;
  36.     }
  37. }
  38.  
  39. #toolbar-menubar {
  40.     display: none !important;
  41. }
  42.  
  43.  
Advertisement
Add Comment
Please, Sign In to add comment