Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Admin CSS MU

Beschrijving

A simple plugin that lets you add your custom CSS to style the WordPress Admin. Works with WordPress single install and WordPress multisites.

Version 2.0 is updated wtih an Admin interface and can be found in Appearance > Admin CSS MU

Admin CSS MU uses CSSTidy to clean and optionally minify CSS. CSS is only minified while using it. The editor always shows un-minified CSS for easy editing.

Note: If you want to easily add custom CSS on your Login and Front-end as well (along with WordPress Admin), use my Custom Login Admin Front-end CSS plugin instead.

Schermafbeeldingen

  • Admin Interface in Appearance > Admin CSS MU

Installatie

Te gebruiken als een normale plugin in WordPress enkele installatie en multisite.

  1. Installeer de plugin via het WordPress-beheerderspaneel, of upload de map /admin-css-mu/ via FTP naar /wp-content/plugins/.
  2. Activate the plugin via WordPress admin interface. If it is a Multisite, Network Activate it.
  3. Go to WordPress Admin > Appearance > Admin CSS MU and add the custom CSS you want.
  4. For Multisites, the settings page will be in the Appearance > Admin CSS MU of the main site. Only network admins can add/edit CSS.

FAQ

Mag ik het CSS voorbeeld uit de schermafbeelding eens uitproberen?

Natuurlijk! Voeg dit toe om de achtergrondkleur van het dashboard te wijzigen en sla het op.

#wpwrap {
    background-color: #5f5f5f !important;
}
body, h1, p {
    color: #f1f1f1 !important;
}

Ik vind deze plugin erg handig. Hoe kan ik mijn waardering laten blijken?

I am glad to hear that! You can either make a donation or leave a rating to motivate me to keep working on the plugin.

Beoordelingen

22 maart 2024
This plugin helped me to enable table columns in device mode. Good plugin to use it.
17 oktober 2023 1 reactie
It do simple css but can’t handle media queries or multiple selectors. Better it simply add styles than making them pretty, I bet tidying is messing all
18 september 2023 1 reactie
Works perfectly, thanks! good job!
Lees alle 26 beoordelingen

Bijdragers & ontwikkelaars

“Admin CSS MU” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Admin CSS MU” is vertaald in 2 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Admin CSS MU” naar jouw taal.

Interesse in de ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

2.10

  • Datum: 04 oktober 2023
  • Getest met WordPress 6.3.1
  • Enhancement: Added compatibility with PHP 8.x

2.9

  • Datum: 16 mei 2023
  • Getest op WordPress 6.2
  • Enhancement: Added support for justify-content. align-items, and flex-wrap in CSSTidy.

2.8

  • Date: 9.February.2023
  • Getest op WordPress 6.1.1
  • Enhancement: Added support for flex-direction in CSSTidy.

2.7

  • Datum: 19 oktober 2022
  • Getest op WordPress 6.0.3.
  • Security Fix: Deleted unwanted files in CSSTidy. Thanks Darius from Patchstack for the heads up.

2.6

  • Datum: 17 mei 2021
  • Getest met WordPress 5.7.2
  • Updated CSSTidy to 1.7.3
  • Added support for CSS properties grid-gap and grid-template-columns.
  • Fix PHP warning: PHP Warning: “continue” targeting switch is equivalent to “break” in class.csstidy.php on line 859.

2.5

  • Datum: 18 januari 2018
  • Added support for PHP version lesser than PHP 5.5
  • Updated text domain. For plugins, text domain should be the slug which is admin-css-mu in this case
  • Getest op WordPress 4.9.2

2.4

  • Datum: 29 augustus 2017
  • Fixed: Compatibility issue with Custom Login Admin Front-end CSS plugin.
  • Updated readme.txt to work around #2931
  • New: Added an option “Load Admin CSS” to enable and disable CSS easily. Useful during testing.
  • Code verbeteringen.

2.3

  • Datum: 18 augustus 2017
  • Tested with WordPress 4.8.1. Result = pass.
  • Updated CSSTidy classes to meet PHP 7.x standards.
  • Added option to minify CSS. CSS is only minified during use and the CSS editor will show the un-minified and more readable version for easy editing.

2.2

  • Datum: 14 december 2016
  • Getest met WordPress 4.7.
  • Uses wp_kses() instead of esc_html() during output to prevent stripping of useful html tags.
  • Kleine bugs opgelost.

2.1

  • Datum: 19 maart 2016
  • Updated multisite compatibility.
  • Appearance > Admin CSS MU is now visible only on the main website.

2.0

  • Datum: 15 maart 2016
  • Added an admin interface in Appearance > Admin CSS MU.
  • Getest met WordPress 4.5.

1.01

  • Datum: 11 april 2016
  • Code bijgewerkt.
  • Getest met WordPress 4.4.2.
  • Changed the location of custom stylesheet into /wp-content/uploads/admin-css-mu/ while preserving the original folder for backward compatiblity with version 1.0

1.0

  • Datum: 25 juni 2012
  • Eerste uitgave van plugin.