From 219af36090e97d1bbe8a8d9cf83b696420578605 Mon Sep 17 00:00:00 2001 From: z3d Date: Fri, 31 Jul 2009 19:20:07 +0000 Subject: [PATCH] Ensure all buttons in dark theme have consistent font size. --- installer/resources/themes/console/dark/console.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index e58738142..0fcc69312 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -492,7 +492,7 @@ input { background: #bbf; color: #002; margin: 5px; - font: bold 9pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; + font: bold 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif; padding: 1px 2px; text-decoration: none; min-width: 110px;