make feed & item list unselectable
This commit is contained in:
parent
0ed5f59f21
commit
1a457412cf
2 changed files with 10 additions and 2 deletions
|
|
@ -151,6 +151,14 @@ select.form-control:not([multiple]):not([size]) {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
.selectgroup *, .noselect {
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
}
|
||||
|
||||
.selectgroup input {
|
||||
opacity: 0;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue