Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61917


Ignore:
Timestamp:
08/23/2024 06:04:47 PM (21 months ago)
Author:
sabernhardt
Comment:

Hi and welcome to WordPress Core Trac!

For site help, please use the support forums. https://wordpress.org/support/forums/

If you want to add a separate CSS file for new admin styles, you would need to enqueue it within the 'admin_enqueue_scripts' action.

Or you could just add your styles with a plugin such as Simple Custom CSS and JS.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61917

    • Property Status changed from new to closed
    • Property Version changed from 6.6.1 to
    • Property Resolution changed from to invalid
    • Property Milestone changed from Awaiting Review to
  • Ticket #61917 – Description

    initial v1  
    55
    66
    7 
     7{{{
    88 #adminmenu{
    99    background-image: linear-gradient(to right, #a41aa1 , #8408b0);
     
    2626   background-image: linear-gradient(to left, rgb(173, 0, 251), rgb(253, 24, 0)) !important;
    2727  }
    28 
     28}}}
    2929
    3030so yea and i import it to all wp-admin and its variants
     
    3232so whereever i find a
    3333
    34  background-color: black
     34`background-color: black`
    3535
    3636
     
    3838
    3939
    40     background-image: linear-gradient(to right, #a41aa1 , #8408b0);
     40`background-image: linear-gradient(to right, #a41aa1 , #8408b0);`
    4141
    4242