mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04: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-right: 1px solid #e6e6e6;
|
||||||
border-bottom: 1px solid #e6e6e6;
|
border-bottom: 1px solid #e6e6e6;
|
||||||
}
|
}
|
||||||
#myusernameform .editempty {
|
|
||||||
color: #333
|
|
||||||
}
|
|
||||||
#myusernameedit, #otheruserstable .swatch {
|
#myusernameedit, #otheruserstable .swatch {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
#myusernameform .editempty {
|
||||||
|
opacity: .8;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* --------------------------- */
|
/* --------------------------- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue