Plugin Directory

Changeset 2877693


Ignore:
Timestamp:
03/10/2023 07:59:26 AM (3 years ago)
Author:
ebizinerco
Message:

1.3.1

Location:
ebiziner/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ebiziner/trunk/ebiziner.php

    r2793143 r2877693  
    44* Plugin URI: https://www.ebizner.com/
    55* Description: This is a simple plugin for ebiziner customers.
    6 * Version: 1.3.0
     6* Version: 1.3.1
    77* Author: eBiziner
    88* Author URI: https://ebiziner.com/about-us/
     
    4646}
    4747
     48
     49function 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 }
     80add_action( 'login_enqueue_scripts', 'my_login_logo' );
     81
     82
     83add_action('admin_head', 'my_custom_style');
     84
     85function 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}
     101a:hover div.wp-menu-image:before {
     102color: #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  
    22Hello, 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.
    33Tested up to: 6.0.2
    4 Stable tag: 1.3.0
    5 Version: 1.3.0
     4Stable tag: 1.3.1
     5Version: 1.3.1
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.