Commit 34c5de72 by Scott

SnowFlat: remove duplicated sidebar/search CSS

parent e4e5e412
...@@ -347,17 +347,17 @@ blockquote { ...@@ -347,17 +347,17 @@ blockquote {
right: 0; right: 0;
} }
.qa-q-view-closed:hover { .qa-q-view-closed:hover {
background: #e74c3c;
color: white;
padding: 10px 54px 10px 10px; padding: 10px 54px 10px 10px;
margin-bottom: 5px; margin-bottom: 5px;
background: #e74c3c;
color: #fff;
} }
.qa-q-view-closed:hover a { .qa-q-view-closed:hover a {
color: white; color: #fff;
border-bottom: 1px dotted white; border-bottom: 1px dotted #fff;
} }
.qa-q-view-closed:hover a:hover { .qa-q-view-closed:hover a:hover {
color: white; color: #fff;
border-bottom: 0; border-bottom: 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment