liquid_feedback_frontend
diff static/style.css @ 292:44f9a09ea51c
Changed colors again, fixed language setting handling for Core 2.0
| author | bsw |
|---|---|
| date | Sat Feb 25 17:34:51 2012 +0100 (2012-02-25) |
| parents | 6f79a181a921 |
| children | fee2fcc5d88e |
line diff
1.1 --- a/static/style.css Sat Feb 25 12:48:49 2012 +0100 1.2 +++ b/static/style.css Sat Feb 25 17:34:51 2012 +0100 1.3 @@ -369,22 +369,16 @@ 1.4 } 1.5 1.6 .delegation .head_active, 1.7 -.interest .head_active, 1.8 -.actions .supporter, 1.9 -.actions .potential_supporter { 1.10 +.interest .head_active { 1.11 background-color: #cdf; 1.12 } 1.13 1.14 -.interest .head_active { 1.15 - background-color: #fec; 1.16 -} 1.17 - 1.18 .actions .supporter { 1.19 - background-color: #cfd; 1.20 + background-color: #cdf; 1.21 } 1.22 1.23 .actions .potential_supporter { 1.24 - background-color: #fec; 1.25 + background-color: #cdf; 1.26 } 1.27 1.28 .slot_support .head_initiator { 1.29 @@ -834,7 +828,7 @@ 1.30 .issues .issue.interested .issue_info, 1.31 .issues .issue.interested_by_delegation .issue_info { 1.32 background: -webkit-gradient(linear, left top, left bottom, 1.33 - color-stop(0%,#fec), color-stop(66%,#fff)); 1.34 + color-stop(0%,#cdf), color-stop(66%,#fff)); 1.35 } 1.36 1.37 .issues .issue .issue_info .issue_id { 1.38 @@ -872,15 +866,13 @@ 1.39 } 1.40 1.41 .initiative_link.supported { 1.42 - background-color: #cfd; 1.43 + background-color: #cdf; 1.44 border-radius: 5px; 1.45 - xbackground: -webkit-radial-gradient(center, ellipse cover, #cfd 50%,#fff 100%); /* Chrome10+,Safari5.1+ */ 1.46 } 1.47 1.48 .initiative_link.potentially_supported { 1.49 - background-color: #fec; 1.50 + background-color: #cdf; 1.51 border-radius: 5px; 1.52 - xbackground: -webkit-radial-gradient(center, ellipse cover, #fec 50%,#fff 100%); /* Chrome10+,Safari5.1+ */ 1.53 } 1.54 1.55 .lang_chooser {