summaryrefslogtreecommitdiff
path: root/css/dijit_basic.less
diff options
context:
space:
mode:
Diffstat (limited to 'css/dijit_basic.less')
-rw-r--r--css/dijit_basic.less13
1 files changed, 13 insertions, 0 deletions
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