Ticket #13486: 13486.diff
| File 13486.diff, 3.1 KB (added by , 16 years ago) |
|---|
-
wp-admin/css/colors-fresh.dev.css
521 521 #adminmenu li.current a .update-plugins, 522 522 #adminmenu li.wp-has-current-submenu a .update-plugins, 523 523 #adminmenu li.wp-has-current-submenu a .update-plugins { 524 background-color: # ddd;524 background-color: #fff; 525 525 color: #000; 526 526 text-shadow: none; 527 -moz-box-shadow: rgba(0,0,0,0. 2) 0 -1px 0;528 -khtml-box-shadow: rgba(0,0,0,0. 2) 0 -1px 0;529 -webkit-box-shadow: rgba(0,0,0,0. 2) 0 -1px 0;530 box-shadow: rgba(0,0,0,0. 2) 0 -1px 0;527 -moz-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 528 -khtml-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 529 -webkit-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 530 box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 531 531 } 532 532 533 533 #adminmenu li.current a:hover #awaiting-mod, … … 536 536 #adminmenu li.wp-has-current-submenu a:hover .update-plugins { 537 537 background-color: #264761; 538 538 color: #fff; 539 -moz-box-shadow: none; 540 -khtml-box-shadow: none; 541 -webkit-box-shadow: none; 542 box-shadow: none; 539 543 } 540 544 541 545 div#media-upload-header, … … 1077 1081 1078 1082 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1079 1083 #adminmenu .menu-top .current { 1080 background: #6d6d6d url(../images/menu-bits.gif) top left repeat-x; 1081 border-color: #6d6d6d; 1084 border-color: #1c8ab7; 1082 1085 color: #fff; 1083 text-shadow: rgba(0,0,0,0.4) 0 -1px 0; 1086 text-shadow: rgba(0,0,0,0.6) 0 -1px 0; 1087 background: #2797c5 url(../images/menu-bits.gif) repeat-x scroll top left; 1084 1088 } 1085 1089 1086 1090 #adminmenu li.wp-has-current-submenu .wp-submenu, 1087 1091 #adminmenu li.wp-has-current-submenu ul li a { 1088 border-color: # aaa!important;1092 border-color: #1c8ab7 !important; 1089 1093 } 1090 1094 1091 1095 #adminmenu li.wp-has-current-submenu ul li a { … … 1093 1097 } 1094 1098 1095 1099 #adminmenu li.wp-has-current-submenu ul { 1096 border-bottom-color: # aaa;1100 border-bottom-color: #1c8ab7; 1097 1101 } 1098 1102 1099 #adminmenu li.menu-top .current:hover {1100 border-color: #B5B5B5;1101 }1102 1103 1103 #adminmenu .wp-submenu .current a.current { 1104 1104 background: transparent url(../images/menu-bits.gif) no-repeat scroll 0 -289px; 1105 1105 } -
wp-admin/css/wp-admin.dev.css
1173 1173 #adminmenu #awaiting-mod, 1174 1174 #adminmenu span.update-plugins, 1175 1175 #sidemenu li a span.update-plugins { 1176 height:14px; 1176 1177 position: absolute; 1177 1178 font-family: Helvetica, Arial, sans-serif; 1178 font-size: 7pt;1179 font-size: 9px; 1179 1180 font-weight: bold; 1180 margin-top: 2px; 1181 margin-left: 2px; 1182 -moz-border-radius: 7px; 1183 -khtml-border-radius: 7px; 1184 -webkit-border-radius: 7px; 1185 border-radius: 7px; 1181 padding-top:1px; 1182 padding-bottom:1px; 1183 margin-top:1px; 1184 margin-left: 7px; 1185 border-radius: 10px; 1186 -moz-border-radius: 10px; 1187 -khtml-border-radius: 10px; 1188 -webkit-border-radius: 10px; 1186 1189 } 1190 @-moz-document url-prefix() { 1191 #adminmenu #awaiting-mod, 1192 #adminmenu span.update-plugins, 1193 #sidemenu li a span.update-plugins { 1194 padding-top: 2px; 1195 padding-bottom:0; 1196 } 1197 } 1187 1198 1188 1199 #adminmenu li #awaiting-mod span, 1189 1200 #adminmenu li span.update-plugins span,