fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-11-04 11:31 am

[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 [personal profile] fu.

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;
 }
 
--------------------------------------------------------------------------------