X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Ftoolbar.css;h=d4f6c6660f0b56d9ce1af6fc8b7aa844ad352217;hp=b442d8484c3586b34f72ec204e8c07a5355856eb;hb=e10e7addc389ca4e7c2b804cafa0d49525bfc116;hpb=a5516fb7237c6f167df4700416053f1dd213c6c9 diff --git a/LCARStrek/communicator/toolbar.css b/LCARStrek/communicator/toolbar.css index b442d848..d4f6c666 100644 --- a/LCARStrek/communicator/toolbar.css +++ b/LCARStrek/communicator/toolbar.css @@ -37,9 +37,9 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/* ==== toolbar.css ========================================================= - == Styles for special toolbars in the Communicator suite. - ========================================================================== */ +/* ===== toolbar.css ==================================================== + == Styles used by XUL grippytoolbar in addition to general toolbar styles. + ======================================================================= */ /* ::::: primary toolbar ::::: */ @@ -51,7 +51,10 @@ background-color: #9C9CFF; } -.toolbar-primary > .toolbar-begcap { - background-color: #9C9CFF; +.toolbar-primary > toolbargrippy { + background-color: #9C9CFF; } +.toolbar-primary > toolbargrippy:hover { + background-color: #FFCF00; +}