|
|
@ -26,39 +26,39 @@ Manual interventions needed to setup Firefox. |
|
|
|
Tree Style Tab style rules. |
|
|
|
Tree Style Tab style rules. |
|
|
|
|
|
|
|
|
|
|
|
#+BEGIN_SRC css |
|
|
|
#+BEGIN_SRC css |
|
|
|
#tabbar { |
|
|
|
#tabbar { |
|
|
|
background: #2b2e39; |
|
|
|
background: #2b2e39; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tab { |
|
|
|
.tab { |
|
|
|
height: 23px; |
|
|
|
height: 25px; |
|
|
|
margin-bottom: 1px; |
|
|
|
margin-bottom: 1px; |
|
|
|
background: #404552; |
|
|
|
background: #404552; |
|
|
|
border: 0px; |
|
|
|
border: 0px; |
|
|
|
color: #c5c8c6; |
|
|
|
color: #c5c8c6; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tab .label { |
|
|
|
.tab .label { |
|
|
|
line-height: 1.15; |
|
|
|
line-height: 1.75; |
|
|
|
margin-bottom: 1px; |
|
|
|
margin-bottom: 1px; |
|
|
|
margin-left: 0.25em; |
|
|
|
margin-left: 0.25em; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tab .closebox { |
|
|
|
.tab .closebox { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tab.active { |
|
|
|
.tab.active { |
|
|
|
background: #2b2e39 !important; |
|
|
|
background: #2b2e39 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.tab:hover { |
|
|
|
.tab:hover { |
|
|
|
background: #2b2e39; |
|
|
|
background: #2b2e39; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.newtab-button-box { |
|
|
|
.newtab-button-box { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
|
|
|
* Ublock Origin Filters |
|
|
|
* Ublock Origin Filters |
|
|
|