summaryrefslogtreecommitdiffstats
path: root/install/ui/less/rcue/buttons.less
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/less/rcue/buttons.less')
-rw-r--r--install/ui/less/rcue/buttons.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/install/ui/less/rcue/buttons.less b/install/ui/less/rcue/buttons.less
index 8110a7fbf..dd7b04bec 100644
--- a/install/ui/less/rcue/buttons.less
+++ b/install/ui/less/rcue/buttons.less
@@ -14,7 +14,8 @@
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
box-shadow: 0 2px 3px rgba(0,0,0,.1);
color: #4d5258;
- font-family: OpenSansSemiBold, Helvetica, Arial, sans-serif;
+ font-family: @font-family-base;
+ font-weight: 600;
font-size: 11px;
padding: 2px 15px;
text-shadow: none;
@@ -53,8 +54,9 @@
}
.btn-mini {
- font-family: OpenSansRegular, Helvetica, Arial, sans-serif;
+ font-family: @font-family-base;
font-size: 11px;
+ font-weight: normal;
line-height: 18px;
padding: 0 11px;
}