mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00: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:
parent
fa706b24be
commit
0d2e9a9473
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user