Fix background of toggle button and margin glitch of toggle body on Zenburn
This commit is contained in:
parent
a8643ea5af
commit
9937fcdbf9
@ -241,13 +241,15 @@ body {
|
|||||||
|
|
||||||
#chat .toggle-content,
|
#chat .toggle-content,
|
||||||
#chat .toggle-button {
|
#chat .toggle-button {
|
||||||
background: #333;
|
|
||||||
color: #dcdccc;
|
color: #dcdccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .toggle-content img {
|
#chat .toggle-button:hover {
|
||||||
float: left;
|
color: rgba(220, 220, 204, .8);
|
||||||
margin-right: .5em;
|
}
|
||||||
|
|
||||||
|
#chat .toggle-content {
|
||||||
|
background: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .toggle-content .body {
|
#chat .toggle-content .body {
|
||||||
|
Loading…
Reference in New Issue
Block a user