From 539dd1a5929f7119ea604d40c088b745ee858a81 Mon Sep 17 00:00:00 2001 From: rob Date: Wed, 29 Jan 2003 16:03:31 +0000 Subject: [PATCH] Added sytle for input --- lib/styles.css | 4 ++++ presentation/lookAndFeel/knowledgeTree/stylesheet.css | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/lib/styles.css b/lib/styles.css index 97aff00..98d3f23 100755 --- a/lib/styles.css +++ b/lib/styles.css @@ -73,3 +73,7 @@ text-decoration: none; background-color : #FFFACD; } +INPUT:active { + font-size : 9pt; + font-family : Verdana,sans-serif; +} diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.css b/presentation/lookAndFeel/knowledgeTree/stylesheet.css index 71a06d7..c6b8da7 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.css +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.css @@ -110,3 +110,8 @@ INPUT { font-size : 8pt; font-family : Verdana,sans-serif; } + +SELECT { + font-size : 8pt; + font-family : Verdana,sans-serif; +} -- libgit2 0.21.4