From b63f27f485d88e5bf5cd15d7b2fe654ee1a0f10b Mon Sep 17 00:00:00 2001 From: "kerz%netscape.com" Date: Fri, 9 Aug 2002 01:19:14 +0000 Subject: [PATCH] fix dropdown markers git-svn-id: svn://10.0.0.236/trunk@126850 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/base/skin/browser.css | 34 +++++++++++++-------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/mozilla/browser/base/skin/browser.css b/mozilla/browser/base/skin/browser.css index 3d786063f48..86043f3649c 100644 --- a/mozilla/browser/base/skin/browser.css +++ b/mozilla/browser/base/skin/browser.css @@ -384,15 +384,15 @@ toolbar[iconsize="small"] #back-button { list-style-image: url("chrome://browser/skin/back-forward-small.png") !important; -moz-image-region: rect(0px 28px 25px 0px); } -#back-button[toolbarmode="small"], +#back-button[toolbarmode="small"]:hover, toolbar[iconsize="small"] #back-button[buttonover="true"] { -moz-image-region: rect(0px 56px 25px 28px); } -#back-button[toolbarmode="small"], +#back-button[toolbarmode="small"][disabled="true"], toolbar[iconsize="small"] #back-button[disabled="true"] { -moz-image-region: rect(0px 84px 25px 56px); } -#back-button[toolbarmode="small"], +#back-button[toolbarmode="small"]:hover:active, toolbar[iconsize="small"] #back-button[buttondown="true"] { -moz-image-region: rect(0px 112px 25px 84px) !important; } @@ -402,15 +402,15 @@ toolbar[iconsize="small"] #forward-button { list-style-image: url("chrome://browser/skin/back-forward-small.png") !important; -moz-image-region: rect(25px 28px 50px 0px); } -#forward-button[toolbarmode="small"], +#forward-button[toolbarmode="small"]:hover, toolbar[iconsize="small"] #forward-button[buttonover="true"] { -moz-image-region: rect(25px 56px 50px 28px); } -#forward-button[toolbarmode="small"], +#forward-button[toolbarmode="small"]:hover:active, toolbar[iconsize="small"] #forward-button[buttondown="true"] { -moz-image-region: rect(25px 84px 50px 56px); } -#forward-button[toolbarmode="small"], +#forward-button[toolbarmode="small"][disabled="true"], toolbar[iconsize="small"] #forward-button[disabled="true"] { -moz-image-region: rect(25px 112px 50px 84px) !important; } @@ -420,15 +420,15 @@ toolbar[iconsize="small"] #reload-button { list-style-image: url("chrome://browser/skin/reload-small.png") !important; -moz-image-region: rect(0px 24px 25px 0px); } -#reload-button[toolbarmode="small"], +#reload-button[toolbarmode="small"]:hover, toolbar[iconsize="small"] #reload-button:hover { -moz-image-region: rect(0px 48px 25px 24px); } -#reload-button[toolbarmode="small"], +#reload-button[toolbarmode="small"]:hover:active, toolbar[iconsize="small"] #reload-button:hover:active { -moz-image-region: rect(0px 72px 25px 48px); } -#reload-button[toolbarmode="small"], +#reload-button[toolbarmode="small"][disabled="true"], toolbar[iconsize="small"] #reload-button[disabled="true"] { -moz-image-region: rect(0px 96px 25px 72px) !important; } @@ -438,15 +438,15 @@ toolbar[iconsize="small"] #stop-button { list-style-image: url("chrome://browser/skin/stop-small.png") !important; -moz-image-region: rect(0px 24px 25px 0px); } -#stop-button[toolbarmode="small"], +#stop-button[toolbarmode="small"]:hover, toolbar[iconsize="small"] #stop-button:hover { -moz-image-region: rect(0px 48px 25px 24px); } -#stop-button[toolbarmode="small"], +#stop-button[toolbarmode="small"]:hover:active, toolbar[iconsize="small"] #stop-button:hover:active { -moz-image-region: rect(0px 72px 25px 48px); } -#stop-button[toolbarmode="small"], +#stop-button[toolbarmode="small"][disabled="true"], toolbar[iconsize="small"] #stop-button[disabled="true"] { -moz-image-region: rect(0px 96px 25px 72px) !important; } @@ -456,11 +456,11 @@ toolbar[iconsize="small"] #home-button { list-style-image: url("chrome://browser/skin/home-small.png") !important; -moz-image-region: rect(0px 28px 25px 0px); } -#home-button[toolbarmode="small"], +#home-button[toolbarmode="small"]:hover, toolbar[iconsize="small"] #home-button:hover { -moz-image-region: rect(0px 56px 25px 28px); } -#home-button[toolbarmode="small"], +#home-button[toolbarmode="small"]:hover:active, toolbar[iconsize="small"] #home-button:hover:active { -moz-image-region: rect(0px 112px 25px 84px); } @@ -470,15 +470,15 @@ toolbar[iconsize="small"] #print-button { list-style-image: url("chrome://browser/skin/print-small.png"); -moz-image-region: rect(0px 28px 25px 0px); } -#print-button[toolbarmode="small"], +#print-button[toolbarmode="small"]:hover, toolbar[iconsize="small"] #print-button:hover { -moz-image-region: rect(0px 56px 25px 28px); } -#print-button[toolbarmode="small"], +#print-button[toolbarmode="small"]:hover:active, toolbar[iconsize="small"] #print-button:hover:active { -moz-image-region: rect(0px 84px 25px 56px); } -#print-button[toolbarmode="small"], +#print-button[toolbarmode="small"][disabled="true"], toolbar[iconsize="small"] #print-button[disabled="true"] { -moz-image-region: rect(0px 112px 25px 84px); }