From 0aede0f413f8edd622457f41942eb410d8696924 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 29 Aug 2014 17:50:59 +0200 Subject: [PATCH] move hardcoded color to CSS class - for themeability --- core/css/styles.css | 4 ++++ settings/templates/personal.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 0d3b182ea41..08ffaa72e10 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -742,6 +742,10 @@ code { font-family:"Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono } #quotatext {padding:.6em 1em;} +#quota div.quota-warning { + background-color: #fc4; +} + .pager { list-style:none; float:right; display:inline; margin:.7em 13em 0 0; } .pager li { display:inline-block; } diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 33534e59f19..c1fb20dce05 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -34,8 +34,8 @@
-
+
80): ?> class="quota-warning" >

t('You have used %s of the available %s', array($_['usage'], $_['total_space'])));?>