Fixed wrong icon filename.
This commit is contained in:
parent
d56dcba7d4
commit
cfcd2d10d7
@ -583,7 +583,7 @@ ul.results {
|
|||||||
|
|
||||||
/* inactive/active */
|
/* inactive/active */
|
||||||
a.activate_link span {
|
a.activate_link span {
|
||||||
background-image: url(../images/icons/accepted-grey.png);
|
background-image: url(../images/icons/accept-grey.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@ -591,7 +591,7 @@ a.activate_link span {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
a.activate_link.active span {
|
a.activate_link.active span {
|
||||||
background-image: url(../images/icons/accepted.png);
|
background-image: url(../images/icons/accept.png);
|
||||||
}
|
}
|
||||||
tr.activeline td, .activeline {
|
tr.activeline td, .activeline {
|
||||||
background-color: #bed4de !important;
|
background-color: #bed4de !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user