mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
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:
parent
e7af9d37e0
commit
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"] {
|
||||
|
Loading…
x
Reference in New Issue
Block a user