afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2010-01-03 02:23 am

[dw-nonfree] Inbox has tropo-red colours hard-coded

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/e5a5f4b5a949]

http://bugs.dwscoalition.org/show_bug.cgi?id=878

Remove hard-coding of the red colors from the inbox folder navigation.

Patch by [personal profile] foxfirefey.

Files modified:
  • htdocs/stc/tropo/purple.css
  • htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r e2d1deeb03c8 -r e5a5f4b5a949 htdocs/stc/tropo/purple.css
--- a/htdocs/stc/tropo/purple.css	Thu Dec 24 22:47:03 2009 +0000
+++ b/htdocs/stc/tropo/purple.css	Sun Jan 03 02:21:32 2010 +0000
@@ -673,11 +673,12 @@ h2.widget-header, .theme-item.current, .
     color: #7e27c1;
 }
 
-
 /* inbox */
 
-#esn_folder_all {
-    background-color: #d3afec !important;
+.folders a.active {
+    font-weight: bold;
+    background-color: #d3afec;
+    border: 1px solid #bbb; 
 }
 
 /* lj_settings.css */
diff -r e2d1deeb03c8 -r e5a5f4b5a949 htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css	Thu Dec 24 22:47:03 2009 +0000
+++ b/htdocs/stc/tropo/red.css	Sun Jan 03 02:21:32 2010 +0000
@@ -669,11 +669,12 @@ h2.widget-header, .theme-item.current, .
     color: #c1272c;
 }
 
-
 /* inbox */
 
-#esn_folder_all {
-    background-color: #ffd8d8 !important;
+.folders a.active {
+    font-weight: bold;
+    background-color: #ffd8d8;
+    border: 1px solid #bbb;
 }
 
 /* lj_settings.css */
--------------------------------------------------------------------------------