diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-12-02 16:43:23 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-02 16:43:23 +0100 |
commit | 19c3c22d1c4615cff0016cc7ea5efbcdd9e69294 (patch) | |
tree | a498510bd3c69dd573b1992da4f8f23cb40ead8a /skins | |
parent | cea1ba1953ef1dab6c50f3237db9e858d3a55439 (diff) | |
download | bugzilla-19c3c22d1c4615cff0016cc7ea5efbcdd9e69294.tar.gz bugzilla-19c3c22d1c4615cff0016cc7ea5efbcdd9e69294.tar.xz |
Bug 1381296 - Buttons on modal UI are not displayed in Fira Sans font, too small compared to other ones
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index ba1371eb9..34d5ccc51 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -875,7 +875,7 @@ body { color: #404040; } -body, td, th, input, select, option, optgroup, .text_input { +body, td, th, input, select, option, optgroup, button, .text_input { font-family: "Fira Sans", "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; } |