From 9b179fb3d2ec34f0f209bec4ed84ce2ccda87edd Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Thu, 4 Jul 2013 14:25:55 +0430 Subject: [PATCH] little modification on ebraminio theme --- src/main/webapp/sass/themes/_ebraminio.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/sass/themes/_ebraminio.scss b/src/main/webapp/sass/themes/_ebraminio.scss index b600ba40..4ce06263 100644 --- a/src/main/webapp/sass/themes/_ebraminio.scss +++ b/src/main/webapp/sass/themes/_ebraminio.scss @@ -3,6 +3,9 @@ body { font-family: Tahoma, 'Iranian sans', 'DejaVu Sans', sans-serif; } + input, button, select, textarea { + font-family: inherit; /* what said above */ + } /* My scroll speed hack, it is temporary */ .toolbar { position: relative;