Commit 066c3a995e919368a462f4247765227953034179
1 parent
d4d99892
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
style.css
| @@ -2299,6 +2299,7 @@ input.button.with-text { | @@ -2299,6 +2299,7 @@ input.button.with-text { | ||
| 2299 | border-width: 0px; | 2299 | border-width: 0px; |
| 2300 | max-width: 360px; | 2300 | max-width: 360px; |
| 2301 | min-height: 190px; | 2301 | min-height: 190px; |
| 2302 | + border-width: 0 !important; | ||
| 2302 | } | 2303 | } |
| 2303 | 2304 | ||
| 2304 | #pairwise_main .prompt:hover { | 2305 | #pairwise_main .prompt:hover { |
| @@ -2311,6 +2312,9 @@ input.button.with-text { | @@ -2311,6 +2312,9 @@ input.button.with-text { | ||
| 2311 | font-size: 15px !important; | 2312 | font-size: 15px !important; |
| 2312 | color: #fff; | 2313 | color: #fff; |
| 2313 | padding: 1em 0 !important; | 2314 | padding: 1em 0 !important; |
| 2315 | + border-width: 0px !important; | ||
| 2316 | + border-radius: 7px 7px 0px 0px !important; | ||
| 2317 | + | ||
| 2314 | 2318 | ||
| 2315 | /*cópia do css do plugin*/ | 2319 | /*cópia do css do plugin*/ |
| 2316 | /* | 2320 | /* |
| @@ -2335,13 +2339,15 @@ input.button.with-text { | @@ -2335,13 +2339,15 @@ input.button.with-text { | ||
| 2335 | 2339 | ||
| 2336 | } | 2340 | } |
| 2337 | 2341 | ||
| 2338 | -#pairwise_main .skip_vote_reasons {} | 2342 | +#pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} |
| 2339 | 2343 | ||
| 2340 | #pairwise_main .skip_vote_reasons ul {margin: 0; padding: 1em;} | 2344 | #pairwise_main .skip_vote_reasons ul {margin: 0; padding: 1em;} |
| 2341 | 2345 | ||
| 2342 | #pairwise_main .skip_vote_reasons ul li {color: white; padding: 0.5em 0.5em 0.5em 2em; text-align: left;} | 2346 | #pairwise_main .skip_vote_reasons ul li {color: white; padding: 0.5em 0.5em 0.5em 2em; text-align: left;} |
| 2343 | 2347 | ||
| 2344 | -#pairwise_main .skip_vote_reasons ul li a {color: white;} | 2348 | +#pairwise_main .skip_vote_reasons ul li:hover{background-color:#ECF2E7;} |
| 2349 | + | ||
| 2350 | +#pairwise_main .skip_vote_reasons ul li a {color: white;text-decoration: none;font-size: 14px;} | ||
| 2345 | 2351 | ||
| 2346 | #pairwise_main #suggestions_box { | 2352 | #pairwise_main #suggestions_box { |
| 2347 | display: block !important; | 2353 | display: block !important; |