Make WordPress Core

Changeset 21641


Ignore:
Timestamp:
08/28/2012 05:48:58 AM (13 years ago)
Author:
azaozz
Message:

More visible :focus style for form elements, props lessbloat, see #21324

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/colors-classic.css

    r21592 r21641  
    6666input[type="url"]:focus,
    6767select:focus {
    68     border-color: #d1e5ee;
     68    border-color: #a1a1a1;
     69    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
     70    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    6971}
    7072
     
    12261228/* end TinyMCE */
    12271229
    1228 #titlediv #title {
    1229     border-color: #bdccd5;
    1230 }
    1231 
    12321230#editorcontainer {
    12331231    border-color: #bdccd5 #bdccd5 #d0dfe9;
     
    12511249}
    12521250
    1253 #timestampdiv input,
    1254 #namediv input,
    12551251#poststuff .inside .the-tagcloud {
    12561252    border-color: #ddd;
     
    19121908
    19131909/* inline editor */
    1914 .inline-edit-row fieldset input[type="text"],
    1915 .inline-edit-row fieldset textarea,
    19161910#bulk-titles {
    19171911    border-color: #ddd;
  • trunk/wp-admin/css/colors-fresh.css

    r21592 r21641  
    6161input[type="url"]:focus,
    6262select:focus {
    63     border-color: #bbb;
     63    border-color: #a1a1a1;
     64    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
     65    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    6466}
    6567
     
    962964}
    963965
    964 #titlediv #title {
    965     border-color: #ccc;
    966 }
    967 
    968966#post-status-info {
    969967    border-color: #dfdfdf #ccc #ccc;
     
    984982}
    985983
    986 #timestampdiv input,
    987 #namediv input,
    988984#poststuff .inside .the-tagcloud {
    989985    border-color: #ddd;
     
    15801576
    15811577/* inline editor */
    1582 .inline-edit-row fieldset input[type="text"],
    1583 .inline-edit-row fieldset textarea,
    15841578#bulk-titles {
    15851579    border-color: #ddd;
  • trunk/wp-admin/css/ie.css

    r21592 r21641  
    338338}
    339339
    340 .widefat tr, .widefat th {
     340.widefat tr,
     341.widefat th {
    341342    margin-bottom: 0;
    342343    border-spacing: 0;
     
    347348}
    348349
    349 .widefat .check-column {
    350     padding: 6px 0 2px;
    351 }
    352 
    353 .widefat tbody th.check-column {
    354     padding: 4px 0 22px;
     350.widefat thead .check-column,
     351.widefat tfoot .check-column {
     352    padding-top: 6px;
     353}
     354
     355.widefat tbody th.check-column,
     356.media.widefat tbody th.check-column {
     357    padding: 4px 0 0;
    355358}
    356359
  • trunk/wp-admin/css/wp-admin.css

    r21631 r21641  
    298298input,
    299299select,
     300textarea,
    300301div {
    301302    outline: 0;
     
    582583.widefat .check-column {
    583584    width: 2.2em;
    584     padding: 11px 0 0;
     585    padding: 6px 0 0;
    585586    vertical-align: top;
    586587}
    587588
    588 .widefat tbody th.check-column {
    589     padding: 9px 0 22px;
     589.widefat.media .check-column {
     590    padding-top: 8px;
     591}
     592
     593.widefat thead .check-column,
     594.widefat tfoot .check-column {
     595    padding-top: 10px;
    590596}
    591597
     
    42584264#replycontent {
    42594265    height: 120px;
     4266    -webkit-box-shadow: none;
     4267    box-shadow: none;
    42604268}
    42614269
     
    57925800}
    57935801
    5794 .index-php form .input-text-wrap {
    5795     background: #fff;
    5796     border-style: solid;
    5797     border-width: 1px;
    5798     padding: 2px 3px;
    5799     border-color: #ccc;
    5800 }
    5801 
    58025802#dashboard-widgets form .input-text-wrap input {
    5803     border: 0 none;
    5804     outline: none;
    5805     margin: 0;
    5806     padding: 0;
    58075803    width: 99%;
    5808     color: #333;
    5809 }
    5810 
    5811 form .textarea-wrap {
    5812     background: #fff;
    5813     border-style: solid;
    5814     border-width: 1px;
    5815     padding: 2px;
    5816     border-color: #ccc;
    58175804}
    58185805
    58195806#dashboard-widgets form .textarea-wrap textarea {
    5820     border: 0 none;
    5821     padding: 0;
    5822     outline: none;
    58235807    width: 99%;
    5824     -moz-box-sizing: border-box;
    5825     -webkit-box-sizing: border-box;
    5826     box-sizing: border-box;
    58275808}
    58285809
  • trunk/wp-includes/css/editor.css

    r21592 r21641  
    10481048.wp-editor-container textarea.wp-editor-area {
    10491049    width: 99.9%;
     1050    -webkit-box-shadow: none;
     1051    box-shadow: none;
    10501052}
    10511053
Note: See TracChangeset for help on using the changeset viewer.