1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-25 23:51:57 +00:00

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

@@ -107,4 +107,17 @@
}
}
label.dijitButton {
border : 1px solid #ccc;
padding : 6px;
border-radius : 4px;
cursor : pointer;
position: relative;
top : 1px;
}
label.dijitButton:hover {
background-color : @color-panel-bg;
}
}