[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-165-g0fe7b34
Thomas Sibley
trs at bestpractical.com
Mon Oct 18 13:11:59 EDT 2010
The branch, 3.9-trunk has been updated
via 0fe7b3484749916faab3a2f5aef394bbfe729333 (commit)
from fa23b5dc65f0b7cec278a2171443bd5774f3bf66 (commit)
Summary of changes:
share/html/NoAuth/css/web2/forms.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 0fe7b3484749916faab3a2f5aef394bbfe729333
Author: Matt Zagrabelny <mzagrabe at d.umn.edu>
Date: Mon Oct 18 11:33:15 2010 -0500
Added <button> to the list of selectors for styling input buttons
diff --git a/share/html/NoAuth/css/web2/forms.css b/share/html/NoAuth/css/web2/forms.css
index 91989f8..5b28403 100755
--- a/share/html/NoAuth/css/web2/forms.css
+++ b/share/html/NoAuth/css/web2/forms.css
@@ -79,7 +79,7 @@ div.button-row {
}
-input[type=reset], input[type=submit], input[class=button] {
+input[type=reset], input[type=submit], input[class=button], button {
color: #fff;
background: #3858a3;
padding: 0.25em;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list