Ticket #13486: 13486-no-orange.patch
| File 13486-no-orange.patch, 3.8 KB (added by , 16 years ago) |
|---|
-
wp-admin/css/colors-fresh.dev.css
506 506 #sidemenu a .update-plugins, 507 507 #rightnow .reallynow, 508 508 #plugin-information .action-button { 509 background-color: # d54e21;509 background-color: #264761; 510 510 color: #fff; 511 511 } 512 512 513 513 #adminmenu li a:hover #awaiting-mod, 514 514 #adminmenu li a:hover .update-plugins, 515 #sidemenu li a:hover .update-plugins { 516 background-color: #264761; 517 color: #fff; 518 } 519 515 #sidemenu li a:hover .update-plugins, 520 516 #adminmenu li.current a #awaiting-mod, 521 517 #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; 518 #adminmenu a.wp-has-current-submenu .update-plugins { 519 background-color: #fff; 525 520 color: #000; 526 521 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;522 -moz-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 523 -khtml-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 524 -webkit-box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 525 box-shadow: rgba(0,0,0,0.4) 0 -1px 0; 531 526 } 532 527 533 528 #adminmenu li.current a:hover #awaiting-mod, 534 529 #adminmenu li.current a:hover .update-plugins, 535 530 #adminmenu li.wp-has-current-submenu a:hover #awaiting-mod, 536 #adminmenu li.wp-has-current-submenu a :hover .update-plugins {531 #adminmenu li.wp-has-current-submenu a.current:hover .update-plugins { 537 532 background-color: #264761; 538 533 color: #fff; 534 -moz-box-shadow: none; 535 -khtml-box-shadow: none; 536 -webkit-box-shadow: none; 537 box-shadow: none; 539 538 } 540 539 541 540 div#media-upload-header, … … 1077 1076 1078 1077 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1079 1078 #adminmenu .menu-top .current { 1080 background: # 6d6d6durl(../images/menu-bits.gif) top left repeat-x;1081 border-color: # 6d6d6d;1079 background: #1c8ab7 url(../images/menu-bits.gif) top left repeat-x; 1080 border-color: #1c8ab7; 1082 1081 color: #fff; 1083 text-shadow: rgba(0,0,0,0. 4) 0 -1px 0;1082 text-shadow: rgba(0,0,0,0.6) 0 -1px 0; 1084 1083 } 1085 1084 1086 1085 #adminmenu li.wp-has-current-submenu .wp-submenu, 1087 1086 #adminmenu li.wp-has-current-submenu ul li a { 1088 border-color: # aaa!important;1087 border-color: #1c8ab7 !important; 1089 1088 } 1090 1089 1091 1090 #adminmenu li.wp-has-current-submenu ul li a { … … 1093 1092 } 1094 1093 1095 1094 #adminmenu li.wp-has-current-submenu ul { 1096 border-bottom-color: # aaa;1095 border-bottom-color: #1c8ab7; 1097 1096 } 1098 1097 1099 #adminmenu li.menu-top .current:hover {1100 border-color: #B5B5B5;1101 }1102 1103 1098 #adminmenu .wp-submenu .current a.current { 1104 1099 background: transparent url(../images/menu-bits.gif) no-repeat scroll 0 -289px; 1105 1100 } … … 1135 1130 1136 1131 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1137 1132 background-color: #EAEAEA; 1138 border-color: # aaa;1133 border-color: #1C8AB7; 1139 1134 } 1140 1135 1141 1136 #adminmenu div.wp-submenu { -
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 } 1197 1196