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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user