Make WordPress Core


Ignore:
Timestamp:
08/25/2008 10:17:41 AM (16 years ago)
Author:
azaozz
Message:

Some 'Show on screen' metabox settings styling, see #7552

File:
1 edited

Legend:

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

    r8720 r8726  
    5656li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links,
    5757ul.view-switch li.current, .form-table tr, #poststuff h3, #replyhandle,
    58 .login form, h3.info-box-title, #post-status-info {
     58.login form, h3.info-box-title, #post-status-info, #edit-settings-wrap {
    5959    background-color: #eaf3fa;
    6060}
     
    743743}
    744744
    745 
    746 /* fixed tool bar */
    747 #fixedbar {
    748     background-color:#464646;
    749     color: #ccc;
    750 }
    751 
    752 #html-upload-help {
    753     color: #328AB2;
    754 }
    755 
    756 #fixedbar #last-edit {
    757    
    758 }
    759 
    760 #fixedbar a,
    761 #fixedbar #curtime {
    762     color: #ccc;
    763 }
    764 
    765 #fixedbar a:hover {
    766     color: #fff;
    767 }
    768 
    769 #fixedbar a.button {
    770     color: #246;
    771 }
    772 
    773 #fixedbar a.button:hover {
    774     color: #d54e21;
    775 }
    776 
    777 #timestampdiv {
    778     color: #ccc;
    779 }
    780 
    781745/* media popup 0819 */
    782746#sidemenu a {
     
    789753    color: #fff;
    790754}
     755
     756#edit-settings-wrap,
     757#show-settings {
     758    background-color: #E4F2FD;
     759    border-color: #c6d9e9;
     760}
     761
     762#show-settings.show-settings-opened {
     763    border-bottom-color: #E4F2FD;
     764}
Note: See TracChangeset for help on using the changeset viewer.