From 1b8d0eb169b10dcfd8d7118ce16ac9d1b6d25ea7 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Tue, 2 Jul 2013 10:32:58 +0530 Subject: [PATCH] Remove Arial fontfamily style for buttons This came from Agora button styles. Explicit font style for buttons prevent them to inherit font family style from parents. Change-Id: I81833273ea7f7f865d04d56d2156df0852373110 --- resources/css/ext.uls.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/css/ext.uls.css b/resources/css/ext.uls.css index cfe18481..ad73afcc 100644 --- a/resources/css/ext.uls.css +++ b/resources/css/ext.uls.css @@ -115,7 +115,8 @@ div.display-settings-block:hover .settings-text { button.button { display: inline-block; padding: 0.4065em 1.2195em 0.4065em; - font: bold 0.813em Arial, sans-serif; + font-size: 0.813em; + font-weight: bold; line-height: 1; color: #252525; text-align: center;