Hide the ugly status bar borders (they were visible only on Windows).

This commit is contained in:
Florian Quèze 2009-06-23 18:40:09 +02:00
Родитель e0a4b99bc8
Коммит 52c1395efb
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -123,3 +123,12 @@ convtab > .tab-image-middle {
margin: 0px;
padding: 0px;
}
statusbar {
min-height: 16px;
}
statusbarpanel {
-moz-appearance: none;
border: none;
}