summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-02-13 14:39:45 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-05-06 15:48:16 +0200
commite38f37b7304027d7eefadae90aaaa919654ac925 (patch)
tree7faaf604e9bc886b33dbd5e1967aa56fdd5a578d
parente2e42bd068e94791edab44ac474a930223e8d42d (diff)
downloadIshtar-e38f37b7304027d7eefadae90aaaa919654ac925.tar.bz2
Ishtar-e38f37b7304027d7eefadae90aaaa919654ac925.zip
CSS: add button in red!
-rw-r--r--ishtar_common/static/media/style.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/ishtar_common/static/media/style.css b/ishtar_common/static/media/style.css
index 96e8be596..0505e21a5 100644
--- a/ishtar_common/static/media/style.css
+++ b/ishtar_common/static/media/style.css
@@ -3,7 +3,7 @@
background-color:#ff6e6e;
}
-a.add-button, a.remove,
+a.remove,
#progress-content{
background-color:#fff;
}
@@ -16,7 +16,7 @@ div.form {
background-color: #922;
}
-#reset_wizards{
+a.add-button, #reset_wizards{
background-color: #D14;
}
@@ -27,10 +27,7 @@ a, a.remove {
color:#D14;
}
-a.add-button{
- color:#61615C;
-}
-
+a.add-button,
#reset_wizards,
#window h1{
color:#fff;
@@ -887,6 +884,7 @@ td.submit_button{
a.add-button, a.remove{
padding:0 4px;
+ font-weight:bold;
}
a.remove{