From 4593c4be7c9b5bea930507a24fb575f0b97a1315 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Sat, 18 Apr 2020 12:35:37 +0200 Subject: [PATCH] users: remove hardcoded color for editempty. Use opacity instead --- src/static/css/pad/popup_users.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/static/css/pad/popup_users.css b/src/static/css/pad/popup_users.css index 2f2806a02..345274c3f 100644 --- a/src/static/css/pad/popup_users.css +++ b/src/static/css/pad/popup_users.css @@ -80,12 +80,13 @@ input#myusernameedit:not(.editable) { border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; } -#myusernameform .editempty { - color: #333 -} + #myusernameedit, #otheruserstable .swatch { border: 1px solid #ccc; } +#myusernameform .editempty { + opacity: .8; +} /* --------------------------- */