blob: 056d429b90fe5d5cad0145c523ac1b89f6e0a40f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@import url("chrome://messenger/skin/");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.bitmaskAccountWizardTitle {
font-size: 150%;
font-weight: bold;
}
.bitmaskNotificationBar {
color: black;
font-weight:bold;
background-color: #add8e6;
}
|