Created
June 12, 2015 00:05
-
-
Save sjardim/d2c058817d71cb343d95 to your computer and use it in GitHub Desktop.
CSS filters do create a dark version of ProcessWire Admin Reno Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body {background: #222} | |
#main {-webkit-filter: invert(100%) contrast(70%) hue-rotate(0deg)} | |
#sidebar {-webkit-filter: invert(100%) contrast(90%)} | |
.notes {-webkit-filter: hue-rotate(90deg)} | |
#sidebar #main-nav a.current:not(.parent) {-webkit-filter: hue-rotate(120deg)} | |
.ui-button-text, .InputfieldImagePreview {-webkit-filter: invert(100%)} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Screenshots at https://processwire.com/talk/topic/7625-reno-theme/page-4#entry96769
AdminThemeReno.css
on the foldertemplates/AdminCustomFiles
that was created by the module.Note: You can tweak the colors a bit by changing the hue-rotate values.
Warning: Unfortunately it will not work on Internet Explorer (any version)