CC-2476:Dragging a playlist, draws a orange grid
- fixed(Thanks to Vladimir)
This commit is contained in:
parent
22df189cdc
commit
d9a9af9e6d
1 changed files with 8 additions and 1 deletions
|
@ -45,4 +45,11 @@
|
||||||
}
|
}
|
||||||
.paginationControl .ui-button-text-only .ui-button-text {
|
.paginationControl .ui-button-text-only .ui-button-text {
|
||||||
padding: 0.2em 1em;
|
padding: 0.2em 1em;
|
||||||
}
|
}
|
||||||
|
#library_display td {
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-khtml-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-o-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue