diff --git a/src/webui/www/private/index.html b/src/webui/www/private/index.html index c8d23def7..5432f8814 100644 --- a/src/webui/www/private/index.html +++ b/src/webui/www/private/index.html @@ -131,13 +131,13 @@ - + - + - + - +
Connection Status QBT_TR(Alternative speed limits)QBT_TR
diff --git a/src/webui/www/public/css/dynamicTable.css b/src/webui/www/public/css/dynamicTable.css index ccbc8bd98..3a949b0c1 100644 --- a/src/webui/www/public/css/dynamicTable.css +++ b/src/webui/www/public/css/dynamicTable.css @@ -66,7 +66,6 @@ color: #fff; } -#torrentsTable tr:hover, #torrentsTable tr:hover, #properties #torrentFiles tr.over, #properties #trackers tr.over, diff --git a/src/webui/www/public/css/style.css b/src/webui/www/public/css/style.css index 2bf7e0705..4d93b58b2 100644 --- a/src/webui/www/public/css/style.css +++ b/src/webui/www/public/css/style.css @@ -383,6 +383,15 @@ td.generalLabel { margin-bottom: -3px; } +.torrentTable { + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + .torrentTable th { padding: 5px 10px; } @@ -455,3 +464,11 @@ td.generalLabel { .combo_priority { font-size: 1em; } + +td.statusBarSeparator { + width: 22px; + background-image: url('../images/skin/toolbox-divider.gif'); + background-repeat: no-repeat; + background-position: center 1px; + background-size: 2px 18px; +} diff --git a/src/webui/www/public/transferlist.html b/src/webui/www/public/transferlist.html index 61f776d01..150783096 100644 --- a/src/webui/www/public/transferlist.html +++ b/src/webui/www/public/transferlist.html @@ -1,4 +1,4 @@ - +