Make WordPress Core


Ignore:
Timestamp:
03/09/2016 07:50:28 PM (8 years ago)
Author:
afercia
Message:

Accessibility: Reduce the WordPress shades of grey, Episode 3.

Also, removes some no more used CSS.

See #35783.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/editor.css

    r36857 r36904  
    3838.mce-window .mce-window-head {
    3939    background: #fcfcfc;
    40     border-bottom: 1px solid #dfdfdf;
     40    border-bottom: 1px solid #ddd;
    4141    padding: 0;
    4242    min-height: 36px;
     
    9292
    9393.mce-window .mce-foot {
    94     border-top: 1px solid #dfdfdf;
     94    border-top: 1px solid #ddd;
    9595}
    9696
     
    246246/* TinyMCE toolbars */
    247247div.mce-toolbar-grp {
    248     border-bottom: 1px solid #dedede;
     248    border-bottom: 1px solid #ddd;
    249249    background: #f5f5f5;
    250250    padding: 0;
     
    772772.mce-charmap td {
    773773    padding: 0;
    774     border-color: #dfdfdf;
     774    border-color: #ddd;
    775775    cursor: pointer;
    776776}
     
    11831183.wp-media-buttons a {
    11841184    text-decoration: none;
    1185     color: #464646;
     1185    color: #444;
    11861186    font-size: 12px;
    11871187}
     
    12191219    padding: 3px;
    12201220    position: relative;
    1221     border-bottom: 1px solid #dedede;
     1221    border-bottom: 1px solid #ddd;
    12221222    background: #f5f5f5;
    12231223    min-height: 30px;
     
    13841384#link-modal-title {
    13851385    background: #fcfcfc;
    1386     border-bottom: 1px solid #dfdfdf;
     1386    border-bottom: 1px solid #ddd;
    13871387    height: 36px;
    13881388    font-size: 18px;
     
    15111511
    15121512#wp-link li.unselectable {
    1513     border-bottom: 1px solid #dfdfdf;
     1513    border-bottom: 1px solid #ddd;
    15141514}
    15151515
     
    15531553    padding: 8px 16px;
    15541554    background: #fcfcfc;
    1555     border-top: 1px solid #dfdfdf;
     1555    border-top: 1px solid #ddd;
    15561556    position: absolute;
    15571557    bottom: 0;
Note: See TracChangeset for help on using the changeset viewer.