From: Robert Kaiser Date: Sun, 10 Mar 2013 21:52:18 +0000 (+0100) Subject: make up/down buttons have black arrows to fit new design X-Git-Tag: LCARStrek-2.17~4 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=f8fa984b7849f7c137b65a95ba96c34c425310ed make up/down buttons have black arrows to fit new design --- diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 4b753d16..7cf71757 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -60,21 +60,19 @@ menubar[xpfe="false"] { /* ::::: directional button icons ::::: */ .up { - list-style-image:url("chrome://global/skin/arrow/arrow-up.gif"); + list-style-image:url("chrome://global/skin/arrow/arrow-up-hover.gif"); min-width: 0px; } .up[disabled="true"] { - list-style-image:url("chrome://global/skin/arrow/arrow-up-disabled.gif"); } .down { min-width: 0px; - list-style-image:url("chrome://global/skin/arrow/arrow-down.gif"); + list-style-image:url("chrome://global/skin/arrow/arrow-down-hover.gif"); } .down[disabled="true"] { - list-style-image:url("chrome://global/skin/arrow/arrow-down-disabled.gif"); } .sidebarTree {