Fix darkzero/ns BB icon background colours.
This commit is contained in:
parent
3ce06caeed
commit
18983bb932
|
@ -146,11 +146,11 @@ blockquote {
|
|||
background:#444;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.wall-item-content {
|
||||
max-height: 20000px;
|
||||
overflow: none;
|
||||
}
|
||||
|
||||
.editicon:hover {
|
||||
background-color: #ccc;
|
||||
}
|
|
@ -146,3 +146,12 @@ blockquote {
|
|||
background:#444;
|
||||
}
|
||||
|
||||
.editicon {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
/* This seems okay to me...we might not need a new iconset, lets see how people react */
|
||||
|
||||
.editicon:hover {
|
||||
background-color: #ccc;
|
||||
}
|
Loading…
Reference in a new issue