Absolutely Glamorous Custom Admin - Version 5.6.1

Version Description

  • Added branding images for AGCA
  • Protocol agnostic jQuery script url on login page
  • Updated upgrade options
Download this release

Release Info

Developer argonius
Plugin Icon 128x128 Absolutely Glamorous Custom Admin
Version 5.6.1
Comparing to
See all releases

Code changes from version 5.6 to 5.6.1

Files changed (6) hide show
  1. images/agca.png +0 -0
  2. images/cusminlogo.png +0 -0
  3. plugin.php +18 -12
  4. readme.txt +16 -11
  5. script/ag_script.js +10 -3
  6. style/ag_style.css +64 -5
images/agca.png ADDED
Binary file
images/cusminlogo.png ADDED
Binary file
plugin.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: AG Custom Admin
4
  Plugin URI: http://wordpressadminpanel.com/ag-custom-admin/
5
  Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
6
  Author: WAP
7
- Version: 5.6
8
  Text Domain: ag-custom-admin
9
  Domain Path: /languages
10
  Author URI: http://www.wordpressadminpanel.com/
@@ -73,7 +73,7 @@ class AGCA{
73
  /*Initialize properties*/
74
  $this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
75
 
76
- $this->agca_version = "5.6";
77
 
78
  //TODO:upload images programmatically
79
  }
@@ -92,7 +92,7 @@ class AGCA{
92
  $links[] = '<a href="tools.php?page=ag-custom-admin/plugin.php#ag-templates">' . __('Admin Themes', 'ag-custom-admin') . '</a>';
93
  }
94
  $links[] = '<a href="http://wordpressadminpanel.com/agca-support/">' . __('Support', 'ag-custom-admin') . '</a>';
95
- $links[] = '<a href="https://cusmin.com">' . __('Upgrade', 'ag-custom-admin') . '</a>';
96
  $links[] = '<a href="http://wordpressadminpanel.com/agca-support/support-for-future-development">' . __('Donate', 'ag-custom-admin') . '</a>';
97
  }
98
  return $links;
@@ -923,7 +923,7 @@ class AGCA{
923
  //only output the script once..
924
  jQueryScriptOutputted = true;
925
  //output the script (load it from google api)
926
- document.write("<scr" + "ipt type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js\"></scr" + "ipt>");
927
  }
928
  setTimeout("initJQuery()", 50);
929
  } else {
@@ -1616,12 +1616,13 @@ class AGCA{
1616
  file_imp_not_sel: '<?php _e('File for import is not selected!', 'ag-custom-admin'); ?>',
1617
  menu_general: '<?php _e('General', 'ag-custom-admin'); ?>',
1618
  menu_admin_bar: '<?php _e('Admin Bar', 'ag-custom-admin'); ?>',
1619
- menu_footer: '<?php _e('Admin Footer', 'ag-custom-admin'); ?>',
1620
- menu_dashb: '<?php _e('Dashboard Page', 'ag-custom-admin'); ?>',
1621
  menu_login: '<?php _e('Login Page', 'ag-custom-admin'); ?>',
1622
  menu_admin_menu: '<?php _e('Admin Menu', 'ag-custom-admin'); ?>',
1623
  menu_colorizer: '<?php _e('Colorizer', 'ag-custom-admin'); ?>',
1624
- menu_themes: '<?php _e('Admin Themes', 'ag-custom-admin'); ?>',
 
1625
  menu_advanced: '<?php _e('Advanced', 'ag-custom-admin'); ?>',
1626
  remove: '<?php _e('Remove', 'ag-custom-admin'); ?>',
1627
  frommenu:'<?php _e('from menu', 'ag-custom-admin'); ?>',
@@ -2139,7 +2140,7 @@ class AGCA{
2139
  <script type="text/javascript" src="<?php echo $this->pluginUrl(); ?>script/agca_tmpl.js?ver=<?php echo $wpversion; ?>"></script>
2140
  <?php //includes ?>
2141
  <div class="wrap">
2142
- <h1 id="agca-title">AG Custom Admin <?php _e('Settings', 'ag-custom-admin'); ?> <span style="font-size:15px;">(v<?php echo $this->agca_version; ?>)</span></h1>
2143
  <div id="agca-social" style="float:right; margin-top: -23px;">
2144
  <div class="fb-like" data-href="https://www.facebook.com/AG-Custom-Admin-892218404232342/timeline" data-layout="button" data-action="like" data-show-faces="true" data-share="true"></div>
2145
  </div>
@@ -2163,14 +2164,14 @@ class AGCA{
2163
  <ul id="ag_main_menu" style="<?php echo $this->isCusminActive()?'display:none':''; ?>">
2164
  <li class="selected" style="border-top-left-radius: 10px; "><a href="#general-settings" title="<?php _e('General Settings', 'ag-custom-admin')?>" ><?php _e('General', 'ag-custom-admin')?></a></li>
2165
  <li class="normal"><a href="#admin-bar-settings" title="<?php _e('Settings for admin bar', 'ag-custom-admin')?>" ><?php _e('Admin Bar', 'ag-custom-admin')?></a></li>
2166
- <li class="normal"><a href="#admin-footer-settings" title="<?php _e('Settings for admin footer', 'ag-custom-admin')?>" ><?php _e('Admin Footer', 'ag-custom-admin')?></a></li>
2167
- <li class="normal"><a href="#dashboad-page-settings" title="<?php _e('Settings for Dashboard page', 'ag-custom-admin')?>"><?php _e('Dashboard Page', 'ag-custom-admin')?></a></li>
2168
  <li class="normal"><a href="#login-page-settings" title="<?php _e('Settings for Login page', 'ag-custom-admin')?>"><?php _e('Login Page', 'ag-custom-admin')?></a></li>
2169
  <li class="normal" ><a href="#admin-menu-settings" title="<?php _e('Settings for main admin menu', 'ag-custom-admin')?>"><?php _e('Admin Menu', 'ag-custom-admin')?></a></li>
2170
  <li class="normal"><a href="#ag-colorizer-setttings" title="<?php _e('Colorizer settings', 'ag-custom-admin')?>"><?php _e('Colorizer', 'ag-custom-admin')?></a></li>
2171
  <li class="normal"><a href="#ag-advanced" title="<?php _e('My custom scripts', 'ag-custom-admin')?>"><?php _e('Advanced', 'ag-custom-admin')?></a></li>
2172
- <li class="normal" style=""><a style="color:#DB6014;font-weight:bolder;" href="#ag-templates" title="<?php _e('AG Custom Admin Themes', 'ag-custom-admin')?>"><?php _e('Admin Themes', 'ag-custom-admin')?></a></li>
2173
- <li class="normal" style="background-color:#aaa;border-top-right-radius: 10px; border-bottom: 2px solid#aaa;"><a style="color:#fff;font-weight:bolder;" href="https://cusmin.com/" target="_blank" title="<?php _e('Upgrate to Cusmin', 'ag-custom-admin')?>"><?php _e('Upgrade', 'ag-custom-admin')?></a></li>
2174
 
2175
  <li style="background:none;border:none;padding:0;"><a id="agca_donate_button" target="_blank" style="margin-left:8px" title="<?php _e('Do you like this plugin? You can support its future development by giving a donation by your choice', 'ag-custom-admin')?> " href="http://wordpressadminpanel.com/agca-support/support-for-future-development/"><img alt="<?php _e('Donate', 'ag-custom-admin')?>" src="<?php echo $this->pluginUrl(); ?>images/btn_donate_LG.gif" /></a>
2176
  </li>
@@ -2250,6 +2251,11 @@ class AGCA{
2250
  <ul>
2251
  <li><a href="http://wordpressadminpanel.com/agca-support/support-for-future-development/" target="_blank"><span class="dashicons dashicons-palmtree"></span>&nbsp;&nbsp;<?php _e('Donate', 'ag-custom-admin'); ?></a> - <?php _e('only if you find this plugin helpful for your needs', 'ag-custom-admin'); ?> </li>
2252
  </ul>
 
 
 
 
 
2253
  </div>
2254
  </td>
2255
  <td></td>
4
  Plugin URI: http://wordpressadminpanel.com/ag-custom-admin/
5
  Description: All-in-one tool for admin panel customization. Change almost everything: admin menu, dashboard, login page, admin bar etc. Apply admin panel themes.
6
  Author: WAP
7
+ Version: 5.6.1
8
  Text Domain: ag-custom-admin
9
  Domain Path: /languages
10
  Author URI: http://www.wordpressadminpanel.com/
73
  /*Initialize properties*/
74
  $this->colorizer = $this->jsonMenuArray(get_option('ag_colorizer_json'),'colorizer');
75
 
76
+ $this->agca_version = "5.6.1";
77
 
78
  //TODO:upload images programmatically
79
  }
92
  $links[] = '<a href="tools.php?page=ag-custom-admin/plugin.php#ag-templates">' . __('Admin Themes', 'ag-custom-admin') . '</a>';
93
  }
94
  $links[] = '<a href="http://wordpressadminpanel.com/agca-support/">' . __('Support', 'ag-custom-admin') . '</a>';
95
+ $links[] = '<a href="https://cusmin.com/upgrade-to-cusmin">' . __('Upgrade', 'ag-custom-admin') . '</a>';
96
  $links[] = '<a href="http://wordpressadminpanel.com/agca-support/support-for-future-development">' . __('Donate', 'ag-custom-admin') . '</a>';
97
  }
98
  return $links;
923
  //only output the script once..
924
  jQueryScriptOutputted = true;
925
  //output the script (load it from google api)
926
+ document.write("<scr" + "ipt type=\"text/javascript\" src=\"//ajax.googleapis.com/ajax/libs/jquery/3.0.0/jquery.min.js\"></scr" + "ipt>");
927
  }
928
  setTimeout("initJQuery()", 50);
929
  } else {
1616
  file_imp_not_sel: '<?php _e('File for import is not selected!', 'ag-custom-admin'); ?>',
1617
  menu_general: '<?php _e('General', 'ag-custom-admin'); ?>',
1618
  menu_admin_bar: '<?php _e('Admin Bar', 'ag-custom-admin'); ?>',
1619
+ menu_footer: '<?php _e('Footer', 'ag-custom-admin'); ?>',
1620
+ menu_dashb: '<?php _e('Dashboard', 'ag-custom-admin'); ?>',
1621
  menu_login: '<?php _e('Login Page', 'ag-custom-admin'); ?>',
1622
  menu_admin_menu: '<?php _e('Admin Menu', 'ag-custom-admin'); ?>',
1623
  menu_colorizer: '<?php _e('Colorizer', 'ag-custom-admin'); ?>',
1624
+ menu_themes: '<?php _e('Themes', 'ag-custom-admin'); ?>',
1625
+ menu_upgrade: '<?php _e('Upgrade', 'ag-custom-admin'); ?>',
1626
  menu_advanced: '<?php _e('Advanced', 'ag-custom-admin'); ?>',
1627
  remove: '<?php _e('Remove', 'ag-custom-admin'); ?>',
1628
  frommenu:'<?php _e('from menu', 'ag-custom-admin'); ?>',
2140
  <script type="text/javascript" src="<?php echo $this->pluginUrl(); ?>script/agca_tmpl.js?ver=<?php echo $wpversion; ?>"></script>
2141
  <?php //includes ?>
2142
  <div class="wrap">
2143
+ <h1 id="agca-title"><img src="<?php echo plugins_url( 'images/agca.png', __FILE__ ) ?>" /><span class="title">AG Custom Admin <?php _e('Settings', 'ag-custom-admin'); ?></span> <span class="version">(v<?php echo $this->agca_version; ?>)</span></h1>
2144
  <div id="agca-social" style="float:right; margin-top: -23px;">
2145
  <div class="fb-like" data-href="https://www.facebook.com/AG-Custom-Admin-892218404232342/timeline" data-layout="button" data-action="like" data-show-faces="true" data-share="true"></div>
2146
  </div>
2164
  <ul id="ag_main_menu" style="<?php echo $this->isCusminActive()?'display:none':''; ?>">
2165
  <li class="selected" style="border-top-left-radius: 10px; "><a href="#general-settings" title="<?php _e('General Settings', 'ag-custom-admin')?>" ><?php _e('General', 'ag-custom-admin')?></a></li>
2166
  <li class="normal"><a href="#admin-bar-settings" title="<?php _e('Settings for admin bar', 'ag-custom-admin')?>" ><?php _e('Admin Bar', 'ag-custom-admin')?></a></li>
2167
+ <li class="normal"><a href="#admin-footer-settings" title="<?php _e('Settings for admin footer', 'ag-custom-admin')?>" ><?php _e('Footer', 'ag-custom-admin')?></a></li>
2168
+ <li class="normal"><a href="#dashboad-page-settings" title="<?php _e('Settings for Dashboard page', 'ag-custom-admin')?>"><?php _e('Dashboard', 'ag-custom-admin')?></a></li>
2169
  <li class="normal"><a href="#login-page-settings" title="<?php _e('Settings for Login page', 'ag-custom-admin')?>"><?php _e('Login Page', 'ag-custom-admin')?></a></li>
2170
  <li class="normal" ><a href="#admin-menu-settings" title="<?php _e('Settings for main admin menu', 'ag-custom-admin')?>"><?php _e('Admin Menu', 'ag-custom-admin')?></a></li>
2171
  <li class="normal"><a href="#ag-colorizer-setttings" title="<?php _e('Colorizer settings', 'ag-custom-admin')?>"><?php _e('Colorizer', 'ag-custom-admin')?></a></li>
2172
  <li class="normal"><a href="#ag-advanced" title="<?php _e('My custom scripts', 'ag-custom-admin')?>"><?php _e('Advanced', 'ag-custom-admin')?></a></li>
2173
+ <li class="normal" style=""><a style="color:#DB6014;font-weight:bolder;" href="#ag-templates" title="<?php _e('AG Custom Admin Themes', 'ag-custom-admin')?>"><?php _e('Themes', 'ag-custom-admin')?></a></li>
2174
+ <li class="normal upgrade"><a href="https://cusmin.com/upgrade-to-cusmin" target="_blank" title="<?php _e('Upgrade to Cusmin', 'ag-custom-admin')?>"><img src="<?php echo plugins_url( 'images/cusminlogo.png', __FILE__ ) ?>" /><?php _e('Upgrade', 'ag-custom-admin')?></a></li>
2175
 
2176
  <li style="background:none;border:none;padding:0;"><a id="agca_donate_button" target="_blank" style="margin-left:8px" title="<?php _e('Do you like this plugin? You can support its future development by giving a donation by your choice', 'ag-custom-admin')?> " href="http://wordpressadminpanel.com/agca-support/support-for-future-development/"><img alt="<?php _e('Donate', 'ag-custom-admin')?>" src="<?php echo $this->pluginUrl(); ?>images/btn_donate_LG.gif" /></a>
2177
  </li>
2251
  <ul>
2252
  <li><a href="http://wordpressadminpanel.com/agca-support/support-for-future-development/" target="_blank"><span class="dashicons dashicons-palmtree"></span>&nbsp;&nbsp;<?php _e('Donate', 'ag-custom-admin'); ?></a> - <?php _e('only if you find this plugin helpful for your needs', 'ag-custom-admin'); ?> </li>
2253
  </ul>
2254
+ <ul class="upgrade">
2255
+ <li><a href="https://cusmin.com/upgrade-to-cusmin" target="_blank">
2256
+ <img src="<?php echo plugins_url( 'images/cusminlogo.png', __FILE__ ) ?>" />
2257
+ &nbsp;&nbsp;<span><?php _e('Upgrade to Cusmin', 'ag-custom-admin'); ?></span></a><span><?php _e('&nbsp;- unlock the ultimate customizing experience', 'ag-custom-admin'); ?></span></li>
2258
+ </ul>
2259
  </div>
2260
  </td>
2261
  <td></td>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wap
3
  Donate link: http://wordpressadminpanel.com/ag-custom-admin/
4
  Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
5
  Requires at least: 3.0
6
- Tested up to: 4.5.2
7
- Stable tag: 5.6
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl.txt
10
 
@@ -94,22 +94,19 @@ With this plugin you can easily customize WordPress **admin panel**, **login pag
94
  * Export/import customization settings
95
 
96
  = Premium Features =
97
-
98
  > <strong>Cusmin</strong><br>
99
- > Cusmin is premium version of AG Custom Admin that is currently still in active development and not yet available for purchase.
100
- > If you are interested to try it out for FREE, before it is officially released, please check our [Early Access Program](https://cusmin.com/eap).
101
- >
102
  > For more info about Cusmin, please go to [Cusmin](https://cusmin.com) site.
103
-
104
  > <strong>Admin Themes</strong><br>
105
  > AG Custom Admin plugin contains specially created professional and responsive themes for admin panel and login page, that can be applied easily within AG Custom Admin plugin with only few clicks!
106
  > We will add more themes with better styles and theme options in future.
107
- >
108
  > For more info about AG Custom Admin themes, please go to [WordPress Admin Panel Themes](http://wordpressadminpanel.com/themes/home) site.
109
-
110
  > <strong>Custom Admin Menu Icons</strong><br>
111
- > AGL Custom Admin Menu Icons plugin, can be used to add or change admin menu icons, add custom colors and icons, and even draw custom icons
112
- >
113
  > For more information about advanced admin menu icons management, please check [Admin Menu Icons Management](http://wordpressadminpanel.com/aglcami/home)
114
 
115
  = Contact =
@@ -159,6 +156,11 @@ If you have the latest WordPress and plugin versions and you still experience so
159
 
160
  == Change Log ==
161
 
 
 
 
 
 
162
  = 5.6 =
163
  * Internationalization, ready for translation
164
  * Added option for removing Profile menu item from user's menu
@@ -493,6 +495,9 @@ If you have the latest WordPress and plugin versions and you still experience so
493
 
494
  == Upgrade Notice ==
495
 
 
 
 
496
  = 5.6 =
497
  * Internationalization. Support for removing admin menu Profile button. Other patches and compatibility fixes.
498
 
3
  Donate link: http://wordpressadminpanel.com/ag-custom-admin/
4
  Tags: admin, customize, hide, change admin, themes, admin themes, admin bar, login page
5
  Requires at least: 3.0
6
+ Tested up to: 4.5.3
7
+ Stable tag: 5.6.1
8
  License: GPLv3 or later
9
  License URI: https://www.gnu.org/licenses/gpl.txt
10
 
94
  * Export/import customization settings
95
 
96
  = Premium Features =
97
+ <br>
98
  > <strong>Cusmin</strong><br>
99
+ > Cusmin is premium version of AG Custom Admin that gives you more advanced features for customization and branding.<br>
 
 
100
  > For more info about Cusmin, please go to [Cusmin](https://cusmin.com) site.
101
+ <br>
102
  > <strong>Admin Themes</strong><br>
103
  > AG Custom Admin plugin contains specially created professional and responsive themes for admin panel and login page, that can be applied easily within AG Custom Admin plugin with only few clicks!
104
  > We will add more themes with better styles and theme options in future.
105
+ <br>
106
  > For more info about AG Custom Admin themes, please go to [WordPress Admin Panel Themes](http://wordpressadminpanel.com/themes/home) site.
107
+ <br>
108
  > <strong>Custom Admin Menu Icons</strong><br>
109
+ > AGL Custom Admin Menu Icons plugin, can be used to add or change admin menu icons, add custom colors and icons, and even draw custom icons<br>
 
110
  > For more information about advanced admin menu icons management, please check [Admin Menu Icons Management](http://wordpressadminpanel.com/aglcami/home)
111
 
112
  = Contact =
156
 
157
  == Change Log ==
158
 
159
+ = 5.6.1 =
160
+ * Added branding images for AGCA
161
+ * Protocol agnostic jQuery script url on login page
162
+ * Updated upgrade options
163
+
164
  = 5.6 =
165
  * Internationalization, ready for translation
166
  * Added option for removing Profile menu item from user's menu
495
 
496
  == Upgrade Notice ==
497
 
498
+ = 5.6.1 =
499
+ * Minor plugin changes
500
+
501
  = 5.6 =
502
  * Internationalization. Support for removing admin menu Profile button. Other patches and compatibility fixes.
503
 
script/ag_script.js CHANGED
@@ -222,7 +222,7 @@ function showHideSection(text) {
222
 
223
  function hideAllSections(){
224
  jQuery('#ag_main_menu li').each(function(){
225
- jQuery(this).attr("class","normal");
226
  });
227
  jQuery('.ag_section').each(function(){
228
  jQuery(this).hide();
@@ -376,7 +376,14 @@ function agcaApplyTooltip(){
376
  }, function() {
377
  jQuery("#AGToolTipDiv")
378
  .stop(true,true)
379
- .fadeOut("fast");
 
 
 
 
 
 
 
380
  jQuery(this).attr('title', jQuery("#AGToolTipDiv").html());
381
  });
382
  }
@@ -391,7 +398,7 @@ jQuery(document).ready(function(){
391
  };
392
  hideAllSections();
393
  var text = jQuery(this).text();
394
- jQuery(this).attr("class","selected");
395
  showHideSection(text);
396
  });
397
 
222
 
223
  function hideAllSections(){
224
  jQuery('#ag_main_menu li').each(function(){
225
+ jQuery(this).addClass("normal").removeClass("selected");
226
  });
227
  jQuery('.ag_section').each(function(){
228
  jQuery(this).hide();
376
  }, function() {
377
  jQuery("#AGToolTipDiv")
378
  .stop(true,true)
379
+ .fadeOut("fast", function(){
380
+ jQuery(this).css({
381
+ 'color': '',
382
+ 'border': '',
383
+ 'font-weight':''
384
+ });
385
+ })
386
+
387
  jQuery(this).attr('title', jQuery("#AGToolTipDiv").html());
388
  });
389
  }
398
  };
399
  hideAllSections();
400
  var text = jQuery(this).text();
401
+ jQuery(this).removeClass('normal').addClass("selected");
402
  showHideSection(text);
403
  });
404
 
style/ag_style.css CHANGED
@@ -23,6 +23,19 @@ h1#agca-title {
23
  font-weight: bold;
24
  font-size: 30px;
25
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
  table .agca-tip {
28
  padding-left: 10px;
@@ -34,6 +47,28 @@ table .agca-tip {
34
  border-bottom: 3px solid #ACC491;
35
  margin-top: 2px;
36
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  .ag_section {
39
  background: #fff;
@@ -191,8 +226,10 @@ td.ag_admin_menu_parent:hover {
191
  }
192
 
193
  #agca_news {
194
- height: 50px;
195
- margin-top: -35px;
 
 
196
  color: #005B69;
197
  }
198
 
@@ -631,7 +668,7 @@ td.ag_admin_menu_parent:hover {
631
  border: medium none;
632
  border-radius: 4px;
633
  color: #FFFFFF;
634
- padding: 6px 9px;
635
  min-width: 240px;
636
  background: rgb(216, 234, 216);
637
  display: inline-block;
@@ -639,15 +676,37 @@ td.ag_admin_menu_parent:hover {
639
  color: gray;
640
  }
641
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
642
  .agca-feedback-and-support a:hover {
643
  background-color: #ACC491;
644
  color: #fff;
645
  }
646
-
 
 
 
 
647
  #agca-your-feedback {
648
  float: right;
649
  width: 160px;
650
- margin-top: -25px;
651
  }
652
 
653
  #agca-your-feedback .dashicons {
23
  font-weight: bold;
24
  font-size: 30px;
25
  }
26
+ h1#agca-title .title{
27
+ float:left;
28
+ padding: 10px;
29
+ }
30
+ h1#agca-title img{
31
+ width: 80px;
32
+ float: left;
33
+ }
34
+ h1#agca-title .version{
35
+ font-size: 15px;
36
+ margin-top: 12px;
37
+ display: inline-block;
38
+ }
39
 
40
  table .agca-tip {
41
  padding-left: 10px;
47
  border-bottom: 3px solid #ACC491;
48
  margin-top: 2px;
49
  }
50
+ #ag_main_menu li.upgrade{
51
+ background-color:#fff;
52
+ border-top-right-radius: 10px;
53
+ border-bottom: 2px solid #aaa;
54
+ }
55
+ #ag_main_menu li.upgrade:hover{
56
+ background: #fff !important;
57
+ }
58
+ #ag_main_menu li.upgrade:hover a{
59
+ color:#e85e3a;
60
+ }
61
+ #ag_main_menu li.upgrade a{
62
+ color: #826c63;
63
+ padding-left: 20px;
64
+ font-weight:bolder;
65
+ }
66
+ #ag_main_menu li.upgrade img{
67
+ width: 30px;
68
+ position: absolute;
69
+ margin-top: -8px;
70
+ margin-left: -28px;
71
+ }
72
 
73
  .ag_section {
74
  background: #fff;
226
  }
227
 
228
  #agca_news {
229
+ height: 20px;
230
+ clear: both;
231
+ position: absolute;
232
+ margin-top: -22px;
233
  color: #005B69;
234
  }
235
 
668
  border: medium none;
669
  border-radius: 4px;
670
  color: #FFFFFF;
671
+ padding: 6px 20px;
672
  min-width: 240px;
673
  background: rgb(216, 234, 216);
674
  display: inline-block;
676
  color: gray;
677
  }
678
 
679
+ .agca-feedback-and-support .upgrade a{
680
+ background: #f9f9f9;
681
+ float: left;
682
+ padding: 5px 30px 5px 9px;
683
+ }
684
+ .agca-feedback-and-support .upgrade span{
685
+ display: block;
686
+ float: left;
687
+ margin-top: 20px;
688
+ }
689
+ .agca-feedback-and-support .upgrade img{
690
+ width: 50px;
691
+ height: auto;
692
+ float: left;
693
+ display: inline-block;
694
+ margin-left: -5px;
695
+ }
696
+
697
  .agca-feedback-and-support a:hover {
698
  background-color: #ACC491;
699
  color: #fff;
700
  }
701
+ .agca-feedback-and-support .upgrade a:hover{
702
+ background-color: #fff;
703
+ color: #826c63;
704
+ box-shadow: 1px 1px 1px #ddd;
705
+ }
706
  #agca-your-feedback {
707
  float: right;
708
  width: 160px;
709
+ margin-top: -10px;
710
  }
711
 
712
  #agca-your-feedback .dashicons {