Modified custom style check button on search page result.

This commit is contained in:
Svetlana Rastegina 2021-03-23 20:12:27 +01:00 committed by Georgy Litvinov
parent 6004d28d06
commit c5faaf61e4

View file

@ -2604,6 +2604,8 @@ button.collapsible.metadataRubrics.active {
font-size: 1.3rem;
padding-bottom: 15px;
padding-top: 9px;
display: flex;
align-items: center;
}
.virtualArticleSwitch >button {
all: unset;
@ -3200,6 +3202,30 @@ label.switch >#collapseTextControl >img {
padding-bottom: 4px;
padding-top: 4px;
}
#virtualArticleCheck {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
#virtualArticleCheck[type="checkbox"] {
border: 1px solid #8B4513;
background-color: #ffffff;
width: 20px;
height: 20px;
margin-left: 15px;
outline: none;
}
#virtualArticleCheck[type="checkbox"]:hover {
background-color: #F1F1F1;
outline: none;
}
#virtualArticleCheck[type="checkbox"]:checked {
background-color: #EAD6A2;
background-image: url(../images/check-icon.svg);
background-repeat: no-repeat;
background-position: center center;
outline: none;
}
/* -------------------------------------------------> */
/* FONTS --------------------------------> */
/* -------------------------------------------------> */