[Rt-commit] rt branch, 4.2/rudder-input-styling-on-ff, created. rt-4.2.4-55-g1ec8de2

Wallace Reis wreis at bestpractical.com
Mon Jun 2 11:13:24 EDT 2014


The branch, 4.2/rudder-input-styling-on-ff has been created
        at  1ec8de2d2c567816d4b5d867b59667ce2ff06394 (commit)

- Log -----------------------------------------------------------------
commit 1ec8de2d2c567816d4b5d867b59667ce2ff06394
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Mon Jun 2 12:07:53 2014 -0300

    I#28233: Remove border-radius: 0 from input styling
    
    The input style (not only for type=text as showed the requestor but the
    dropdowns too) is buggy on Firefox with weird round corners and general
    look&feel.
    
    Applying the "patch" fixes the issue and doesn't affect other browsers.

diff --git a/share/static/css/rudder/forms.css b/share/static/css/rudder/forms.css
index 9f7fc1f..0b8d4bb 100644
--- a/share/static/css/rudder/forms.css
+++ b/share/static/css/rudder/forms.css
@@ -52,7 +52,6 @@ select {
     font-size: 1.0em;
     -moz-border-radius: 0;
     -webkit-border-radius: 0;
-    border-radius: 0;
 }
 
 input[type=reset],

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


More information about the rt-commit mailing list