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

[dw-free] Revamp /update

[commit: http://hg.dwscoalition.org/dw-free/rev/546337aad6d0]

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

Remove colors when clicking on the submit button; want plainer.

Patch by [personal profile] fu.

Files modified:
  • htdocs/stc/celerity/celerity.css
  • htdocs/stc/gradation/gradation.css
--------------------------------------------------------------------------------
diff -r 73cf5dc9f446 -r 546337aad6d0 htdocs/stc/celerity/celerity.css
--- a/htdocs/stc/celerity/celerity.css	Fri Dec 09 17:00:45 2011 +0800
+++ b/htdocs/stc/celerity/celerity.css	Fri Dec 09 17:06:01 2011 +0800
@@ -375,7 +375,7 @@
     background-color: #DDDDAA;
     border: 2px solid #999966;
 }
-.select-list input:active, input.submit:active {
+.select-list input:active {
     color: #555;
     background-color: #EEEEBB;
     border: 2px solid #BBBB88;
diff -r 73cf5dc9f446 -r 546337aad6d0 htdocs/stc/gradation/gradation.css
--- a/htdocs/stc/gradation/gradation.css	Fri Dec 09 17:00:45 2011 +0800
+++ b/htdocs/stc/gradation/gradation.css	Fri Dec 09 17:06:01 2011 +0800
@@ -469,7 +469,7 @@
     border-top: 2px solid #888;
     border-left: 2px solid #888;
 }
-.select-list input:active, input.submit:active {
+.select-list input:active {
     background: #666666;
     color: #eee;
     border: 2px solid #888;
--------------------------------------------------------------------------------