Changeset 2877693
- Timestamp:
- 03/10/2023 07:59:26 AM (3 years ago)
- Location:
- ebiziner/trunk
- Files:
-
- 2 edited
-
ebiziner.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ebiziner/trunk/ebiziner.php
r2793143 r2877693 4 4 * Plugin URI: https://www.ebizner.com/ 5 5 * Description: This is a simple plugin for ebiziner customers. 6 * Version: 1.3. 06 * Version: 1.3.1 7 7 * Author: eBiziner 8 8 * Author URI: https://ebiziner.com/about-us/ … … 46 46 } 47 47 48 49 function my_login_logo() { ?> 50 <style type="text/css"> 51 #login h1 a, .login h1 a { 52 background-image: url(https://ebiziner.com/wp-content/uploads/2021/06/logo-footer-1-1024x237.png); 53 height: 45px; 54 width: 320px; 55 background-size: 320px 80px; 56 background-repeat: no-repeat; 57 padding-bottom: 30px; 58 } 59 #login { 60 width: 450px !important; 61 } 62 .login form { 63 border: 1px solid #182955 !important; 64 box-shadow: 0px !important; 65 border-radius: 0 !important; 66 } 67 .language-switcher { 68 display: none !important; 69 } 70 body { 71 background: #182955 !important; 72 } 73 .login #backtoblog a, .login #nav a { 74 text-decoration: none; 75 color: #cecece !important; 76 } 77 78 </style> 79 <?php } 80 add_action( 'login_enqueue_scripts', 'my_login_logo' ); 81 82 83 add_action('admin_head', 'my_custom_style'); 84 85 function my_custom_style() { 86 echo '<style> 87 .wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active { 88 border: 1px solid #182955 !important; 89 color: #182955 !important; 90 } 91 92 .wp-core-ui .button-primary { 93 background: #182955 !important; 94 border-color: #182955 !important; 95 96 } 97 98 #adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu a:hover, #adminmenu li.menu-top>a:focus { 99 color: #4BD036 !important; 100 } 101 a:hover div.wp-menu-image:before { 102 color: #4BD036 !important; 103 } 104 105 #adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu { 106 background: #182955 !important; 107 color: #fff; 108 } 109 110 111 </style>'; 112 } -
ebiziner/trunk/readme.txt
r2793143 r2877693 2 2 Hello, This is a simple plugin for our customers. After each web project, we get install this plugin on the customer's website to make more services in the WordPress dashboard. 3 3 Tested up to: 6.0.2 4 Stable tag: 1.3. 05 Version: 1.3. 04 Stable tag: 1.3.1 5 Version: 1.3.1 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.