]> git.wh0rd.org - tt-rss.git/commitdiff
classic theme: display buttons properly
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 14 Jan 2010 16:03:23 +0000 (19:03 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 14 Jan 2010 16:03:23 +0000 (19:03 +0300)
themes/old-skool/theme.css

index fab031301d8dc8db07f22a4b08287b4e727c3fe3..77c73246a856b1d25a111c22187c52a2286321bd 100644 (file)
@@ -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;