X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fsplitter.css;h=702f2522ff90e3b1b86542b08f297534168fdcd3;hp=dd534234486cd3afb10ea770eb8c864f63302697;hb=e68e2f2b2fe85b417aa3d2db5e1087b173d0166e;hpb=4605f956ba48662374e6de24b44df20362d540c2 diff --git a/EarlyBlue/global/splitter.css b/EarlyBlue/global/splitter.css index dd534234..702f2522 100644 --- a/EarlyBlue/global/splitter.css +++ b/EarlyBlue/global/splitter.css @@ -46,7 +46,7 @@ splitter { -moz-box-align: center; -moz-box-pack: center; - cursor: e-resize; + cursor: ew-resize; border: none; border-left: 1px solid #9999CC; border-right: 1px solid #9999CC; @@ -62,7 +62,7 @@ splitter:hover:active { /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { - cursor: n-resize; + cursor: ns-resize; border: none; border-top: 1px solid #9999CC; border-bottom: 1px solid #9999CC;