1
0
Fork 0

Fixed selected rows CSS

master
Matthieu Lalonde 12 years ago
parent 16f7b0364c
commit d1e6308912

@ -355,7 +355,20 @@ div.dataTables_scrollBody table tbody tr:last-child td {
div.dataTables_scrollHead table thead th.center,
div.dataTables_scrollBody table tbody td.center {
text-align: center;
}body > .ui-layout-center > div > div.ui-layout-north > div.third
}
body > .ui-layout-south,
table.dataTable tr td,
table.dataTable tr th,
body > .ui-layout-west,
div#wrapperPlayer {
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
cursor: default;
}
table.dataTable tbody tr.selected td,
table.dataTable tbody tr.selected td.sorting_1,
@ -389,18 +402,6 @@ div#wrapperPlayer {
height: 50px;
}
body > .ui-layout-south,
table.dataTable tr td,
table.dataTable tr th,
body > .ui-layout-west,
div#wrapperPlayer {
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
user-select: none;
cursor: default;
}
.clearfix {
float: none;

Loading…
Cancel
Save