Make WordPress Core

Changeset 29366


Ignore:
Timestamp:
08/03/2014 12:33:31 AM (11 years ago)
Author:
azaozz
Message:

Fix CSS for form elements for Firefox 30+, fixes #28500.

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/dashboard.css

    r29361 r29366  
    874874    padding: 2px 6px;
    875875    font-size: 1.3em;
    876     line-height: 100%;
    877876    outline: none;
    878877}
  • trunk/src/wp-admin/css/forms.css

    r29218 r29366  
    146146    font-size: 14px;
    147147    padding: 3px 5px;
    148     line-height: 15px;
    149148    -webkit-border-radius: 0;
    150149    border-radius: 0; /* Reset mobile webkit's default element styling */
     
    867866    }
    868867
     868    #wpbody .form-table td select {
     869        height: 40px;
     870    }
     871
    869872    input[type=text].small-text,
    870873    input[type=search].small-text,
  • trunk/src/wp-admin/css/login.css

    r28850 r29366  
    187187.login input[type="text"] {
    188188    font-size: 24px;
    189     line-height: 1;
    190189    width: 100%;
    191190    padding: 3px;
  • trunk/src/wp-includes/css/buttons.css

    r29307 r29366  
    6868.wp-core-ui input[type="button"]::-moz-focus-inner,
    6969.wp-core-ui input[type="submit"]::-moz-focus-inner {
    70     border-width: 1px 0;
    71     border-style: solid none;
    72     border-color: transparent;
     70    border-width: 0;
     71    border-style: none;
    7372    padding: 0;
    7473}
Note: See TracChangeset for help on using the changeset viewer.