theming
This commit is contained in:
parent
448372de7a
commit
ffa3121602
11 changed files with 243 additions and 38 deletions
|
@ -5,7 +5,8 @@
|
|||
|
||||
/* Hide tab bar */
|
||||
#TabsToolbar {
|
||||
display: none;
|
||||
/* display: none; */
|
||||
visibility: collapse;
|
||||
}
|
||||
|
||||
/* urlbar same color as background */
|
||||
|
@ -17,3 +18,8 @@
|
|||
#navigator-toolbox {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
/* Hide shield thing since i never ever change those settings */
|
||||
#tracking-protection-icon-container {
|
||||
visibility: collapse;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue