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; }