Ticket #22248: 22248.3.diff
| File 22248.3.diff, 2.2 KB (added by melchoyce, 7 months ago) |
|---|
-
wp-admin/css/colors-fresh.css
124 124 textarea.disabled { 125 125 background-color: #ccc; 126 126 } 127 /* #upload-menu li a.upload-tab-link, */ 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 select { 138 border-color: #dfdfdf; 139 } 140 128 141 #plugin-information .action-button a, 129 142 #plugin-information .action-button a:hover, 130 143 #plugin-information .action-button a:visited { -
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 } -
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, … … 127 127 textarea.disabled { 128 128 background-color: #ccc; 129 129 } 130 /* #upload-menu li a.upload-tab-link, */ 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 select { 141 border-color: #d1e5ee; 142 } 143 131 144 #plugin-information .action-button a, 132 145 #plugin-information .action-button a:hover, 133 146 #plugin-information .action-button a:visited { … … 1566 1579 1567 1580 .misc-pub-section { 1568 1581 border-top-color: #fff; 1569 border-bottom-color: # eee;1582 border-bottom-color: #d1e5ee; 1570 1583 } 1571 1584 1572 1585 #minor-publishing { 1573 border-bottom-color: #d dd;1586 border-bottom-color: #d1e5ee; 1574 1587 } 1575 1588 1576 1589 #post-body .misc-pub-section {
