From e89e4da6b535f0bc167e706c403ff79f802f5bda Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 14 Jan 2010 19:03:23 +0300 Subject: [PATCH] classic theme: display buttons properly --- themes/old-skool/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/old-skool/theme.css b/themes/old-skool/theme.css index fab03130..77c73246 100644 --- a/themes/old-skool/theme.css +++ b/themes/old-skool/theme.css @@ -208,7 +208,7 @@ iframe.contentFrame, iframe.headlinesFrame { height : 100%; } -.button { +button { border : 1px solid #d0d0d0; background-image : url("images/button.png"); background-position : top; @@ -216,7 +216,7 @@ iframe.contentFrame, iframe.headlinesFrame { background-color : white; } -.button:hover { +button:hover { background : white; text-decoration : none; color : black; -- 2.39.2