Changeset 1675213
- Timestamp:
- 06/10/2017 03:42:51 AM (9 years ago)
- Location:
- customizable-flat-panel-admin-theme
- Files:
-
- 3 edited
- 3 copied
-
tags/1.1 (copied) (copied from customizable-flat-panel-admin-theme/trunk)
-
tags/1.1/custom-admin-theme.php (copied) (copied from customizable-flat-panel-admin-theme/trunk/custom-admin-theme.php)
-
tags/1.1/lib/style-generator.php (copied) (copied from customizable-flat-panel-admin-theme/trunk/lib/style-generator.php)
-
trunk/custom-admin-theme.php (modified) (1 diff)
-
trunk/lib/style-generator.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
customizable-flat-panel-admin-theme/trunk/custom-admin-theme.php
r1675211 r1675213 5 5 Description: Add some style to your WordPress Admin Theme with a flat panel design and fully customizable colors. 6 6 Create the admin theme that works best for you and that you want to work with. 7 Version: 1.1 7 Version: 1.11 8 8 Author: Claudette Raynor 9 9 Author URI: https://github.com/sleddd/custom-admin-theme-wordpress-plugin -
customizable-flat-panel-admin-theme/trunk/lib/style-generator.php
r1675212 r1675213 726 726 background:'.get_option("body_background", "#ededed") .'; 727 727 color:'.get_option("header_text_color", "#555555").'; 728 border: 1px solid '.get_option('link', "# 16a085").';728 border: 1px solid '.get_option('link', "#41a0d2").'; 729 729 border-top: 1px solid '.get_option("body_background", "#ededed") .'; 730 730 } … … 741 741 742 742 #screen-meta { 743 border: 1px solid '.get_option("link", "# 16a085").';743 border: 1px solid '.get_option("link", "#41a0d2").'; 744 744 border-top:0; 745 745 } 746 746 747 747 #contextual-help-back { 748 border: 1px solid '.get_option("link", "# 16a085").';748 border: 1px solid '.get_option("link", "#41a0d2").'; 749 749 border-bottom:0; 750 750 } … … 761 761 762 762 .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").'; 766 766 } 767 767 -
customizable-flat-panel-admin-theme/trunk/readme.txt
r1675207 r1675213 9 9 Tested up to: 4.7 10 10 Stable tag: trunk 11 Version: 1.1 11 Version: 1.11 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.