better selector
This commit is contained in:
parent
603eafed66
commit
457c838838
1 changed files with 4 additions and 4 deletions
|
@ -1386,10 +1386,10 @@ blockquote p {
|
||||||
content: url('images/star14.png');
|
content: url('images/star14.png');
|
||||||
background-color: #b94a00;
|
background-color: #b94a00;
|
||||||
}
|
}
|
||||||
.qa-tag-link[href*=/tag/action],
|
.qa-tag-link[href$="tag/action"],
|
||||||
.qa-tag-link[href*=/tag/suggestion],
|
.qa-tag-link[href$="tag/suggestion"],
|
||||||
.qa-tag-link[href*=/tag/question],
|
.qa-tag-link[href$="tag/question"],
|
||||||
.qa-tag-link[href*=/tag/opinion] {
|
.qa-tag-link[href$="tag/opinion"] {
|
||||||
background: #a63e12;
|
background: #a63e12;
|
||||||
border-radius: .5em 0 0 .5em;
|
border-radius: .5em 0 0 .5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue