diff options
-rw-r--r-- | ishtar_common/static/media/style.css | 10 |
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{ |