From: Andrew Dolgov Date: Thu, 14 Jan 2010 16:03:23 +0000 (+0300) Subject: classic theme: display buttons properly X-Git-Tag: 1.4.0~40 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=e89e4da6b535f0bc167e706c403ff79f802f5bda classic theme: display buttons properly --- 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;