summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 19:03:23 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 19:03:23 +0300
commite89e4da6b535f0bc167e706c403ff79f802f5bda (patch)
tree4050e48b0c00476a3c3aeff3138a3c166f78b9a1 /themes
parente982360967a7fccb6dd7f52bdee90588846e8cd5 (diff)
classic theme: display buttons properly
Diffstat (limited to 'themes')
-rw-r--r--themes/old-skool/theme.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/old-skool/theme.css b/themes/old-skool/theme.css
index fab031301..77c73246a 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;