mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Move some styles into css
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#torrentsTable tr:hover,
|
||||
#torrentsTable tr:hover,
|
||||
#properties #torrentFiles tr.over,
|
||||
#properties #trackers tr.over,
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<table class="torrentTable" cellpadding="0" cellspacing="0" style="-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;">
|
||||
<table class="torrentTable" cellpadding="0" cellspacing="0">
|
||||
<thead>
|
||||
<tr id="torrentsTableHeader">
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user