зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1320128 - [Captive Portal] Add bottom/top borders to info notifications on Linux. r=Gijs
MozReview-Commit-ID: 5G1cjpThRpZ --HG-- extra : rebase_source : 765fbaff1ff65edf04da8a41051d686931089796
This commit is contained in:
Родитель
e7af9d37e0
Коммит
1882e054c9
|
@ -17,6 +17,16 @@ notification[type="info"] {
|
|||
color: -moz-DialogText;
|
||||
background-color: -moz-Dialog;
|
||||
-moz-appearance: none;
|
||||
border-top: 1px solid ThreeDShadow;
|
||||
border-bottom: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
notificationbox[notificationside="top"] > notification[type="info"] {
|
||||
border-top-style: none;
|
||||
}
|
||||
|
||||
notificationbox[notificationside="bottom"] > notification[type="info"] {
|
||||
border-bottom-style: none;
|
||||
}
|
||||
|
||||
notification[type="critical"] {
|
||||
|
|
Загрузка…
Ссылка в новой задаче