bug 343049 - Missing CSS styles for the iMip bar. patch by ctalbert. r=lilmatt

This commit is contained in:
mattwillis%gmail.com 2006-09-12 17:10:37 +00:00
parent a8a37c95df
commit dee698e674
2 changed files with 20 additions and 0 deletions

View File

@ -138,3 +138,13 @@ treechildren::-moz-tree-image(col-calendar-Checkbox, unchecked) {
radio[pane=paneLightning] {
list-style-image: url("chrome://calendar/skin/calendartoolbar.png")
}
/**
* iMIP notification bar
*/
.iMipNotificationBar {
background-color: #baeeff;
color: #000000;
border-bottom: 1px solid ThreeDDarkShadow;
padding: 3px;
}

View File

@ -138,3 +138,13 @@ treechildren::-moz-tree-image(col-calendar-Checkbox, unchecked) {
radio[pane=paneLightning] {
list-style-image: url("chrome://calendar/skin/calendartoolbar.png")
}
/**
* iMIP notification bar
*/
.iMipNotificationBar {
background-color: #baeeff;
color: #000000;
border-bottom: 1px solid ThreeDDarkShadow;
padding: 3px;
}