mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Add quotes to URL in CSS files
Better add quotes: https://stackoverflow.com/a/34383157
This commit is contained in:
@@ -78,14 +78,14 @@ tr.dynamicTableHeader {
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted {
|
||||
background-image: url(../icons/go-up.svg);
|
||||
background-image: url("../icons/go-up.svg");
|
||||
background-position: right;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 15px;
|
||||
}
|
||||
|
||||
.dynamicTable th.sorted.reverse {
|
||||
background-image: url(../icons/go-down.svg);
|
||||
background-image: url("../icons/go-down.svg");
|
||||
}
|
||||
|
||||
.dynamicTable td img.flags {
|
||||
|
||||
Reference in New Issue
Block a user