fixed spoiler bug and cleaned a CSS rule
This commit is contained in:
parent
3787fa8259
commit
5ccddb2e63
@ -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…
Reference in New Issue
Block a user