mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 04f5a3303ebf, bug 482681 due to test failures
This commit is contained in:
parent
6dcf72b416
commit
bc3b88c0b5
@ -50,12 +50,14 @@ button {
|
||||
/* The margin used here come from the Aqua Human Interface Guidelines,
|
||||
there should be 12 pixels between two buttons. */
|
||||
margin: 6px;
|
||||
padding: 0 9px;
|
||||
min-width: 79px;
|
||||
min-height: 22px;
|
||||
color: ButtonText;
|
||||
}
|
||||
|
||||
.button-text {
|
||||
margin: 1px 0 !important;
|
||||
margin: 0 !important;
|
||||
-moz-margin-start: 3px !important;
|
||||
-moz-margin-end: 2px !important;
|
||||
text-align: center;
|
||||
|
@ -306,10 +306,6 @@ notification > button:focus {
|
||||
-moz-box-shadow: 0 0 3px 3px -moz-mac-focusring;
|
||||
}
|
||||
|
||||
notification > button > .button-box > .button-text {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
/* :::::: autoscroll popup ::::: */
|
||||
|
||||
.autoscroller {
|
||||
|
Loading…
Reference in New Issue
Block a user