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
This commit is contained in:
Santhosh Thottingal
2013-07-02 10:32:58 +05:30
parent 85da5847ce
commit 1b8d0eb169

View File

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