X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fsplitter.css;h=9ff5a175ca99c3030cf480c80640322465e2b801;hp=bdc8c9a1eb1ad87a95081ae9aea35d6c0fdeed5e;hb=7862e6ee1141fa74a714e5461320d2fb8299c455;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0 diff --git a/LCARStrek/global/splitter.css b/LCARStrek/global/splitter.css index bdc8c9a1..9ff5a175 100644 --- a/LCARStrek/global/splitter.css +++ b/LCARStrek/global/splitter.css @@ -35,24 +35,24 @@ * * ***** END LICENSE BLOCK ***** */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* ===== splitter.css =================================================== == Styles used by the XUL splitter element. ======================================================================= */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + /* ::::: splitter (vertical) ::::: */ splitter { -moz-box-align: center; -moz-box-pack: center; - cursor: e-resize; + cursor: ew-resize; border: none; border-top: 3px solid black; border-bottom: 3px solid black; min-width: 6px; background-color: #9C9CFF; - margin: 0px 3px 0px 3px; + margin: 0px 3px 0px 3px; } splitter[state="dragging"], @@ -60,7 +60,7 @@ splitter:hover:active { background-color: #FFCF00; } -/* This takes margin away from outliner header splitters, else they look ugly! */ +/* This takes margin away from outliner header splitters, else they look ugly! */ splitter.tree-splitter { margin: 0px; } @@ -68,7 +68,7 @@ splitter.tree-splitter { /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { - cursor: n-resize; + cursor: ns-resize; border: none; border-left: 3px solid black; border-right: 3px solid black;