kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-09-17 04:47 pm

[dw-nonfree] Make it clearer which theme "Apply Theme" button refers to

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

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

Restyle theme selection page to make boxes stand out more.

Patch by [staff profile] denise.

Files modified:
  • htdocs/stc/tropo/purple.css
  • htdocs/stc/tropo/red.css
--------------------------------------------------------------------------------
diff -r 0813b073347a -r 71f6471816a9 htdocs/stc/tropo/purple.css
--- a/htdocs/stc/tropo/purple.css	Thu Sep 17 11:28:33 2009 -0500
+++ b/htdocs/stc/tropo/purple.css	Thu Sep 17 11:45:23 2009 -0500
@@ -633,9 +633,6 @@ h2.widget-header, .theme-item.current, .
 .theme-selector-content h3 {
     color: #777;
 }
-.theme-item {
-    border: 1px solid #fff;
-}
 .theme-item.current {
     border: 1px solid #d3afec;
     background-color: #F3D2FC;
diff -r 0813b073347a -r 71f6471816a9 htdocs/stc/tropo/red.css
--- a/htdocs/stc/tropo/red.css	Thu Sep 17 11:28:33 2009 -0500
+++ b/htdocs/stc/tropo/red.css	Thu Sep 17 11:45:23 2009 -0500
@@ -629,9 +629,6 @@ h2.widget-header, .theme-item.current, .
 .theme-selector-content h3 {
     color: #777;
 }
-.theme-item {
-    border: 1px solid #fff;
-}
 .theme-item.current {
     border: 1px solid #f4717a;
     background-color: #ffd8d8;
--------------------------------------------------------------------------------