mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Reduce font size of priority combo boxes
They were too big in some cases (e.g. Firefox on Linux).
This commit is contained in:
@@ -344,6 +344,10 @@ ul.filterList li:hover a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
#filesTable {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#filesTable tr:nth-child(even) {
|
||||
background-color: #eee;
|
||||
}
|
||||
@@ -382,4 +386,8 @@ ul.filterList li:hover a {
|
||||
#error_div {
|
||||
float: left;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.combo_priority {
|
||||
font-size: 1em;
|
||||
}
|
||||
@@ -172,6 +172,7 @@ var createPriorityCombo = function(id, selected_prio) {
|
||||
} else {
|
||||
select.removeClass("invisible");
|
||||
}
|
||||
select.addClass("combo_priority");
|
||||
return select;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user