Changeset 4686 in subversion
- Timestamp:
- Apr 23, 2011 5:19:43 AM (2 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 1 added
- 2 edited
-
program/js/app.js (modified) (1 diff)
-
skins/default/common.css (modified) (1 diff)
-
skins/default/images/quota-colors.png (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/js/app.js
r4684 r4686 5114 5114 } 5115 5115 else { 5116 main.addClass(' quota_text_ normal');5116 main.addClass(' quota_text_low'); 5117 5117 bar1.addClass('quota_low'); 5118 5118 } -
trunk/roundcubemail/skins/default/common.css
r4497 r4686 903 903 } 904 904 .quota_bg { background-color: white; } 905 .quota_high { background -color: #F33131; }906 .quota_mid { background -color: #F5AD3C; }907 .quota_low { background -color: #91E164; }905 .quota_high { background: url(images/quota-colors.png) repeat-x 0 -28px #f90509; } 906 .quota_mid { background: url(images/quota-colors.png) repeat-x 0 -14px #e3e909; } 907 .quota_low { background: url(images/quota-colors.png) repeat-x 0 0px #05f905; } 908 908 .quota_text_high { color: white; } 909 909 .quota_text_mid { color: #666; }
Note: See TracChangeset
for help on using the changeset viewer.
