Plugin Directory

Changeset 1865999


Ignore:
Timestamp:
04/29/2018 12:28:51 PM (8 years ago)
Author:
johnalarcon
Message:

Updated default initial colors to match core.

Location:
admin-bar-styler
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • admin-bar-styler/tags/1.1.0/alar-admin-bar-styler.php

    r1865996 r1865999  
    229229    public function activation() {
    230230        $options = array(
    231             'label'         => '',
    232             'bg_color'      => '#1565c0',
    233             'font_color'    => '#dddddd',
    234             'hover_color'   => '#0d47a1',
    235             );
     231                'label'         => '',
     232                'bg_color'      => '#23282d',
     233                'font_color'    => '#cccccc',
     234                'hover_color'   => '#444444',
     235        );
    236236        update_option('admin_bar_styler', $options);
    237237    }
  • admin-bar-styler/tags/1.1.0/readme.txt

    r1865996 r1865999  
    1616
    1717== Managing Settings ==
    18 In your WordPress dashboard, hover the *Appearance* menu and you will find a new item named *Admin Bar*; click to manage the settings.
     18In your WordPress dashboard, hover the **Appearance** menu and you will find a new item named **Admin Bar**; click to manage your color settings.
    1919
    2020== Installation ==
     
    2525== Changelog ==
    2626## 1.1.0
     27- Enhance: set initial style to match core style.
    2728- Enhance: rework script/style enqueuing.
    2829- Enhance: added comments for clarity.
  • admin-bar-styler/trunk/alar-admin-bar-styler.php

    r1865996 r1865999  
    229229    public function activation() {
    230230        $options = array(
    231             'label'         => '',
    232             'bg_color'      => '#1565c0',
    233             'font_color'    => '#dddddd',
    234             'hover_color'   => '#0d47a1',
    235             );
     231                'label'         => '',
     232                'bg_color'      => '#23282d',
     233                'font_color'    => '#cccccc',
     234                'hover_color'   => '#444444',
     235        );
    236236        update_option('admin_bar_styler', $options);
    237237    }
  • admin-bar-styler/trunk/readme.txt

    r1865996 r1865999  
    1616
    1717== Managing Settings ==
    18 In your WordPress dashboard, hover the *Appearance* menu and you will find a new item named *Admin Bar*; click to manage the settings.
     18In your WordPress dashboard, hover the **Appearance** menu and you will find a new item named **Admin Bar**; click to manage your color settings.
    1919
    2020== Installation ==
     
    2525== Changelog ==
    2626## 1.1.0
     27- Enhance: set initial style to match core style.
    2728- Enhance: rework script/style enqueuing.
    2829- Enhance: added comments for clarity.
Note: See TracChangeset for help on using the changeset viewer.