summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 21:45:19 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 21:45:19 +0300
commit252cdbe458556977def4dfcb48b45947711e5463 (patch)
treea1ee7a884f3586443679a9bd2bd79287a56baca5 /themes/night.less
parent76885fc5ad74407875a2abca4b1c94377206f850 (diff)
add a quick css hack to make choose file... clickable labels look like buttons
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/night.less b/themes/night.less
index b8099043d..6bea67353 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -178,6 +178,15 @@ body.flat.ttrss_main {
color : @fg-light;
}
+ label.dijitButton {
+ border: 1px solid @border-main;
+ }
+
+ label.dijitButton:hover {
+ border-color : lighten(@border-dark, 5%);
+ background-color: @bg-main;
+ }
+
textarea {
color : @fg-light;
}