mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-08 11:47:30 +08:00
WebUI: Use correct text and background colors in RSS details view
This commit is contained in:
parent
6bfabad92f
commit
2952480f37
@ -25,7 +25,7 @@
|
||||
}
|
||||
|
||||
#rssFetchingDisabled {
|
||||
color: red;
|
||||
color: var(--color-text-red);
|
||||
font-style: italic;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@ -53,13 +53,13 @@
|
||||
}
|
||||
|
||||
#rssTorrentDetailsName {
|
||||
background-color: #678db2;
|
||||
background-color: var(--color-background-blue);
|
||||
padding: 0;
|
||||
color: white;
|
||||
color: var(--color-text-white);
|
||||
}
|
||||
|
||||
#rssTorrentDetailsDate {
|
||||
background-color: #EFEFEF;
|
||||
background-color: var(--color-background-default);
|
||||
}
|
||||
|
||||
#rssDetailsView {
|
||||
|
@ -64,7 +64,7 @@
|
||||
}
|
||||
|
||||
#rssDownloaderDisabled {
|
||||
color: red;
|
||||
color: var(--color-text-red);
|
||||
font-style: italic;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user