[dw-nonfree] Standardize classes for elements created through the form TT plugin
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/3af3c9590b7f]
http://bugs.dwscoalition.org/show_bug.cgi?id=4096
Remove some styling for submit buttons; plainer looks better.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4096
Remove some styling for submit buttons; plainer looks better.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/tropo-purple.css
- htdocs/stc/tropo/tropo-red.css
-------------------------------------------------------------------------------- diff -r f44e092b901d -r 3af3c9590b7f htdocs/stc/tropo/tropo-purple.css --- a/htdocs/stc/tropo/tropo-purple.css Fri Dec 02 21:06:56 2011 +0800 +++ b/htdocs/stc/tropo/tropo-purple.css Tue Dec 06 17:13:15 2011 +0800 @@ -213,7 +213,7 @@ border: 1px solid #3a155a; } -.select-list input, input.submit { +.select-list input { color: #fff; background: #8356e6; border: 2px solid #f3d2fc; diff -r f44e092b901d -r 3af3c9590b7f htdocs/stc/tropo/tropo-red.css --- a/htdocs/stc/tropo/tropo-red.css Fri Dec 02 21:06:56 2011 +0800 +++ b/htdocs/stc/tropo/tropo-red.css Tue Dec 06 17:13:15 2011 +0800 @@ -212,7 +212,7 @@ border: 1px solid #c1272d; } -.select-list input, input.submit { +.select-list input { color: #fff; background: #f4717a; border: 2px solid #f6828b; --------------------------------------------------------------------------------