From 11883879e21097665e512b637411d29caf33d194 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 10 Nov 2007 18:22:27 +0100 Subject: [PATCH] make dropmarker never inherit an image region --- EarlyBlue/global/dropmarker.css | 2 ++ EarlyBlue/help/help.css | 4 ---- LCARStrek/global/toolbarbutton.css | 3 ++- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/EarlyBlue/global/dropmarker.css b/EarlyBlue/global/dropmarker.css index 1aa89b95..f45b9dd6 100644 --- a/EarlyBlue/global/dropmarker.css +++ b/EarlyBlue/global/dropmarker.css @@ -6,6 +6,7 @@ dropmarker { background-color: #CCD0DD; padding: 1px; list-style-image: url("chrome://global/skin/arrow/arrow-down.gif"); + -moz-image-region: auto; } dropmarker:hover:active { @@ -15,6 +16,7 @@ dropmarker:hover:active { dropmarker[disabled="true"] { list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif"); + -moz-image-region: auto; border: 1px outset #CCD0DD !important; padding: 1px !important; } diff --git a/EarlyBlue/help/help.css b/EarlyBlue/help/help.css index 01cfeff6..ff4d727e 100644 --- a/EarlyBlue/help/help.css +++ b/EarlyBlue/help/help.css @@ -61,10 +61,6 @@ -moz-image-region: inherit; } -toolbarbutton > dropmarker { - -moz-image-region: auto; -} - /* Set the minimum sidebar width so the help contents aren't squeezed together.*/ #help-sidebar { min-width: 15em; width: 20em; max-width: 25em; } diff --git a/LCARStrek/global/toolbarbutton.css b/LCARStrek/global/toolbarbutton.css index 614acb2b..b6496a10 100644 --- a/LCARStrek/global/toolbarbutton.css +++ b/LCARStrek/global/toolbarbutton.css @@ -97,7 +97,8 @@ toolbarbutton[checked="true"] { color: #FFCF00; } -toolbarbutton[checked="true"]:hover { +toolbarbutton[checked="true"]:hover, +toolbarbutton[checked="true"]:hover:active { background-color: #FFCF00; color: #000000; } -- 2.35.3