123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- /*@import "scrollbars.css";*/
- /* New Tab Flash */
- :root{--newtab-textbox-background-color:#263238;}
- #browser vbox#appcontent tabbrowser,
- #content,
- #tabbrowser-tabpanels,
- browser[type=content-primary],
- browser[type=content] > html{
- background: #263238 !important
- }
- .tab-line {
- display : none !important;
- }
- /* Toolbar buttons */
- .toolbarbutton-1 {
- fill: #81A1C1 !important;
- background-color: #263238 !important;
- }
- /* Remove border under navbar */
- #navigator-toolbox::after {
- border-bottom: 0px !important;
- }
- /* remove some borders */
- #navigator-toolbox {
- border: none !important;
- }
- #titlebar {
- border: none !important;
- }
- #tabbrowser-tabs {
- background-color: #263238 !important;
- }
- /* remove lines */
- #navigator-toolbox::after {
- display: none !important;
- }
- #nav-bar, #TabsToolbar {
- border: none !important;
- }
- .tabbrowser-tab::before,
- .tabbrowser-tab::after{
- display: none !important;
- }
- tab
- {
- background-color: #263238 !important;
- font-weight: thin !important;
- color : #81A1C1 !important;
- }
- .tab-content[selected="true"]
- {
- background-color: #263238 !important;
- font-weight: bold !important;
- color : #81A1C1 !important;
- }
- #nav-bar-customization-target {
- background-color: #263238 !important;
- }
- .tabbrowser-tab{ opacity: 0.5 }
- .tabbrowser-tab:hover{ opacity: 0.75 }
- .tabbrowser-tab[selected]{ opacity: 1 }
- #urlbar{
- box-shadow: none !important;
- background-color: #263238 !important;
- background: none !important;
- border: none !important;
- color : #81A1C1 !important;
- font-weight: bold !important;
- }
- #urlbar:hover{
- box-shadow: none !important;
- }
- #tracking-protection-icon-container,#pageActionSeparator{ border-inline-width: 0px !important; }
- .urlbar-icon,
- .urlbar-icon-wrapper,
- #tabbrowser-tabs toolbarbutton,
- toolbar toolbarbutton > .toolbarbutton-icon,
- toolbar toolbarbutton > .toolbarbutton-badge-stack,
- .titlebar-button,
- #identity-box,
- #tracking-protection-icon-container,
- .findbar-textbox~toolbarbutton,
- toolbarbutton.scrollbutton-up,
- toolbarbutton.scrollbutton-down{ background-color: transparent !important;}
- .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected="true"]):not([multiselected]){ background-color: transparent !important }
- /*Tabs below nav bar*/
- #nav-bar {
- -moz-box-ordinal-group: 1 !important;
- }
- #PersonalToolbar {
- -moz-box-ordinal-group: 2 !important;
- }
- #titlebar {
- -moz-box-ordinal-group: 3 !important;
- }
- #navigator-toolbox{
- margin-top: 0px;
- padding-top:0px !important;
- }
- #toolbar-menubar{
- position: fixed;
- top: 0px;
- }
- /*#navigator-toolbox { --tabs-border-color: transparent !important; }*//* remove weird line*/
- /*Hide tabs bar if one tab is opened*/
- #tabbrowser-tabs, #tabbrowser-tabs > .tabbrowser-arrowscrollbox {
- min-height: 0 !important;
- }
- #tabbrowser-tabs tab[first-visible-tab="true"][last-visible-tab="true"] {
- visibility: collapse !important;
- }
- #tabbrowser-tabs #tabs-newtab-button {
- visibility: collapse !important;
- }
|