Last active
May 18, 2020 11:06
-
-
Save rnkn/762b05ae117039211a3fcd73fe953940 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#titlebar { | |
-moz-box-ordinal-group: 2; | |
} | |
#TabsToolbar .toolbar-items { | |
background: linear-gradient(rgb(215,215,215), rgb(205,205,205)); | |
} | |
#PlacesToolbar .toolbarbutton-icon { | |
visibility: collapse; | |
} | |
#PlacesToolbar toolbarbutton.bookmark-item { | |
padding: 0 6px !important;; | |
} | |
.tab-line { | |
display: none; | |
} | |
.tab-background[selected="true"] { | |
border-top-style: none !important; | |
} | |
.tab-content { | |
padding: 0 8px; | |
} | |
.tab-close-button { | |
-moz-box-ordinal-group: 0; | |
margin-inline-end: 5px !important; | |
} | |
.toolbarbutton-icon { | |
filter: grayscale(1.0); | |
} | |
.tabbrowser-tab::after, .tabbrowser-tab::before { | |
opacity: 0.2 !important; | |
} | |
/* #personal-bookmarks { */ | |
/* -moz-box-flex: inherit; */ | |
/* } */ | |
#PlacesToolbarItems { | |
-moz-box-pack: center; | |
} | |
toolbarbutton#appMenu-logins-button { | |
display: none; | |
} | |
menu#fill-login, menu#fill-login + menuseparator { | |
display: none; | |
} | |
/* toolbox#navigator-toolbox { */ | |
/* border-bottom: 0.5px rgba(0,0,0,0.2) solid !important; */ | |
/* box-shadow: 0 0 5px 0px rgba(0,0,0,0.2); */ | |
/* } */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment