[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-454-g20fb7fd

Thomas Sibley trs at bestpractical.com
Thu Nov 11 11:47:12 EST 2010


The branch, 3.9-trunk has been updated
       via  20fb7fdb62d67c4c21f4a7de9bf7be06fc0d48df (commit)
      from  ac1d7d2a448e2a5a24a18a0fc8de2a5c7e415a5c (commit)

Summary of changes:
 share/html/Admin/Global/Theme.html |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 20fb7fdb62d67c4c21f4a7de9bf7be06fc0d48df
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Nov 11 11:46:39 2010 -0500

    Add button hovers as a themable section
    
    Being able to style the buttons kinda also requires being able to style
    the button hovers

diff --git a/share/html/Admin/Global/Theme.html b/share/html/Admin/Global/Theme.html
index ec1c81a..7f0d73a 100644
--- a/share/html/Admin/Global/Theme.html
+++ b/share/html/Admin/Global/Theme.html
@@ -114,6 +114,7 @@ var section_css_mapping = {
     'Page title': ['div#header h1'],
     'Page content': ['div#body'],
     'Buttons': ['input[type="reset"], input[type="submit"], input[class="button"]'],
+    'Button hover': ['input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover']
 };
 
 jQuery(function($) {
@@ -253,6 +254,7 @@ div#body {}
 
 /* Buttons */
 input[type="reset"], input[type="submit"], input[class="button"] {}
+input[type="reset"]:hover, input[type="submit"]:hover, input[class="button"]:hover {}
 ';
 
 }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list