[dw-nonfree] 'Anonymous' color hardcoded in the source in Reply form
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/c95af4e9c9f7]
http://bugs.dwscoalition.org/show_bug.cgi?id=4098
Fix styling!
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4098
Fix styling!
Patch by
Files modified:
- htdocs/stc/tropo/tropo-purple.css
- htdocs/stc/tropo/tropo-red.css
--------------------------------------------------------------------------------
diff -r 61462620c4a7 -r c95af4e9c9f7 htdocs/stc/tropo/tropo-purple.css
--- a/htdocs/stc/tropo/tropo-purple.css Sat Dec 10 13:00:36 2011 +0800
+++ b/htdocs/stc/tropo/tropo-purple.css Thu Dec 22 01:57:36 2011 +0800
@@ -404,6 +404,11 @@
* Temporary page-specific styling
* /
/* Comments */
+
+.talkform .disabled {
+ background: transparent !important;
+}
+
.cmtbar.odd {
border-bottom: 1px solid #7e27c1;
border-right: 1px solid #7e27c1;
diff -r 61462620c4a7 -r c95af4e9c9f7 htdocs/stc/tropo/tropo-red.css
--- a/htdocs/stc/tropo/tropo-red.css Sat Dec 10 13:00:36 2011 +0800
+++ b/htdocs/stc/tropo/tropo-red.css Thu Dec 22 01:57:36 2011 +0800
@@ -402,6 +402,11 @@
* /
/* Comments */
+
+.talkform .disabled {
+ background: transparent !important;
+}
+
.cmtbar.odd {
border-bottom: 1px solid #c1272c;
border-right: 1px solid #c1272c;
--------------------------------------------------------------------------------
