skins/chameleon source/quota.psd

Thomas Brüderli bruederli at kolabsys.com
Mon Mar 16 16:19:39 CET 2015


 skins/chameleon/colors.less      |    4 ++++
 skins/chameleon/images/quota.png |binary
 skins/chameleon/styles.less      |   17 +++++++++++++----
 source/quota.psd                 |binary
 4 files changed, 17 insertions(+), 4 deletions(-)

New commits:
commit 9e484a665b21a63876dab40850086140512ce4f9
Author: Thomas Bruederli <bruederli at kolabsys.com>
Date:   Mon Mar 16 16:19:02 2015 +0100

    Change of colour on the quota display per amount used (#4838)

diff --git a/skins/chameleon/colors.less b/skins/chameleon/colors.less
index 588704a..74747d7 100644
--- a/skins/chameleon/colors.less
+++ b/skins/chameleon/colors.less
@@ -19,5 +19,9 @@
 @highlight-color: @main-color;
 @hightlight-text: #3a3a3a;
 
+ at confirm-color: #c1e065;
+ at warning-color: #e07400;
+ at error-color:   #dd4646;
+
 @invitation-box-color: #fefba2;
 
diff --git a/skins/chameleon/images/quota.png b/skins/chameleon/images/quota.png
index 85e4999..da1bb0e 100644
Binary files a/skins/chameleon/images/quota.png and b/skins/chameleon/images/quota.png differ
diff --git a/skins/chameleon/styles.less b/skins/chameleon/styles.less
index be94f80..b808a2e 100644
--- a/skins/chameleon/styles.less
+++ b/skins/chameleon/styles.less
@@ -835,10 +835,19 @@ h3.subject {
 }
 
 #quotadisplay {
-	color: @text-color;
+	color: #8d8d8d;
 	background-image: url(images/quota.png);
 }
 
+#quotadisplay.p80 {
+	color: @warning-color;
+}
+
+#quotadisplay.p90,
+#quotadisplay.p100 {
+	color: @error-color;
+}
+
 #all-headers {
 	border-radius: 0;
 	box-shadow: none;
@@ -1704,7 +1713,7 @@ a.button.changeformat.text.selected span.icon {
 }
 
 #messagestack div.confirmation {
-	color: #c1e065;
+	color: @confirm-color;
 }
 
 #messagestack div.confirmation:after {
@@ -1712,7 +1721,7 @@ a.button.changeformat.text.selected span.icon {
 }
 
 #messagestack div.warning {
-	color: #e07400;
+	color: @warning-color;
 }
 
 #messagestack div.warning:after {
@@ -1720,7 +1729,7 @@ a.button.changeformat.text.selected span.icon {
 }
 
 #messagestack div.error {
-	color: #dd4646;
+	color: @error-color;
 }
 
 #messagestack div.error:after {
diff --git a/source/quota.psd b/source/quota.psd
new file mode 100644
index 0000000..eaedc9d
Binary files /dev/null and b/source/quota.psd differ




More information about the commits mailing list