yet more minor css polish
parent
ed96c13a1f
commit
d7e980cd47
|
@ -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…
Reference in New Issue