users: remove hardcoded color for editempty. Use opacity instead
parent
cbd9378908
commit
4593c4be7c
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
/* --------------------------- */
|
||||
|
|
Loading…
Reference in New Issue