mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
merge backout
This commit is contained in:
commit
4b7aea0e8d
@ -11,18 +11,14 @@
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
.alertBox {
|
||||
border: 1px solid threedshadow;
|
||||
border-bottom: none;
|
||||
background-color: #f1f5fb;
|
||||
background-image: -moz-linear-gradient(top, white 1px, rgba(255,255,255,0) 15px);
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
border: 2px solid #7B969C;
|
||||
background-color: -moz-Dialog;
|
||||
min-height: 50px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.alertBox[orient="horizontal"] > .alertImageBox {
|
||||
-moz-margin-end: 8px;
|
||||
-moz-margin-start: 4px;
|
||||
-moz-margin-end: 6px;
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user