fix correct font-family not applying for multiple select element

This commit is contained in:
Andrew Dolgov
2024-12-13 08:04:29 +03:00
parent 13f32bb62e
commit 0caf502b79
8 changed files with 44 additions and 0 deletions

View File

@@ -9,6 +9,10 @@ body.ttrss_prefs {
color : @default-text;
}
select[multiple="multiple"] option {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.text-muted {
color : @fg-text-muted;
}

View File

@@ -9,6 +9,10 @@ body.ttrss_main {
outline: none;
}
select[multiple="multiple"] option {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.post {
padding : 0;
font-size : @font-size-toolbar;