1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 13:52:28 +01:00

Fix statusbarpanel appearence bug on FF36.

This commit is contained in:
Kris Maglione
2010-12-20 02:26:09 -05:00
parent 0d74c309f3
commit b0374abcac

View File

@@ -132,6 +132,7 @@ label[collapsed=true] {
/* fixes the min-height: 22px from firefox */
statusbarpanel {
-moz-appearance: none !important;
border: 0;
min-height: 18px !important;
background: transparent;
}