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

@@ -1793,6 +1793,17 @@ body#sharepopup input {
overflow: hidden;
text-overflow: ellipsis;
}
.flat label.dijitButton {
border: 1px solid #ccc;
padding: 6px;
border-radius: 4px;
cursor: pointer;
position: relative;
top: 1px;
}
.flat label.dijitButton:hover {
background-color: #f5f5f5;
}
@font-face {
font-family: 'Material Icons';
font-style: normal;