Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #urlbar-input {
- text-align: center !important;
- }
- #toolbar-menubar, #TabsToolbar {
- background-color: #cccccc !important;
- }
- .titlebar-close {
- list-style-image: url("close dark.png") !important;
- }
- window:not([sizemode="maximized"]) > #titlebar{
- margin-bottom: -31px !important;
- }
- .tabbrowser-tab .tab-line {
- background-color: #cccccc !important;
- color: #f2f2f2 !important;
- }
- #urlbar {
- border-color: #cccccc !important;
- }
- /* ::::: Active tab shadows ::::: */
- .tabbrowser-tab[visuallyselected="true"]:not([pinned]) {
- box-shadow: 0px 0px 8px 0px #666;
- }
- .titlebar-spacer[type="pre-tabs"]
- {
- display: none !important;
- }
- /* Fix back button */
- #back-button>.toolbarbutton-icon {
- transform: scale(.85, .85) !important;
- animation: none !important;
- border: none !important;
- box-shadow: none !important;
- }
- #back-button:not(:hover),
- #back-button:not(:hover) > .toolbarbutton-icon {
- background: none !important;
- }
- #back-button:hover,
- #back-button:hover > .toolbarbutton-icon {
- border-radius: 2px !important;
- }
- :-moz-any(#content,#appcontent) browser {
- margin-right:-18px!important;
- overflow-y:scroll;
- margin-bottom:-1px!important;
- overflow-x:scroll;
- }
- .titlebar-close {
- transform: scale(.8) !important;
- }
- /**
- * Mimic Opera tab separators.
- * Shorter and more subtle.
- */
- .tabbrowser-tab::after,
- .tabbrowser-tab::before {
- margin-bottom: 9px !important;
- margin-top: 9px !important;
- }
- #navigator-toolbox { --tabs-border-color: transparent !important; }
Advertisement
Add Comment
Please, Sign In to add comment