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; +}