I have what I hope is a quick question. I
am trying to give the Mozilla alert dialog stuff a look and feel similar to
our in-house application currently under development. I added a CSS
style sheet that is loaded as part of
commonDialog.xul. What I was trying to accomplish is to have a yellow border
appear around the button that has the mouse pointer hovering over it. In my
style sheet I added
button:hover {
border-width:10px !important;
border-color:yellow !important;
background-color:red !important;
}
When I moved the mouse over the "OK" button in the alert dialog box that was
generated when I entered a bogus URL, the width and the background color
changed, but the border color remained gray. Is there some other border
property I am missing? Is there some special order required? Is this a
known bug?
Thanks in advance for any and all help.
Al