[dw-nonfree] Revamp /update
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/9564c8f6f8f7]
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
Don't make .selected red; can affect large blocks of text.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2524
Don't make .selected red; can affect large blocks of text.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/tropo-red.css
-------------------------------------------------------------------------------- diff -r 0df35275b704 -r 9564c8f6f8f7 htdocs/stc/tropo/tropo-red.css --- a/htdocs/stc/tropo/tropo-red.css Mon Oct 31 16:25:38 2011 +0800 +++ b/htdocs/stc/tropo/tropo-red.css Fri Nov 04 19:31:45 2011 +0800 @@ -376,7 +376,7 @@ color: #b63333; } -.ui-widget-header, a.component-header-hover, .selected { +.ui-widget-header, a.component-header-hover { color: #C1272D; } --------------------------------------------------------------------------------