mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Backout 8e42e063903b (bug 700333) for Mochitest failures on Windows; a=philor
This commit is contained in:
parent
947e01ba92
commit
d694c0c03c
@ -2633,15 +2633,13 @@ panel[dimmed="true"] {
|
||||
-moz-image-region: rect(0, 16px, 16px, 0);
|
||||
min-width: 16px;
|
||||
width: 16px;
|
||||
-moz-appearance: none;
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
#highlighter-closebutton:hover {
|
||||
-moz-image-region: rect(0, 32px, 16px, 16px);
|
||||
}
|
||||
|
||||
#highlighter-closebutton:hover:active {
|
||||
#highlighter-closebutton:active {
|
||||
-moz-image-region: rect(0, 48px, 16px, 32px);
|
||||
}
|
||||
|
||||
@ -2857,6 +2855,7 @@ panel[dimmed="true"] {
|
||||
/* The content of the button can be larger than the button */
|
||||
overflow: hidden;
|
||||
min-height: 25px;
|
||||
|
||||
margin: 0 -11px 0 0;
|
||||
padding: 0 9px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user