Ticket #13486: 13486-betterbubble.patch
| File 13486-betterbubble.patch, 3.2 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: # 6d6d6durl(../images/menu-bits.gif) top left repeat-x;1081 border-color: # 6d6d6d;1084 background: #1c8ab7 url(../images/menu-bits.gif) top left repeat-x; 1085 border-color: #1c8ab7; 1082 1086 color: #fff; 1083 text-shadow: rgba(0,0,0,0. 4) 0 -1px 0;1087 text-shadow: rgba(0,0,0,0.6) 0 -1px 0; 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 } … … 1135 1135 1136 1136 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1137 1137 background-color: #EAEAEA; 1138 border-color: # aaa;1138 border-color: #1C8AB7; 1139 1139 } 1140 1140 1141 1141 #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