Changeset 1559494
- Timestamp:
- 12/22/2016 04:04:17 AM (9 years ago)
- Location:
- high-contrast-admin/trunk
- Files:
-
- 4 edited
-
default42.css (modified) (2 diffs)
-
high-contrast.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
white42.css (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
high-contrast-admin/trunk/default42.css
r1559491 r1559494 2 2 * High Contrast Admin Color Scheme by Robert Chapin 3 3 * 4 * Tested and working on 4. 7. Should be compatible with 4.2.4 * Tested and working on 4.4 and 4.7. Should be compatible with 4.2. 5 5 * Modifies the styles found in: 6 6 * wp-admin/css/common.css … … 12 12 13 13 /* Background Color */ 14 html, 14 15 body { 15 16 background: #FFF; -
high-contrast-admin/trunk/high-contrast.php
r1559491 r1559494 11 11 * 12 12 * @author: Robert Chapin 13 * @version: 1.1 13 * @version: 1.1.1 beta 14 14 * @copyright Copyright © 2016 by Robert Chapin 15 15 * @license GPL -
high-contrast-admin/trunk/readme.txt
r1559491 r1559494 1 1 === High Contrast Admin === 2 2 Contributors: miqrogroove 3 Tags: accessibility, admin, contrast, input, inputs, field, fields, theme, color, scheme3 Tags: accessibility, admin, background, color, contrast, high, scheme, theme 4 4 Requires at least: 4.2 5 5 Tested up to: 4.7 … … 43 43 == Changelog == 44 44 45 = 1.1.1 = 46 * Bug fixes, released... 47 * Fixed admin bar username color for small screens. 48 * Fixed page background color for WordPress 4.4. 49 45 50 = 1.1 = 46 51 * Feature expansion, released 21 December 2016. -
high-contrast-admin/trunk/white42.css
r1559491 r1559494 2 2 * High Contrast White Admin Color Scheme by Robert Chapin 3 3 * 4 * Tested and working on 4. 7. Should be compatible with 4.2.4 * Tested and working on 4.4 and 4.7. Should be compatible with 4.2. 5 5 * Modifies the styles found in: 6 6 * wp-admin/css/admin-menu.css … … 14 14 15 15 /* Background Color */ 16 html, 16 17 body { 17 18 background: #FFF; … … 329 330 } 330 331 332 #wpadminbar #wp-admin-bar-user-info .display-name { 333 color: inherit; 334 } 331 335 332 336
Note: See TracChangeset
for help on using the changeset viewer.