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:
@@ -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