mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
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:
parent
675589edb9
commit
d58c9cbf36
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user