Bug 319043: splitter.css should use ew-/ns-resize; p=<stefan_h@hem.utfors.se>, r/sr=neil

This commit is contained in:
mnyromyr%tprac.de 2005-12-04 20:56:40 +00:00
parent 806c5d60f2
commit 1d7711e065
3 changed files with 6 additions and 6 deletions

View File

@ -47,7 +47,7 @@
splitter {
-moz-box-align: center;
-moz-box-pack: center;
cursor: e-resize;
cursor: ew-resize;
border: 2px solid;
-moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
@ -64,7 +64,7 @@ splitter[state="dragging"] {
/* ::::: splitter (horizontal) ::::: */
splitter[orient="vertical"] {
cursor: n-resize;
cursor: ns-resize;
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDShadow ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;

View File

@ -47,7 +47,7 @@
splitter {
-moz-box-align: center;
-moz-box-pack: center;
cursor: e-resize;
cursor: ew-resize;
border: 2px solid;
-moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow;
@ -64,7 +64,7 @@ splitter[state="dragging"] {
/* ::::: splitter (horizontal) ::::: */
splitter[orient="vertical"] {
cursor: n-resize;
cursor: ns-resize;
-moz-border-top-colors: ThreeDDarkShadow ThreeDHighlight;
-moz-border-right-colors: ThreeDShadow ThreeDLightShadow;
-moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow;

View File

@ -46,7 +46,7 @@
splitter {
-moz-box-align: center;
-moz-box-pack: center;
cursor: e-resize;
cursor: ew-resize;
border-top: 1px solid;
border-right: 2px solid;
border-bottom: 1px solid;
@ -62,7 +62,7 @@ splitter {
/* ::::: splitter (horizontal) ::::: */
splitter[orient="vertical"] {
cursor: n-resize;
cursor: ns-resize;
border-top: 2px solid;
border-right: 1px solid;
border-bottom: 2px solid;