From 9ef050900e192ee37ac38b19efd8ba09585c35f1 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 13 Jan 2008 17:53:44 +0000 Subject: [PATCH] merged from 1.9 :: MDL-12564 :: added font-family to the arrow properties. --- theme/chameleon/user_styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/chameleon/user_styles.css b/theme/chameleon/user_styles.css index dcc57c2abf..009f63c4e9 100644 --- a/theme/chameleon/user_styles.css +++ b/theme/chameleon/user_styles.css @@ -33,6 +33,12 @@ a.dimmed:visited { table.generaltable { background-color: #EEEEEE; } +span.arrow { + font-family: Arial, Helvetica, Courier, sans-serif; +} +p.arrow_button input { + font-family: Arial, Helvetica, Courier, sans-serif; +} img.resize { width: 1em; height: 1em; -- 2.39.5