Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Цвет пустой области, не путать со страницей*/
- #browser vbox#appcontent tabbrowser,
- #content,
- #tabbrowser-tabpanels,
- browser[type=content-primary],
- browser[type=content] > html {
- background: #14161b !important;}
- [sizemode="normal"][tabsintitlebar]:root:-moz-window-inactive{border-top:1px solid #3a393d !important;}
- #main-window:{background: #14161b !important;}
- /*Линия над активной вкладкой*/
- .tab-line {height: 2px !important;}
- /*Адресная строка*/
- #urlbar{
- background: none !important;
- border: none !important;
- box-shadow: none !inportant;
- font-size: 12px !important;
- padding-left: 3px !important;
- text-align: center;
- color:#999999 !important;}
- /*СКРЫТИЕ*/
- #pageActionButton,
- #identity-box,
- #identity-icon-labels,
- #connection-icon,
- {display: none !important;}
- /*Цвет навбара*/
- #nav-bar {box-shadow: none !important; border-top: 0 !important; background: #14161b !important; }
- /*Цвет заголовочного блока*/
- #navigator-toolbox > toolbar {background: #14161b; color:#999999 !important;}
- .tabbrowser-tab::before, .tabbrowser-tab::after {display: none !important;}
- /*Кнопки управления окном*/
- #titlebar-buttonbox{visibility: hidden;}
- /*Пустая облатсь слева в заголовке*/
- #TabsToolbar .titlebar-placeholder {display: none !important;}
- /*Цвет текста во вкладках*/
- .tab-label-container {color:#676767 !important; mask-image: initial !important;}
- .tab-label-container[selected="true"] {color: #999999 !important; mask-image: initial !important;}
- /*Скрытие линии под панелью и тени адресбара*/
- #navigator-toolbox::after {border-bottom: 0px !important;}
- #urlbar, .searchbar-textbox {box-shadow: none !important;}
- #urlbar:hover,.searchbar-textbox:hover {box-shadow: none !important;}
- .titlebar-placeholder[type="post-tabs"] {display: none !important;}
- #personal-bookmarks .bookmark-item > .toolbarbutton-icon {display: none;}
- /*Скрытие дропмаркера и пуска адрессбара*/
- .urlbar-history-dropmarker, .urlbar-go-button {display:none !important;}
- /*Скрытие слайдера прокрутки*/
- #content browser, .browserStack>browser {
- margin-right:-13px!important;
- margin-bottom:-1px!important;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- /*Цвет активной вкладки*/
- .tab-background[selected="true"] {
- background-attachment: none !important;
- background-color: #14161b !important;
- background-image: none !important;}
- /*Цвет дроп меню.*/
- #PopupAutoCompleteRichResult .autocomplete-richlistbox {
- background: #14161b !important;
- border:none !important;
- width:100% !important;
- margin-top:-1px !important;
- margin-bottom:-1px !important;
- margin-right:-1px !important;
- margin-left:-1px !important;}
- /*Цвет невыделенного-невыбранного текста*/
- .autocomplete-richlistitem .ac-title,
- .autocomplete-richlistitem .ac-action,
- .autocomplete-richlistitem .ac-separator
- {color: #777 !important;}
- /*Выделенная вкладка в дропменю*/
- .autocomplete-richlistitem:hover
- {background-color: #0077a6 !important;}
- /*Выбранная вкладка в дропменю*/
- .autocomplete-richlistitem[selected]
- {background-color: #0077a6 !important;}
- /*Выбранный текст в дропменю адресбара*/
- .autocomplete-richlistitem[selected=true] .ac-title,
- .ac-title[selected],
- .autocomplete-richlistitem[selected=true] .ac-action,
- .ac-action[selected],
- .autocomplete-richlistitem[selected=true] .ac-separator,
- .ac-separator[selected]
- {color: #fff !important;}
- /*Выделенный текст в дропменю адресбара*/
- .autocomplete-richlistitem:hover .ac-title,
- .ac-title:hover,
- .autocomplete-richlistitem:hover .ac-action,
- .ac-action:hover,
- .autocomplete-richlistitem:hover .ac-separator,
- .ac-separator:hover
- {color: #fff !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement