From 828f09fdb2e6435e776e6ae0c018bdd2c4986ea2 Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 22 Nov 2017 21:13:09 +0300 Subject: [PATCH] tweaks/fixes for "[x] as usercss" --- manage.html | 15 ++++++++------- manage/manage.css | 4 ++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/manage.html b/manage.html index bb40e490..ac39a29b 100644 --- a/manage.html +++ b/manage.html @@ -216,17 +216,18 @@

- - + +

diff --git a/manage/manage.css b/manage/manage.css index 963c08e0..a4437ad8 100644 --- a/manage/manage.css +++ b/manage/manage.css @@ -60,6 +60,10 @@ select { margin-bottom: .25em; } +#newStyleAsUsercss-wrapper:not(:hover) input:not(:checked) ~ a svg { + fill: #aaa; +} + .nobreak { white-space: nowrap; }