X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fsplitter.css;h=f82686ca8c9fb4edf64e19696a57dde90ab26ebe;hb=6102b41b16bcc636299e74aa5a9ac09f16cbf2dc;hp=702f2522ff90e3b1b86542b08f297534168fdcd3;hpb=e68e2f2b2fe85b417aa3d2db5e1087b173d0166e;p=themes.git diff --git a/EarlyBlue/global/splitter.css b/EarlyBlue/global/splitter.css index 702f2522..f82686ca 100644 --- a/EarlyBlue/global/splitter.css +++ b/EarlyBlue/global/splitter.css @@ -35,12 +35,12 @@ * * ***** 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 { @@ -59,6 +59,13 @@ 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"] {