fix a few things
This commit is contained in:
@@ -571,12 +571,21 @@ td.user-answer-score-2.rapid-ans::after {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.series-block a {
|
||||
text-decoration: none;
|
||||
color: unset;
|
||||
}
|
||||
|
||||
.series-block-image-number-count {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.series-block-popup-link {
|
||||
font-size: small;
|
||||
color: darkblue
|
||||
font-size: smaller;
|
||||
}
|
||||
.series-block-popup-link a {
|
||||
color: rgb(0, 153, 255);
|
||||
opacity: 50%;
|
||||
}
|
||||
|
||||
.series-block img {
|
||||
@@ -820,6 +829,10 @@ input {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.select2-results__option {
|
||||
background-color: #05668d;
|
||||
}
|
||||
|
||||
.select2-search__field {
|
||||
background-color: #05668d;
|
||||
color: darkblue;
|
||||
|
||||
Reference in New Issue
Block a user