X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fsplitter.css;h=f1c025c3395c3e457d83b4f044239eba58f88414;hb=357754050dab3b35781c839f0d369297f00fcf2d;hp=bdc8c9a1eb1ad87a95081ae9aea35d6c0fdeed5e;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0;p=themes.git diff --git a/LCARStrek/global/splitter.css b/LCARStrek/global/splitter.css index bdc8c9a1..f1c025c3 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; } splitter[state="dragging"], @@ -60,20 +60,24 @@ 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; } +splitter:-moz-lwtheme { + background: none; +} + /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { - cursor: n-resize; + cursor: ns-resize; border: none; border-left: 3px solid black; border-right: 3px solid black; min-height: 6px; - margin: 3px 0px 3px 0px; + margin: 3px 0px; } /* ::::: splitter grippy ::::: */