mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 770433 - Update borders and background of alert (toast) notifications on Windows. ui-r=shorlander r=gavin
This commit is contained in:
parent
fd2ad68e65
commit
314a0f595f
@ -11,14 +11,18 @@
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
.alertBox {
|
||||
border: 2px solid #7B969C;
|
||||
background-color: -moz-Dialog;
|
||||
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;
|
||||
min-height: 50px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.alertBox[orient="horizontal"] > .alertImageBox {
|
||||
-moz-margin-start: 4px;
|
||||
-moz-margin-end: 6px;
|
||||
-moz-margin-end: 8px;
|
||||
min-height: 46px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user