Make WordPress Core

Changeset 6906


Ignore:
Timestamp:
02/18/2008 10:45:11 PM (17 years ago)
Author:
ryan
Message:

Fix text and link colors in submit box. Props ffemtcj. fixes #5778

File:
1 edited

Legend:

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

    r6905 r6906  
    139139.editform th, #postcustomsubmit {
    140140    text-align: right;
     141}
     142
     143.submit a{
     144    color: #fff;
    141145}
    142146
     
    10821086    text-align: left;
    10831087    background-color: #464646;
     1088    color: #fff;
    10841089    padding: 15px 10px;
    10851090}
Note: See TracChangeset for help on using the changeset viewer.