add a quick css hack to make choose file... clickable labels look like buttons

This commit is contained in:
Andrew Dolgov
2018-12-07 21:45:19 +03:00
parent 76885fc5ad
commit 252cdbe458
6 changed files with 53 additions and 2 deletions

View File

@@ -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;
}