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