From ea61750908894fd43c12d6f58b9b1e0936dae246 Mon Sep 17 00:00:00 2001 From: andreabix Date: Wed, 27 Feb 2008 17:40:50 +0000 Subject: [PATCH] Fixed MDL-12564 --- theme/formal_white/fw_fonts.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme/formal_white/fw_fonts.css b/theme/formal_white/fw_fonts.css index a0f611455a..66311bbdc8 100644 --- a/theme/formal_white/fw_fonts.css +++ b/theme/formal_white/fw_fonts.css @@ -133,6 +133,15 @@ table.minicalendar tr td { font-size: 1.2em; } +span.arrow { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; +} + +p.arrow_button input { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; +} + + /*Accessibility: resizable icons. */ img.resize { width: 1em; -- 2.39.5