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:
Nihanth Subramanya 2016-12-01 16:53:18 -08:00
Родитель e7af9d37e0
Коммит 1882e054c9
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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"] {