Plugin Directory

Changeset 1675213


Ignore:
Timestamp:
06/10/2017 03:42:51 AM (9 years ago)
Author:
craynor
Message:

Release 1.11

Location:
customizable-flat-panel-admin-theme
Files:
3 edited
3 copied

Legend:

Unmodified
Added
Removed
  • customizable-flat-panel-admin-theme/trunk/custom-admin-theme.php

    r1675211 r1675213  
    55Description: Add some style to your WordPress Admin Theme with a flat panel design and fully customizable colors.
    66Create the admin theme that works best for you and that you want to work with.
    7 Version: 1.1
     7Version: 1.11
    88Author: Claudette Raynor
    99Author URI: https://github.com/sleddd/custom-admin-theme-wordpress-plugin
  • customizable-flat-panel-admin-theme/trunk/lib/style-generator.php

    r1675212 r1675213  
    726726    background:'.get_option("body_background", "#ededed") .';
    727727    color:'.get_option("header_text_color", "#555555").';
    728     border: 1px solid '.get_option('link', "#16a085").';
     728    border: 1px solid '.get_option('link', "#41a0d2").';
    729729    border-top: 1px solid '.get_option("body_background", "#ededed") .';
    730730}
     
    741741
    742742#screen-meta {
    743     border: 1px solid '.get_option("link", "#16a085").';
     743    border: 1px solid '.get_option("link", "#41a0d2").';
    744744    border-top:0;
    745745}
    746746
    747747#contextual-help-back {
    748     border: 1px solid '.get_option("link", "#16a085").';
     748    border: 1px solid '.get_option("link", "#41a0d2").';
    749749    border-bottom:0;
    750750}
     
    761761
    762762.contextual-help-tabs .active {
    763     border-left: 0px solid '.get_option('link', "#16a085").';
    764     border-bottom: 1px solid '.get_option('link', "#16a085").';
    765     border-top: 1px solid '.get_option('link', "#16a085").';
     763    border-left: 0px solid '.get_option('link', "#41a0d2").';
     764    border-bottom: 1px solid '.get_option('link', "#41a0d2").';
     765    border-top: 1px solid '.get_option('link', "#41a0d2").';
    766766}
    767767
  • customizable-flat-panel-admin-theme/trunk/readme.txt

    r1675207 r1675213  
    99Tested up to: 4.7
    1010Stable tag: trunk
    11 Version: 1.1
     11Version: 1.11
    1212License: GPLv2 or later
    1313License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.