diff --git a/public/css/app.css b/public/css/app.css index 86d6b419..036d8f0a 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -3,7 +3,7 @@ body { padding-top: 50px; font-weight: normal; } .content { padding-top: 20px; padding-bottom: 10px; height: 100%; min-height: 100%; } /** Overview **/ -table.shard-map { table-layout: fixed; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } +table.shard-map { table-layout: fixed; } @-moz-document url-prefix() { table.shard-map { @@ -106,3 +106,5 @@ table.shard-map { table-layout: fixed; -webkit-touch-callout: none; -webkit-user .pager-text { border: none !important; } .info-text { color: #6F7579; } + +.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } diff --git a/public/overview.html b/public/overview.html index 1de89965..c643866f 100644 --- a/public/overview.html +++ b/public/overview.html @@ -36,7 +36,7 @@ - +
diff --git a/public/pagination.html b/public/pagination.html index 89c88f8b..022acbaf 100644 --- a/public/pagination.html +++ b/public/pagination.html @@ -2,7 +2,7 @@