diff options
| 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 | 
| commit | 1f1545be8ef13050094e8240f3bffc7c985a76e7 (patch) | |
| tree | 7faaf604e9bc886b33dbd5e1967aa56fdd5a578d /ishtar_common | |
| parent | 24767dff8822ce20d4094a7789ce38e7d71bdcfb (diff) | |
| download | Ishtar-1f1545be8ef13050094e8240f3bffc7c985a76e7.tar.bz2 Ishtar-1f1545be8ef13050094e8240f3bffc7c985a76e7.zip  | |
CSS: add button in red!
Diffstat (limited to 'ishtar_common')
| -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{  | 
