Ticket #13486: 13486.6.diff
| File 13486.6.diff, 3.6 KB (added by , 16 years ago) |
|---|
-
wp-admin/css/colors-fresh.dev.css
518 518 } 519 519 520 520 #adminmenu li.current a #awaiting-mod, 521 #adminmenu li.current a .update-plugins, 522 #adminmenu li.wp-has-current-submenu a .update-plugins, 523 #adminmenu li.wp-has-current-submenu a .update-plugins { 524 background-color: #ddd; 521 #adminmenu li a.wp-has-current-submenu .update-plugins{ 522 background-color: #fff; 525 523 color: #000; 526 524 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;525 -moz-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 526 -khtml-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 527 -webkit-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 528 box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 531 529 } 532 530 533 531 #adminmenu li.current a:hover #awaiting-mod, … … 536 534 #adminmenu li.wp-has-current-submenu a:hover .update-plugins { 537 535 background-color: #264761; 538 536 color: #fff; 537 -moz-box-shadow: none; 538 -khtml-box-shadow: none; 539 -webkit-box-shadow: none; 540 box-shadow: none; 539 541 } 540 542 541 543 div#media-upload-header, … … 1075 1077 background: url(../images/menu-dark.gif) top left no-repeat !important; 1076 1078 } 1077 1079 1080 .wp-has-current-submenu .wp-submenu { 1081 border-top: none !important; 1082 } 1083 1084 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu { 1085 border-bottom: #aaa 1px solid; 1086 } 1087 1078 1088 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1079 1089 #adminmenu .menu-top .current { 1080 background: # 6d6d6d url(../images/menu-bits.gif) top left repeat-x;1081 border-color: # 6d6d6d;1082 color: # fff;1083 text-shadow: rgba(0,0,0,0.4) 0 -1px 0;1090 background: #aaa url(../images/menu-bits.gif) top left repeat-x; 1091 border-color: #aaa; 1092 color: #111; 1093 text-shadow: #fff 0px 1px 0px; 1084 1094 } 1085 1095 1086 1096 #adminmenu li.wp-has-current-submenu .wp-submenu, 1087 1097 #adminmenu li.wp-has-current-submenu ul li a { 1088 border- color: #aaa !important;1098 border-right-color: #aaa !important; 1089 1099 } 1090 1100 1091 1101 #adminmenu li.wp-has-current-submenu ul li a { … … 1096 1106 border-bottom-color: #aaa; 1097 1107 } 1098 1108 1099 #adminmenu li.menu-top .current:hover {1100 border-color: #B5B5B5;1101 }1102 1103 1109 #adminmenu .wp-submenu .current a.current { 1104 1110 background: transparent url(../images/menu-bits.gif) no-repeat scroll 0 -289px; 1105 1111 } -
wp-admin/css/wp-admin.dev.css
1175 1175 #sidemenu li a span.update-plugins { 1176 1176 position: absolute; 1177 1177 font-family: Helvetica, Arial, sans-serif; 1178 font-size: 7pt; 1178 font-size: 9px; 1179 line-height: 17px; 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 margin-top: 1px; 1182 margin-left: 7px; 1183 -moz-border-radius: 10px; 1184 -khtml-border-radius: 10px; 1185 -webkit-border-radius: 10px; 1186 border-radius: 10px; 1186 1187 } 1187 1188 1188 1189 #adminmenu li #awaiting-mod span, … … 1190 1191 #sidemenu li a span.update-plugins span { 1191 1192 float: left; 1192 1193 display: block; 1193 height: 1.6em;1194 line-height: 1.6em;1195 1194 padding: 0 6px; 1196 1195 }