Color quota display orange/red when over 80/90 %

pull/269/head
Thomas Bruederli 10 years ago
parent 465ba8d11b
commit 3dd377e272

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -2231,6 +2231,11 @@ a.iconbutton:focus,
background: url(images/quota.png) -100px 0 no-repeat;
}
#quotadisplay.p90,
#quotadisplay.p100 {
color: #e03221;
}
table.quota-info {
border-spacing: 0;
border-collapse: collapse;

@ -532,6 +532,7 @@ function rcube_mail_ui()
y -= step;
element.css('background-position', '0 -' + y + 'px');
element.attr('class', 'countdisplay p' + (Math.round(p.percent / 10) * 10));
if (p.table) {
if (!menu.length)

Loading…
Cancel
Save