Bug 458588 - remove uses of -moz-outline* and drop the aliases afterwards; m-c part; r=(gavin.sharp + myk) sr=bzbarsky

This commit is contained in:
Daniel 2008-10-18 00:46:15 +02:00
parent 8ea8955634
commit 78ba57d163
6 changed files with 6 additions and 6 deletions

View File

@ -127,7 +127,7 @@
*|*::-moz-anonymous-block, *|*::-moz-anonymous-positioned-block {
/* we currently inherit from the inline that is split */
outline: inherit;
-moz-outline-offset: inherit;
outline-offset: inherit;
clip-path: inherit;
filter: inherit;
mask: inherit;

View File

@ -72,7 +72,7 @@ listbox:focus > listitem[selected="true"][current="true"] {
listbox:focus > listitem[current="true"] {
outline: 1px dotted Highlight;
-moz-outline-offset: -1px;
outline-offset: -1px;
}
listitem[selected="true"] {

View File

@ -60,7 +60,7 @@ richlistbox:focus > richlistitem[selected="true"] {
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
outline: 1px dotted Highlight;
-moz-outline-offset: -1px;
outline-offset: -1px;
}
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] {

View File

@ -72,7 +72,7 @@ listbox:focus > listitem[selected="true"][current="true"] {
listbox:focus > listitem[current="true"] {
outline: 1px dotted Highlight;
-moz-outline-offset: -1px;
outline-offset: -1px;
}
listitem[selected="true"] {

View File

@ -60,7 +60,7 @@ richlistbox:focus > richlistitem[selected="true"] {
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"] {
outline: 1px dotted Highlight;
-moz-outline-offset: -1px;
outline-offset: -1px;
}
richlistbox[seltype="multiple"]:focus > richlistitem[current="true"][selected="true"] {

View File

@ -74,7 +74,7 @@ toolbarbutton:focus
Without it, the outline won't appear. */
-moz-appearance: toolbarbutton;
outline: 1px dotted -moz-DialogText;
-moz-outline-offset: -2px;
outline-offset: -2px;
}
toolbarbutton:hover,