Hide the ugly status bar borders (they were visible only on Windows).
This commit is contained in:
Родитель
e0a4b99bc8
Коммит
52c1395efb
|
@ -123,3 +123,12 @@ convtab > .tab-image-middle {
|
|||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
statusbar {
|
||||
min-height: 16px;
|
||||
}
|
||||
|
||||
statusbarpanel {
|
||||
-moz-appearance: none;
|
||||
border: none;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче