mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-21 00:25:27 +00:00
add a quick css hack to make choose file... clickable labels look like buttons
This commit is contained in:
@@ -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;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user