mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
users: remove hardcoded color for editempty. Use opacity instead
This commit is contained in:
parent
cbd9378908
commit
4593c4be7c
1 changed files with 4 additions and 3 deletions
|
@ -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 a new issue