Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* AGENT SHEET */
- /* General Browser/Navbar */
- #tab-view-deck {
- /* Expand right, bottom, left window frame width and add gray bottom border */
- margin-right:2px !important;
- margin-bottom:2px !important;
- margin-left:2px !important;
- border-bottom:1px solid transparent !important;
- }
- #browser, #browser-bottombox {
- /* Gray side borders for content area and bottom toolbars */
- border-left:1px solid transparent !important;
- border-right:1px solid transparent !important;
- }
- #navigator-toolbox {
- /* Invisible side borders for upper toolbar and tab bar area */
- border-left:1px solid transparent !important;
- border-right:1px solid transparent !important;
- }
- #titlebar-buttonbox-container {
- /*Push min/max/close buttons in from the right same total margin + border width*/
- margin-right:0px !important;
- display: none !important;
- }
- /* Tabs */
- #tabbrowser-tabs {
- margin-top: -14px !important;
- margin-right: 90px !important;
- }
- .tabbrowser-arrowscrollbox {
- margin-right:-99px !important;
- }
- #new-tab-button {
- margin-top: -15px !important;
- margin-left:89px !important;
- /*margin-right:20px !important;*/
- margin-right:0px !important;
- }
- #alltabs-button {
- margin-top: -15px !important;
- /*margin-right: 85px !important;*/
- margin-right:3px !important;
- }
- #PanelUI-menu-button {
- margin-left: -2px !important;
- margin-right: 2px !important;
- }
- #TabsToolbar:not(:-moz-lwtheme) {
- /* box-shadow: none !important;*/
- margin-right:75px !important;
- }
- .scrollbutton-down {
- margin-right:-80px !important;
- }
- /* Fullscreen */
- #main-window[sizemode="maximized"] #tabbrowser-tabs tab,
- #main-window[sizemode="fullscreen"] #tabbrowser-tabs tab
- {
- margin-top: 15px !important;
- }
- #main-window[sizemode="maximized"] .scrollbutton-down,
- #main-window[sizemode="fullscreen"] .scrollbutton-down
- {
- margin-top: 12px !important;
- /* margin-right: -40px !important;*/
- }
- #main-window[sizemode="maximized"] .scrollbutton-up,
- #main-window[sizemode="fullscreen"] .scrollbutton-up
- {
- margin-top: 12px !important;
- /* margin-right: -40px !important;*/
- }
- #main-window[sizemode="maximized"] #alltabs-button,
- #main-window[sizemode="fullscreen"] #alltabs-button
- {
- margin-top: -2px !important;
- margin-right: 7px !important;
- }
- #main-window[sizemode="maximized"] #new-tab-button,
- #main-window[sizemode="fullscreen"] #new-tab-button
- {
- margin-top: -2px !important;
- }
- #main-window[sizemode="maximized"] .tabs-newtab-button,
- #main-window[sizemode="fullscreen"] .tabs-newtab-button
- {
- margin-top:14px !important;
- }
- /*Scrollbars
- @see https://gist.github.com/4003205
- @see chrome://browser/skin/devtools/floating-scrollbars.css (Fx 18+)
- @see http://userstyles.org/styles/76999/glow-scrollbar
- */
- scrollbar scrollbarbutton ,
- scrollbar gripper {
- visibility: collapse;
- }
- scrollbar ,
- scrollbar thumb {
- -moz-appearance: none !important;
- }
- scrollbar[orient="vertical"] {
- -moz-margin-start: -4px;
- min-width: 4px;
- max-width: 4px;
- }
- scrollbar[orient="horizontal"] {
- margin-top: -4px;
- min-height: 4px;
- max-height: 4px;
- }
- scrollbar {
- position: relative;
- background-image: none;
- z-index: 2147483647;
- background-color: transparent;
- }
- scrollbar:hover {
- background-color: ButtonHighlight;
- }
- scrollbar thumb {
- border: none !important;
- border-radius: 1.5px !important;
- background-color: #92969b;
- opacity: .55;
- }
- scrollbar:hover thumb {
- opacity: 1;
- }
- scrollbar thumb:active ,
- scrollbar thumb:hover {
- opacity: 1;
- background-color: ButtonShadow;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement