Followup to bug 382591 to apply to gnomestripe as well since it was forked between creating and landing the patch r=gavin

This commit is contained in:
Neil Rashbrook 2009-04-22 13:17:33 +01:00
parent 675589edb9
commit d58c9cbf36

View File

@ -46,6 +46,8 @@
splitter {
-moz-appearance: splitter;
-moz-box-align: center;
-moz-box-pack: center;
cursor: ew-resize;
}
@ -59,5 +61,12 @@ splitter[orient="vertical"] {
/* ::::: splitter grippy ::::: */
grippy {
display: none;
cursor: pointer;
min-width: 4px;
min-height: 115px;
}
splitter[orient="vertical"] > grippy {
min-width: 115px;
min-height: 4px;
}