Changeset 9837
- Timestamp:
- 11/21/2008 09:32:50 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/colors-classic.css
r9827 r9837 128 128 .metabox-holder h3 { 129 129 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 { 133 135 color: #222; 136 text-shadow: #fff 0 1px 0; 134 137 } 135 138 … … 1077 1080 border-color: #6d6d6d; 1078 1081 color: #fff; 1082 text-shadow: rgba(0,0,0,0.4) 0px -1px 0px; 1079 1083 } 1080 1084 … … 1111 1115 background-image: none; 1112 1116 border-color: #e3e3e3; 1117 text-shadow: rgba(255,255,255,1) 0px 1px 0px; 1113 1118 } 1114 1119 … … 1472 1477 #favorite-actions a { 1473 1478 color: #eee; 1479 text-shadow: rgba(0,0,0,0.2) 0 -1px 0; 1474 1480 } 1475 1481 … … 1482 1488 border-bottom-color: #626262; 1483 1489 } 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 128 128 .metabox-holder h3 { 129 129 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 { 133 135 color: #222; 136 text-shadow: #fff 0 1px 0; 134 137 } 135 138 … … 1077 1080 border-color: #6d6d6d; 1078 1081 color: #fff; 1082 text-shadow: rgba(0,0,0,0.4) 0px -1px 0px; 1079 1083 } 1080 1084 … … 1111 1115 background-image: none; 1112 1116 border-color: #e3e3e3; 1117 text-shadow: rgba(255,255,255,1) 0px 1px 0px; 1113 1118 } 1114 1119 … … 1472 1477 #favorite-actions a { 1473 1478 color: #eee; 1479 text-shadow: rgba(0,0,0,0.2) 0 -1px 0; 1474 1480 } 1475 1481 … … 1482 1488 border-bottom-color: #626262; 1483 1489 } 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 351 351 } 352 352 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 367 353 a.button { 368 354 padding: 4px 8px; … … 878 864 margin: 0; 879 865 float: left; 880 text-shadow: rgba(0,0,0,0.6) 0 -1px 0;881 866 } 882 867 … … 919 904 #adminmenu .wp-submenu li.current a:hover { 920 905 font-weight: bold; 921 text-shadow: rgba(255,255,255,1) 0px 1px 0px;922 906 } 923 907 … … 1112 1096 height: 27px; 1113 1097 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;1119 1098 } 1120 1099 … … 1257 1236 } 1258 1237 1259 .form-table th, .form-wrap label { 1238 .form-table th, 1239 .form-wrap label { 1260 1240 font-weight: normal; 1261 text-shadow: #fff 0 1px 0;1262 1241 } 1263 1242 … … 1645 1624 margin: 0; 1646 1625 line-height: 1; 1647 text-shadow: #fff 0 1px 0;1648 1626 } 1649 1627 … … 2519 2497 background-repeat: no-repeat; 2520 2498 background-position: right bottom; 2521 background-color: transparent;2522 text-shadow: rgba(255,255,255,0.7) 0 1px 0;2523 2499 } 2524 2500 … … 3016 2992 text-decoration: none; 3017 2993 font-size: 11px; 3018 text-shadow: rgba(0,0,0,0.2) 0 -1px 0;3019 2994 } 3020 2995 … … 3135 3110 .widefat td { 3136 3111 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.