Prevent statusbar resizer from showing on Mac, in any theme. b=188927 sr=sfraser r=jag a=asa b=188927

This commit is contained in:
dbaron%dbaron.org 2003-02-05 03:00:07 +00:00
Родитель 4c275b67d8
Коммит 287f28c646
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -17,3 +17,6 @@ statusbar {
padding-right: 14px;
}
.statusbar-resizerpanel {
display: none;
}