diff --git a/resources/css/app.css b/resources/css/app.css index 39fd52e..050018b 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -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;