Ticket #22248: 22248.4.diff
File 22248.4.diff, 6.8 KB (added by , 12 years ago) |
---|
-
wp-admin/css/colors-fresh.css
120 120 background-color: #fff; 121 121 } 122 122 123 kbd, 124 code { 125 background: #eaeaea; 126 } 127 128 textarea, 129 input[type="text"], 130 input[type="password"], 131 input[type="file"], 132 input[type="email"], 133 input[type="number"], 134 input[type="search"], 135 input[type="tel"], 136 input[type="url"] { 137 border-color: #dfdfdf; 138 } 139 140 textarea:focus, 141 input[type="text"]:focus, 142 input[type="password"]:focus, 143 input[type="file"]:focus, 144 input[type="email"]:focus, 145 input[type="number"]:focus, 146 input[type="search"]:focus, 147 input[type="tel"]:focus, 148 input[type="url"]:focus { 149 border-color: #aaa; 150 } 151 123 152 input.disabled, 124 153 textarea.disabled { 125 154 background-color: #ccc; 126 155 } 127 /* #upload-menu li a.upload-tab-link, */ 156 128 157 #plugin-information .action-button a, 129 158 #plugin-information .action-button a:hover, 130 159 #plugin-information .action-button a:visited { … … 221 250 border-color: #ddd; 222 251 } 223 252 253 #current-theme { 254 border-bottom-color: #dfdfdf; 255 } 256 224 257 .bar { 225 258 background-color: #e8e8e8; 226 259 border-right-color: #99d; … … 352 385 color: #264761; 353 386 } 354 387 388 #dashboard_right_now .table_content, 389 #dashboard_right_now .table_discussion { 390 border-top-color: #ececec; 391 } 392 355 393 .submitbox .submit { 356 394 background-color: #464646; 357 395 color: #ccc; … … 1707 1745 } 1708 1746 /* end added from nav-menu.css */ 1709 1747 1748 .nav-tab { 1749 border-color: #dfdfdf #dfdfdf #fff; 1750 } 1751 1752 .nav-tab:hover, 1753 .nav-tab-active { 1754 border-color: #ccc #ccc #fff; 1755 } 1756 1757 h2.nav-tab-wrapper, h3.nav-tab-wrapper { 1758 border-bottom-color: #ccc; 1759 } 1760 1710 1761 #menu-management .nav-tab-active, 1711 1762 .menu-item-handle, 1712 1763 .menu-item-settings { -
wp-admin/css/wp-admin.css
708 708 input[type="tel"], 709 709 input[type="url"], 710 710 select { 711 border-color: #dfdfdf;712 711 background-color: #fff; 713 712 color: #333; 714 713 } 715 714 716 715 select { 716 border-color: #dfdfdf; 717 717 color: #000; 718 718 } 719 719 720 select:focus { 721 border-color: #aaa; 722 } 723 720 724 textarea:focus, 721 725 input[type="text"]:focus, 722 726 input[type="password"]:focus, … … 727 731 input[type="tel"]:focus, 728 732 input[type="url"]:focus, 729 733 select:focus { 730 border-color: #aaa;731 734 -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1); 732 735 box-shadow: 1px 1px 2px rgba(0,0,0,0.1); 733 736 } 734 737 735 kbd,736 code {737 background: #eaeaea;738 }739 740 738 input[readonly] { 741 739 background-color: #eee; 742 740 } … … 4713 4711 #current-theme { 4714 4712 margin: 20px 0 10px; 4715 4713 padding: 0 0 20px; 4716 border-bottom: 1px solid #dfdfdf; 4714 border-bottom-width: 1px; 4715 border-bottom-style: solid; 4717 4716 overflow: hidden; 4718 4717 } 4719 4718 … … 4893 4892 4894 4893 .nav-tab { 4895 4894 border-style: solid; 4896 border-color: #dfdfdf #dfdfdf #fff;4897 4895 border-width: 1px 1px 0; 4898 4896 color: #aaa; 4899 4897 text-shadow: #fff 0 1px 0; … … 4914 4912 color: #464646; 4915 4913 } 4916 4914 4917 .nav-tab:hover,4918 .nav-tab-active {4919 border-color: #ccc #ccc #fff;4920 }4921 4922 4915 h2.nav-tab-wrapper, h3.nav-tab-wrapper { 4923 border-bottom: 1px solid #ccc; 4916 border-bottom-width: 1px; 4917 border-bottom-style: solid; 4924 4918 padding-bottom: 0; 4925 4919 } 4926 4920 … … 6201 6195 6202 6196 #dashboard_right_now .table_content { 6203 6197 float: left; 6204 border-top: #ececec 1px solid; 6198 border-top-width: 1px; 6199 border-top-style: solid; 6205 6200 width: 45%; 6206 6201 } 6207 6202 6208 6203 #dashboard_right_now .table_discussion { 6209 6204 float: right; 6210 border-top: #ececec 1px solid; 6205 border-top-width: 1px; 6206 border-top-style: solid; 6211 6207 width: 45%; 6212 6208 } 6213 6209 -
wp-admin/css/colors-classic.css
109 109 .wp-tab-panel, 110 110 ul.add-menu-item-tabs li.tabs, 111 111 .wp-tab-active { 112 border-color: #d fdfdf;112 border-color: #d1e5ee; 113 113 background-color: #fff; 114 114 } 115 115 116 116 ul.category-tabs li.tabs { 117 border-color: #d fdfdf #dfdfdf#fff;117 border-color: #d1e5ee #d1e5ee #fff; 118 118 } 119 119 120 120 ul.category-tabs li.tabs, … … 123 123 background-color: #fff; 124 124 } 125 125 126 kbd, 127 code { 128 background: #eff8ff; 129 } 130 131 textarea, 132 input[type="text"], 133 input[type="password"], 134 input[type="file"], 135 input[type="email"], 136 input[type="number"], 137 input[type="search"], 138 input[type="tel"], 139 input[type="url"] { 140 border-color: #d1e5ee; 141 } 142 143 textarea:focus, 144 input[type="text"]:focus, 145 input[type="password"]:focus, 146 input[type="file"]:focus, 147 input[type="email"]:focus, 148 input[type="number"]:focus, 149 input[type="search"]:focus, 150 input[type="tel"]:focus, 151 input[type="url"]:focus { 152 border-color: #b0c8d7; 153 } 154 126 155 input.disabled, 127 156 textarea.disabled { 128 157 background-color: #ccc; 129 158 } 130 /* #upload-menu li a.upload-tab-link, */ 159 131 160 #plugin-information .action-button a, 132 161 #plugin-information .action-button a:hover, 133 162 #plugin-information .action-button a:visited { … … 208 237 209 238 .ac_results { 210 239 background-color: #fff; 211 border-color: # 808080;240 border-color: #b0c8d7; 212 241 } 213 242 214 243 .ac_results li { … … 221 250 } 222 251 223 252 .available-theme a.screenshot { 224 background-color: # f1f1f1;225 border-color: # ddd;253 background-color: #eff8ff; 254 border-color: #acd; 226 255 } 227 256 257 #current-theme { 258 border-bottom-color: #d1e5ee; 259 } 260 228 261 .bar { 229 262 background-color: #e8e8e8; 230 263 border-right-color: #99d; … … 351 384 color: #333; 352 385 } 353 386 387 #dashboard_right_now .table_content, 388 #dashboard_right_now .table_discussion { 389 border-top-color: #d1e5ee; 390 } 391 354 392 #rightnow .rbutton { 355 393 background-color: #ebebeb; 356 394 color: #264761; … … 816 854 /* editors */ 817 855 #poststuff .wp-editor-wrap .wp_themeSkin .mceStatusbar { 818 856 border-color: #d0dfe9; 857 background-color: #eff8ff; 819 858 } 820 859 821 860 #poststuff .wp-editor-wrap .wp_themeSkin .mceStatusbar * { … … 846 885 .wp-admin .wp-editor-wrap .wp-switch-editor { 847 886 background-color: #d3e9f2; 848 887 border-color: #d1e5ee #d1e5ee #d3e9f2; 849 color: # 888;888 color: #174F69; 850 889 } 851 890 852 891 .wp-admin .wp-editor-wrap .wp-switch-editor:active { … … 1547 1586 1548 1587 #availablethemes, 1549 1588 #availablethemes td { 1550 border-color: # ddd;1589 border-color: #acd; 1551 1590 } 1552 1591 1553 1592 #current-theme img { 1554 border-color: # 999;1593 border-color: #b0c8d7; 1555 1594 } 1556 1595 1557 1596 #TB_window #TB_title a.tb-theme-preview-link, … … 1566 1605 1567 1606 .misc-pub-section { 1568 1607 border-top-color: #fff; 1569 border-bottom-color: # eee;1608 border-bottom-color: #d1e5ee; 1570 1609 } 1571 1610 1572 1611 #minor-publishing { 1573 border-bottom-color: # ddd;1612 border-bottom-color: #cae6ff; 1574 1613 } 1575 1614 1576 1615 #post-body .misc-pub-section { … … 1626 1665 .popular-tags, 1627 1666 .feature-filter { 1628 1667 background-color: #fff; 1629 border-color: #d fdfdf;1668 border-color: #d1e5ee; 1630 1669 } 1631 1670 1632 1671 div.widgets-sortables, … … 1821 1860 } 1822 1861 /* end added from nav-menu.css */ 1823 1862 1863 .nav-tab { 1864 border-color: #d1e5ee #d1e5ee #fff; 1865 } 1866 1867 .nav-tab:hover, 1868 .nav-tab-active { 1869 border-color: #acd #acd #fff; 1870 } 1871 1872 h2.nav-tab-wrapper, h3.nav-tab-wrapper { 1873 border-bottom-color: #acd; 1874 } 1875 1824 1876 #menu-management .nav-tab-active, 1825 1877 .menu-item-handle, 1826 1878 .menu-item-settings {