mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-29 01:00:41 +00:00
bug 343049 - Missing CSS styles for the iMip bar. patch by ctalbert. r=lilmatt
This commit is contained in:
parent
a8a37c95df
commit
dee698e674
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user