Plugin Directory

Changeset 1559494


Ignore:
Timestamp:
12/22/2016 04:04:17 AM (9 years ago)
Author:
miqrogroove
Message:

Fix 2 bugs already found in v1.1.

Location:
high-contrast-admin/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • high-contrast-admin/trunk/default42.css

    r1559491 r1559494  
    22 * High Contrast Admin Color Scheme by Robert Chapin
    33 *
    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.
    55 * Modifies the styles found in:
    66 *  wp-admin/css/common.css
     
    1212
    1313/* Background Color */
     14html,
    1415body {
    1516    background: #FFF;
  • high-contrast-admin/trunk/high-contrast.php

    r1559491 r1559494  
    1111 *
    1212 * @author: Robert Chapin
    13  * @version: 1.1
     13 * @version: 1.1.1 beta
    1414 * @copyright Copyright © 2016 by Robert Chapin
    1515 * @license GPL
  • high-contrast-admin/trunk/readme.txt

    r1559491 r1559494  
    11=== High Contrast Admin ===
    22Contributors: miqrogroove
    3 Tags: accessibility, admin, contrast, input, inputs, field, fields, theme, color, scheme
     3Tags: accessibility, admin, background, color, contrast, high, scheme, theme
    44Requires at least: 4.2
    55Tested up to: 4.7
     
    4343== Changelog ==
    4444
     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
    4550= 1.1 =
    4651* Feature expansion, released 21 December 2016.
  • high-contrast-admin/trunk/white42.css

    r1559491 r1559494  
    22 * High Contrast White Admin Color Scheme by Robert Chapin
    33 *
    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.
    55 * Modifies the styles found in:
    66 *  wp-admin/css/admin-menu.css
     
    1414
    1515/* Background Color */
     16html,
    1617body {
    1718    background: #FFF;
     
    329330}
    330331
     332#wpadminbar #wp-admin-bar-user-info .display-name {
     333    color: inherit;
     334}
    331335
    332336
Note: See TracChangeset for help on using the changeset viewer.