summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2024-12-13 08:04:29 +0300
committerAndrew Dolgov <fox@fakecake.org>2024-12-13 08:04:29 +0300
commit0caf502b79a4e027bbbae98f66e9405d19791389 (patch)
tree72971d108fbf6c2f3bde84e73b7f8e4cb4d56da5 /themes/night_blue.css
parent13f32bb62e5cf0997208e2e6a17318d623325d86 (diff)
fix correct font-family not applying for multiple select element
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 23c0da5f9..7c4012204 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -30,6 +30,9 @@ body.ttrss_main {
body.ttrss_main :focus {
outline: none;
}
+body.ttrss_main select[multiple="multiple"] option {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
body.ttrss_main .post {
padding: 0;
font-size: 13px;
@@ -1511,6 +1514,9 @@ body.ttrss_prefs h4 {
font-weight: 600;
color: #ccc;
}
+body.ttrss_prefs select[multiple="multiple"] option {
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
body.ttrss_prefs .text-muted {
color: #999999;
}