mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
yet more minor css polish
This commit is contained in:
parent
ed96c13a1f
commit
d7e980cd47
1 changed files with 6 additions and 0 deletions
|
@ -436,6 +436,12 @@ table#otheruserstable {
|
||||||
height: 13px;
|
height: 13px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
.usertdswatch {
|
.usertdswatch {
|
||||||
width: 1%
|
width: 1%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue