users: remove hardcoded color for editempty. Use opacity instead

pull/3886/head
Sebastian Castro 2020-04-18 12:35:37 +02:00 committed by muxator
parent cbd9378908
commit 4593c4be7c
1 changed files with 4 additions and 3 deletions

View File

@ -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;
}
/* --------------------------- */