X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fsplitter.css;h=f82686ca8c9fb4edf64e19696a57dde90ab26ebe;hb=ecb2fda954d8076fd5a1e39021e6aea122a10214;hp=dd534234486cd3afb10ea770eb8c864f63302697;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f;p=themes.git diff --git a/EarlyBlue/global/splitter.css b/EarlyBlue/global/splitter.css index dd534234..f82686ca 100644 --- a/EarlyBlue/global/splitter.css +++ b/EarlyBlue/global/splitter.css @@ -35,18 +35,18 @@ * * ***** 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-left: 1px solid #9999CC; border-right: 1px solid #9999CC; @@ -59,10 +59,17 @@ splitter:hover:active { background-color: #999999; } +.toolbar-splitter { + min-width: 2px; + margin: 2px 0; + border: none; + -moz-border-start: 1px dotted #666699; +} + /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { - cursor: n-resize; + cursor: ns-resize; border: none; border-top: 1px solid #9999CC; border-bottom: 1px solid #9999CC;