summaryrefslogtreecommitdiff
path: root/ishtar_common/static/media/style.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2014-07-21 19:21:27 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2014-07-21 19:21:27 +0200
commit7014fd98d3eec2f40cc2a574de35bb0c339a94e7 (patch)
tree5f38e92243a02add2b1e0176585f17f8c4aef7d6 /ishtar_common/static/media/style.css
parenta9a1a82a5cc32ea8e5b7a8051de5ff4cd0c6fdc7 (diff)
downloadIshtar-7014fd98d3eec2f40cc2a574de35bb0c339a94e7.tar.bz2
Ishtar-7014fd98d3eec2f40cc2a574de35bb0c339a94e7.zip
Colors and orders in short menu - cache mechanism (refs #1562)
Diffstat (limited to 'ishtar_common/static/media/style.css')
-rw-r--r--ishtar_common/static/media/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index 5a7de3694..8722b5d05 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -17,9 +17,11 @@ div.form {
}
/* color */
+#context_menu .red,
a, a.remove {
color:#D14;
}
+
a.add-button{
color:#61615C;
}
@@ -28,6 +30,18 @@ a.add-button{
color:#fff;
}
+#context_menu .orange {
+ color:#dd6011;
+}
+
+#context_menu .green {
+ color:#13ae0c;
+}
+
+#context_menu .normal{
+ color:#000;
+}
+
/* borders */
a.add-button, a.remove,
#progress-content,