Make WordPress Core

Changeset 9837


Ignore:
Timestamp:
11/21/2008 09:32:50 PM (16 years ago)
Author:
azaozz
Message:

Move text-shadow styles to colors stylesheets

Location:
trunk/wp-admin
Files:
3 edited

Legend:

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

    r9827 r9837  
    128128.metabox-holder h3 {
    129129    background-color: #dfdfdf;
    130 }
    131 
    132 .form-table th, .form-wrap label {
     130    text-shadow: #fff 0 1px 0;
     131}
     132
     133.form-table th,
     134.form-wrap label {
    133135    color: #222;
     136    text-shadow: #fff 0 1px 0;
    134137}
    135138
     
    10771080    border-color: #6d6d6d;
    10781081    color: #fff;
     1082    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    10791083}
    10801084
     
    11111115    background-image: none;
    11121116    border-color: #e3e3e3;
     1117    text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    11131118}
    11141119
     
    14721477#favorite-actions a {
    14731478    color: #eee;
     1479    text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    14741480}
    14751481
     
    14821488    border-bottom-color: #626262;
    14831489}
     1490
     1491.submit input,
     1492.button,
     1493.button-primary,
     1494.button-secondary,
     1495.button-highlighted,
     1496#postcustomstuff .submit input {
     1497    text-shadow: rgba(255,255,255,1) 0 1px 0;
     1498}
     1499
     1500.button-primary,
     1501.submit .button-primary {
     1502    text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
     1503}
     1504
     1505.widefat th {
     1506    text-shadow: rgba(255,255,255,0.8) 0 1px 0;
     1507}
     1508
     1509#wphead h1 {
     1510    text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
     1511}
     1512
     1513#screen-meta a.show-settings {
     1514    background-color: transparent;
     1515    text-shadow: rgba(255,255,255,0.7) 0 1px 0;
     1516}
  • trunk/wp-admin/css/colors-fresh.css

    r9827 r9837  
    128128.metabox-holder h3 {
    129129    background-color: #dfdfdf;
    130 }
    131 
    132 .form-table th, .form-wrap label {
     130    text-shadow: #fff 0 1px 0;
     131}
     132
     133.form-table th,
     134.form-wrap label {
    133135    color: #222;
     136    text-shadow: #fff 0 1px 0;
    134137}
    135138
     
    10771080    border-color: #6d6d6d;
    10781081    color: #fff;
     1082    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    10791083}
    10801084
     
    11111115    background-image: none;
    11121116    border-color: #e3e3e3;
     1117    text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    11131118}
    11141119
     
    14721477#favorite-actions a {
    14731478    color: #eee;
     1479    text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    14741480}
    14751481
     
    14821488    border-bottom-color: #626262;
    14831489}
     1490
     1491.submit input,
     1492.button,
     1493.button-primary,
     1494.button-secondary,
     1495.button-highlighted,
     1496#postcustomstuff .submit input {
     1497    text-shadow: rgba(255,255,255,1) 0 1px 0;
     1498}
     1499
     1500.button-primary,
     1501.submit .button-primary {
     1502    text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
     1503}
     1504
     1505.widefat th {
     1506    text-shadow: rgba(255,255,255,0.8) 0 1px 0;
     1507}
     1508
     1509#wphead h1 {
     1510    text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
     1511}
     1512
     1513#screen-meta a.show-settings {
     1514    background-color: transparent;
     1515    text-shadow: rgba(255,255,255,0.7) 0 1px 0;
     1516}
  • trunk/wp-admin/wp-admin.css

    r9828 r9837  
    351351}
    352352
    353 .submit input,
    354 .button,
    355 .button-primary,
    356 .button-secondary,
    357 .button-highlighted,
    358 #postcustomstuff .submit input {
    359     text-shadow: rgba(255,255,255,1) 0 1px 0;
    360 }
    361 
    362 .button-primary,
    363 .submit .button-primary {
    364     text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
    365 }
    366 
    367353a.button {
    368354    padding: 4px 8px;
     
    878864    margin: 0;
    879865    float: left;
    880     text-shadow: rgba(0,0,0,0.6) 0 -1px 0;
    881866}
    882867
     
    919904#adminmenu .wp-submenu li.current a:hover {
    920905    font-weight: bold;
    921     text-shadow: rgba(255,255,255,1) 0px 1px 0px;
    922906}
    923907   
     
    11121096    height: 27px;
    11131097    padding: 1px 2px 0 0;
    1114 }
    1115 
    1116 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu,
    1117 #adminmenu .menu-top .current {
    1118     text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    11191098}
    11201099
     
    12571236}
    12581237
    1259 .form-table th, .form-wrap label {
     1238.form-table th,
     1239.form-wrap label {
    12601240    font-weight: normal;
    1261     text-shadow: #fff 0 1px 0;
    12621241}
    12631242
     
    16451624    margin: 0;
    16461625    line-height: 1;
    1647     text-shadow: #fff 0 1px 0;
    16481626}
    16491627
     
    25192497    background-repeat: no-repeat;
    25202498    background-position: right bottom;
    2521     background-color: transparent;
    2522     text-shadow: rgba(255,255,255,0.7) 0 1px 0;
    25232499}
    25242500
     
    30162992    text-decoration: none;
    30172993    font-size: 11px;
    3018     text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
    30192994}
    30202995
     
    31353110.widefat td {
    31363111    overflow: hidden;
    3137     text-shadow: rgba(255,255,255,0.8) 0 1px 0;
    3138 }
    3139 
     3112}
     3113
Note: See TracChangeset for help on using the changeset viewer.