Bug 697413 - Usage of progress bar for visualizing imap quota is irritating - details window only. r+ui-review=bwinton
This commit is contained in:
Родитель
e225418781
Коммит
020c4af67e
|
@ -91,3 +91,16 @@ radio[pane=paneAdvanced] {
|
|||
#tagList:focus > listitem[selected="true"] {
|
||||
color: HighlightText !important;
|
||||
}
|
||||
|
||||
/* Quota meter in Folder Properties */
|
||||
|
||||
#quotaPercentageBar {
|
||||
-moz-appearance: none;
|
||||
border: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
#quotaPercentageBar > .progress-bar {
|
||||
-moz-appearance: none;
|
||||
background-color: #88AAFF;
|
||||
opacity: .5;
|
||||
}
|
||||
|
|
|
@ -163,3 +163,16 @@ tabpanels {
|
|||
#tagList:focus > listitem[selected="true"] {
|
||||
color: HighlightText !important;
|
||||
}
|
||||
|
||||
/* Quota meter in Folder Properties */
|
||||
|
||||
#quotaPercentageBar {
|
||||
-moz-appearance: none;
|
||||
border: 1px solid #8B8B8B;
|
||||
}
|
||||
|
||||
#quotaPercentageBar > .progress-bar {
|
||||
-moz-appearance: none;
|
||||
background-color: #88AAFF;
|
||||
opacity: .5;
|
||||
}
|
||||
|
|
|
@ -121,3 +121,16 @@ radio[pane=paneAdvanced] {
|
|||
#tagList:focus > listitem[selected="true"] {
|
||||
color: HighlightText !important;
|
||||
}
|
||||
|
||||
/* Quota meter in Folder Properties */
|
||||
|
||||
#quotaPercentageBar {
|
||||
-moz-appearance: none;
|
||||
border: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
#quotaPercentageBar > .progress-bar {
|
||||
-moz-appearance: none;
|
||||
background-color: #88AAFF;
|
||||
opacity: .5;
|
||||
}
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/preferences/preferences.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE dialog SYSTEM "chrome://messenger/locale/folderProps.dtd">
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче