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