Browse Source

fixed spoiler bug and cleaned a CSS rule

pull/40/head
Savetheinternet 13 years ago
parent
commit
5ccddb2e63
  1. 7
      style.css

7
style.css

@ -65,7 +65,7 @@ form table input {
height: auto; height: auto;
} }
input[type="text"], input[type="password"], textarea { input[type="text"], input[type="password"], textarea {
border: 1px solid darkGray; border: 1px solid #a9a9a9;
text-indent: 0px; text-indent: 0px;
text-shadow: none; text-shadow: none;
text-transform: none; text-transform: none;
@ -261,7 +261,10 @@ span.spoiler {
background: black; background: black;
color: black; color: black;
} }
span.spoiler:hover { div.post.reply p.body span.spoiler a {
color: black;
}
span.spoiler:hover, div.post.reply p.body span.spoiler:hover a {
color: white; color: white;
} }
div.styles { div.styles {

Loading…
Cancel
Save