n49o7

Config : userChrome.css

Jun 9th, 2021 (edited)
1,249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.27 KB | None | 0 0
  1. // Find the latest version at https://github.com/n49o7/firefox-profile-chrome
  2.  
  3. /* Context */
  4.  
  5. #context-viewsource,
  6. #context-inspect-a11y,
  7. #context-sep-screenshots,
  8. #context-pocket,
  9. #context-savepage,
  10. #context-print-selection {
  11.     display:  none;
  12. }
  13.  
  14. /* Bookmarks */
  15.  
  16. #editBookmarkPanelInfoArea,
  17. #editBookmarkSeparator,
  18. #editBMPanel_tagsRow,
  19. #editBookmarkPanelBottomContent{
  20.   display: none;
  21. }
  22.  
  23. :root {
  24.   --arrowpanel-padding: 8px !important;
  25. }
  26.  
  27. /* Tabs */
  28.  
  29. :root {
  30.   --tab-min-height: 32px !important;
  31.   --inline-tab-padding: 8px !important;
  32. }
  33.  
  34. .tab-content {
  35.   padding: 0 var(--inline-tab-padding) !important;
  36. }
  37.  
  38. .tab-background {
  39.   border-radius: var(--tab-border-radius) var(--tab-border-radius) 0 0 !important;
  40.   margin-block: var(--proton-tab-block-margin) 0 !important;
  41. }
  42.  
  43. .tabbrowser-tab {
  44.   --tab-line-color:  none !important;
  45. }
  46.  
  47. .tab-background:not([selected="true"]) {
  48.   /*background: # !important;*/
  49. }
  50.  
  51. .tab-background[selected="true"] {
  52.   /*background: #463D39 !important;*/
  53.   background-image: linear-gradient(var(--lwt-selected-tab-background-color), #266DAC) !important;
  54. }
  55.  
  56. /* Toolbar */
  57.  
  58. :root {
  59.   --urlbar-height: 24px !important;
  60.   --urlbar-toolbar-height: 24px !important;
  61.   --toolbarbutton-outer-padding: 0px !important;
  62. }
Add Comment
Please, Sign In to add comment