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

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

[commit: http://hg.dwscoalition.org/dw-free/rev/73adf922716a]

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/celerity/celerity.css
  • htdocs/stc/customize.css
--------------------------------------------------------------------------------
diff -r 20a3fbc61f44 -r 73adf922716a htdocs/stc/celerity/celerity.css
--- a/htdocs/stc/celerity/celerity.css	Thu Sep 17 11:31:16 2009 -0500
+++ b/htdocs/stc/celerity/celerity.css	Thu Sep 17 11:44:37 2009 -0500
@@ -612,9 +612,6 @@ h2.widget-header, .theme-item.current, .
 }
 
 /*themechooser*/
-.theme-item {
-    border: 1px solid #fff;
-}
 .theme-item.current {
     border: 1px solid #DDDDAA;
     background-color: #EEEECC;
diff -r 20a3fbc61f44 -r 73adf922716a htdocs/stc/customize.css
--- a/htdocs/stc/customize.css	Thu Sep 17 11:31:16 2009 -0500
+++ b/htdocs/stc/customize.css	Thu Sep 17 11:44:37 2009 -0500
@@ -57,3 +57,7 @@ form.theme-switcher {
     overflow: hidden;
     zoom: 1;
 }
+
+.theme-item {
+    border: 1px solid #666;
+}
--------------------------------------------------------------------------------