firefox: make colors match better
This commit is contained in:
parent
f36464b728
commit
cd3b7d70fa
1 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,16 @@
|
|||
#TabsToolbar {
|
||||
visibility: collapse !important;
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nav-bar {
|
||||
background: #ffffff !important;
|
||||
}
|
||||
|
||||
#sidebar-splitter {
|
||||
background: #ffffff !important;
|
||||
width: 0 !important;
|
||||
}
|
||||
|
||||
#sidebar-header {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue