Bug 697413 - Usage of progress bar for visualizing imap quota is irritating - details window only. r+ui-review=bwinton

This commit is contained in:
Richard Marti 2011-11-17 10:29:26 +00:00
Родитель e225418781
Коммит 020c4af67e
4 изменённых файлов: 40 добавлений и 0 удалений

Просмотреть файл

@ -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">