From 252cdbe458556977def4dfcb48b45947711e5463 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 7 Dec 2018 21:45:19 +0300 Subject: add a quick css hack to make choose file... clickable labels look like buttons --- css/dijit_basic.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'css/dijit_basic.less') diff --git a/css/dijit_basic.less b/css/dijit_basic.less index f93223609..da832c96f 100644 --- a/css/dijit_basic.less +++ b/css/dijit_basic.less @@ -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; + } } \ No newline at end of file -- cgit v1.2.3