Ticket #17324: blue_update.patch
| File blue_update.patch, 7.8 KB (added by , 15 years ago) |
|---|
-
wp-admin/css/colors-classic.dev.css
138 138 .widget .widget-top, 139 139 .postbox h3, 140 140 .stuffbox h3 { 141 b ackground: #cfdfe9 url("../images/blue-grad.png?ver=20101102") repeat-x left top;141 border-bottom-color: #dfdfdf; 142 142 text-shadow: #fff 0 1px 0; 143 -moz-box-shadow: 0 1px 0 #fff; 144 -webkit-box-shadow: 0 1px 0 #fff; 145 box-shadow: 0 1px 0 #fff; 143 146 } 144 147 145 148 .form-table th, … … 639 642 #poststuff .postarea, 640 643 .stuffbox { 641 644 border-color: #D1E5EE; 645 -moz-box-shadow: inset 0 1px 0 #fff; 646 -webkit-box-shadow: inset 0 1px 0 #fff; 647 box-shadow: inset 0 1px 0 #fff; 642 648 } 643 649 644 .widget, 650 .widget, 651 #widget-list .widget-top, 645 652 .postbox { 646 background-color: # fff;653 background-color: #F7FCFE; 647 654 } 648 655 649 656 .ui-sortable .postbox h3 { … … 707 714 #user_info a:visited, 708 715 #footer a:link, 709 716 #footer a:visited { 710 color: #174f69;711 717 text-decoration: none; 712 718 } 713 719 … … 814 820 815 821 /* Button */ 816 822 .wp_themeSkin .mceButton { 817 background-color: #e9e8e8;818 823 border-color: #B0C8D7; 824 background-color: #e9e8e8; /* Fallback */ 819 825 background-image: -ms-linear-gradient(bottom, #cfdfe9, #fff); /* IE10 */ 820 826 background-image: -moz-linear-gradient(bottom, #cfdfe9, #fff); /* Firefox */ 821 827 background-image: -o-linear-gradient(bottom, #cfdfe9, #fff); /* Opera */ … … 1077 1083 } 1078 1084 1079 1085 /* menu */ 1080 #adminmenu * { 1081 border-color: #d1e5ee; 1086 #adminmenuback, 1087 #adminmenuwrap { 1088 background-color: #EFF8FF; 1089 border-color: #D1E5EE; 1082 1090 } 1083 1091 1092 #adminmenushadow, 1093 #adminmenuback { 1094 background-image: url(../images/menu-shadow.png); 1095 background-position: top right; 1096 background-repeat: repeat-y; 1097 } 1098 1084 1099 #adminmenu li.wp-menu-separator { 1085 background: transparent url(../images/menu-arrows.gif) no-repeat scroll left 5px; 1100 background: #ECF8FE; 1101 border-color: #D1E5EE; 1086 1102 } 1087 1103 1088 .folded #adminmenu li.wp-menu-separator {1089 b ackground: transparent url(../images/menu-arrows.gif) no-repeat scroll right -34px;1104 #adminmenu a.separator { 1105 border-color: #D1E5EE; 1090 1106 } 1091 1107 1092 1108 #adminmenu li.wp-has-current-submenu.wp-menu-open .wp-menu-toggle, 1093 1109 #adminmenu li.wp-has-current-submenu:hover .wp-menu-toggle { 1094 background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -207px; 1110 /* background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -207px;*/ 1111 background: transparent; 1095 1112 } 1096 1113 1097 1114 #adminmenu .wp-has-submenu:hover .wp-menu-toggle, … … 1099 1116 background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -109px; 1100 1117 } 1101 1118 1102 #adminmenu a.menu-top { 1103 background: #eff8ff url(../images/menu-bits-vs.gif?ver=20101102) repeat-x scroll left -379px; 1119 #adminmenu a.menu-top, 1120 .folded #adminmenu li.menu-top { 1121 border-top-color: #ffffff; 1122 border-bottom-color: #D0DFE9; 1104 1123 } 1105 1124 1106 #adminmenu .wp-submenu a{1107 b ackground: #fff url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll 0 -99px;1125 #adminmenu li.wp-menu-open { 1126 border-color: #dfdfdf; 1108 1127 } 1109 1128 1110 #adminmenu .wp-has-current-submenu ul li a { 1111 background: none; 1129 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1130 #adminmenu li.current a.menu-top, 1131 .folded #adminmenu li.wp-has-current-submenu, 1132 .folded #adminmenu li.current.menu-top, 1133 #adminmenu .wp-menu-arrow { 1134 background: #5589AA; /* fallback color */ 1135 background:-moz-linear-gradient(bottom, #5589AA, #5A8FAD); 1136 background:-webkit-gradient(linear, left bottom, left top, from(#5589AA), to(#5A8FAD)); 1112 1137 } 1113 1138 1114 #adminmenu .wp-has-current-submenu ul li a.current {1115 background: url(../images/menu-dark-vs.gif) top left no-repeat !important;1116 }1117 1118 .wp-has-current-submenu .wp-submenu {1119 border-top: none !important;1120 }1121 1122 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu {1123 border-bottom: #aaa 1px solid;1124 }1125 1126 1139 #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, 1127 1140 #adminmenu li.current a.menu-top { 1128 background: #d0dfe9 url(../images/menu-bits-vs.gif?ver=20101102) top left repeat-x; 1129 border: #5589aa 1px solid; 1130 color: #464646; 1141 text-shadow: 0 -1px 0 #333; 1142 color: #fff; 1143 border-top-color: #808080; 1144 border-bottom-color: #6d6d6d; 1131 1145 } 1132 1146 1133 #adminmenu li.wp-has-current-submenu .wp-submenu,1134 #adminmenu li.wp-has-current-submenu ul li a{1135 border- right-color: #5589aa !important;1136 border- left-color: #5589aa !important;1147 .folded #adminmenu li.wp-has-current-submenu, 1148 .folded #adminmenu li.current.menu-top { 1149 border-top-color: #808080; 1150 border-bottom-color: #6d6d6d; 1137 1151 } 1138 1152 1139 #adminmenu li.wp-has-current-submenu ul li a {1140 background: url(../images/menu-dark-vs.gif) bottom left no-repeat !important;1141 }1142 1143 #adminmenu li.wp-has-current-submenu ul {1144 border-bottom-color: #5589aa;1145 }1146 1147 #adminmenu .wp-submenu .current a.current {1148 background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll 0 -289px;1149 }1150 1151 1153 #adminmenu .wp-submenu a:hover { 1152 background-color: # f8f7f3!important;1154 background-color: #EAF2FA !important; 1153 1155 color: #333 !important; 1154 1156 } 1155 1157 … … 1157 1159 #adminmenu .wp-submenu li.current a, 1158 1160 #adminmenu .wp-submenu li.current a:hover { 1159 1161 color: #333; 1160 background-color: #efede7;1161 background-image: none;1162 border-color: #5589aa;1163 1162 } 1164 1163 1165 1164 #adminmenu .wp-submenu ul { … … 1168 1167 1169 1168 .folded #adminmenu li.menu-top, 1170 1169 #adminmenu .wp-submenu .wp-submenu-head { 1171 background : #eff8ff url(../images/menu-bits-vs.gif?ver=20101102) repeat-x scroll left -379px;1170 background-color: #F1F1F1; 1172 1171 } 1173 1172 1174 1173 .folded #adminmenu li.wp-has-current-submenu, 1175 1174 .folded #adminmenu li.menu-top.current { 1176 background: #e0e0e0 url(../images/menu-bits-vs.gif?ver=20101102) top left repeat-x; 1177 border: #5589aa 1px solid; 1178 color: #464646; 1175 background-color: #e6e6e6; 1179 1176 } 1180 1177 1181 1178 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head { 1182 background: #d0dfe9 url(../images/menu-bits-vs.gif?ver=20101102) repeat-x 0% 0%; 1183 border: 1px solid; 1184 color: #464646; 1179 background-color: #EAEAEA; 1185 1180 } 1186 1181 1187 1182 #adminmenu div.wp-submenu { … … 1341 1336 border-color: #D1e5ee; 1342 1337 } 1343 1338 1339 #screen-options-link-wrap, 1340 #contextual-help-link-wrap { 1341 background-color: #e3e3e3; 1342 background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); 1343 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1)); 1344 } 1345 1344 1346 #screen-meta-links a.show-settings { 1345 1347 color: #606060; 1346 1348 } … … 1441 1443 color: #D54E21; 1442 1444 } 1443 1445 1444 body.press-this .postbox:hover .handlediv,1445 body.press-this .stuffbox:hover .handlediv,1446 1446 .meta-box-sortables .postbox:hover .handlediv { 1447 1447 background: transparent url(../images/menu-bits-vs.gif?ver=20101102) no-repeat scroll left -111px; 1448 1448 } 1449 1449 1450 #major-publishing-actions {1451 background: #eaf2fa;1452 }1453 1454 1450 .tablenav .tablenav-pages { 1455 1451 color: #555; 1456 1452 } … … 1570 1566 text-decoration: underline; 1571 1567 } 1572 1568 1573 #screen-meta .screen-meta-toggle {1574 background: #D1E5ee;1575 }1576 1577 1569 #screen-meta a.show-settings, 1578 1570 .toggle-arrow { 1579 1571 background-image:url("../images/screen-options-toggle-vs.gif?ver=20100531"); … … 1670 1662 1671 1663 div.widgets-sortables, 1672 1664 #widgets-left .inactive { 1673 border-color: #D1E5EE;1674 1665 background-color: #f8f7f3; 1675 -moz-border-radius-bottomleft:8px; 1676 -moz-border-radius-bottomright:8px 1666 border-color: #D1E5EE; 1677 1667 } 1678 1668 1679 1669 #available-widgets .widget-holder { … … 1751 1741 background-color: #f1f1f1; 1752 1742 } 1753 1743 1754 #nav-menu-header, #nav-menu-footer, .menu-item-handle { 1755 background: url("../images/ed-bg-vs.gif?ver=20101102") repeat-x scroll left top #cfdfe9; 1756 border-top: solid #D1E5EE 1px; 1744 #nav-menu-header, #nav-menu-footer { 1745 background: #eff8ff; 1757 1746 } 1758 1747 1748 .menu-item-handle { 1749 background-color: #eff8ff; 1750 background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1); 1751 background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1)); 1752 } 1753 1759 1754 #menu-management .nav-tab-active { 1760 1755 background: #eff8ff; 1761 1756 border-bottom-color: #eff8ff;