Bug 595810 Part 10: support default notification icon r=IanN
This commit is contained in:
Родитель
fca85d9413
Коммит
9b417850a1
|
@ -76,6 +76,7 @@ panel[for="urlbar"] {
|
|||
-moz-user-focus: normal;
|
||||
}
|
||||
|
||||
#notification-popup-box[anchorid="notification-popup-box"] > #default-notification-icon,
|
||||
#notification-popup-box[anchorid="geo-notification-icon"] > #geo-notification-icon,
|
||||
#notification-popup-box[anchorid="addons-notification-icon"] > #addons-notification-icon,
|
||||
#notification-popup-box[anchorid="password-notification-icon"] > #password-notification-icon {
|
||||
|
|
|
@ -315,6 +315,7 @@
|
|||
<box id="notification-popup-box" hidden="true" align="center"
|
||||
onmousedown="event.stopPropagation();"
|
||||
onclick="event.stopPropagation();">
|
||||
<image id="default-notification-icon" class="notification-anchor-icon" role="button"/>
|
||||
<image id="geo-notification-icon" class="notification-anchor-icon" role="button"/>
|
||||
<image id="addons-notification-icon" class="notification-anchor-icon" role="button"/>
|
||||
<image id="password-notification-icon" class="notification-anchor-icon" role="button"/>
|
||||
|
|
|
@ -316,6 +316,12 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
|
|||
0 0 2px 2px -moz-mac-focusring;
|
||||
}
|
||||
|
||||
#default-notification-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/information-16.png");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#geo-notification-icon {
|
||||
list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
|
||||
width: 16px;
|
||||
|
|
|
@ -357,6 +357,12 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
|
|||
outline: 1px dotted -moz-DialogText;
|
||||
}
|
||||
|
||||
#default-notification-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/information-16.png");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#geo-notification-icon {
|
||||
list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
|
||||
width: 16px;
|
||||
|
|
|
@ -65,3 +65,10 @@ notification[type="critical"] {
|
|||
.messageCloseButton:hover:active {
|
||||
list-style-image: url("chrome://global/skin/icons/close-act.gif");
|
||||
}
|
||||
|
||||
/* Popup notifications */
|
||||
|
||||
.popup-notification-description {
|
||||
max-width: 248px;
|
||||
margin-top: 4px !important;
|
||||
}
|
||||
|
|
|
@ -542,6 +542,12 @@ toolbar[mode="icons"] #search-button > .button-box > .button-text {
|
|||
outline: 1px dotted;
|
||||
}
|
||||
|
||||
#default-notification-icon {
|
||||
list-style-image: url("chrome://global/skin/icons/information-16.png");
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#geo-notification-icon {
|
||||
list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
|
||||
width: 16px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче