diff options
author | Go MAEDA <maeda@farend.jp> | 2020-01-28 02:56:28 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-01-28 02:56:28 +0000 |
commit | 9d81d56d810330a2341c4099f82f2f4e990d2174 (patch) | |
tree | 4d7416b49d6f48ff8ccbf2cdfa72f23eb03637a8 /public | |
parent | 9c820602ecfbe475493d437c862e7393a27d4b48 (diff) | |
download | redmine-9d81d56d810330a2341c4099f82f2f4e990d2174.tar.gz redmine-9d81d56d810330a2341c4099f82f2f4e990d2174.zip |
Fix missing generic font family (#32890).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@19474 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/responsive.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index aa5502ee6..bdcfab97f 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -261,7 +261,7 @@ /* search magnifier icon */ .search-magnifier { - font-family: Verdana; + font-family: Verdana, sans-serif; color: #bbb; cursor: pointer; |