mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 13:17:59 +01:00
Fix border around statusbar panels on FF3.
This commit is contained in:
@@ -117,7 +117,7 @@ label[collapsed=true] {
|
|||||||
/* fixes the min-height: 22px from firefox */
|
/* fixes the min-height: 22px from firefox */
|
||||||
statusbarpanel {
|
statusbarpanel {
|
||||||
-moz-appearance: none !important;
|
-moz-appearance: none !important;
|
||||||
border: 0;
|
border: 0 !important;
|
||||||
min-height: 18px !important;
|
min-height: 18px !important;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user