#5223 Fixed
This commit is contained in:
parent
176050442b
commit
f07ad99c62
|
|
@ -1045,3 +1045,32 @@ i.within-circle {
|
||||||
background-color: #26A37C !important;
|
background-color: #26A37C !important;
|
||||||
border-color: #26A37C !important;
|
border-color: #26A37C !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
/* Category Filter UI Responsivenes */
|
||||||
|
.category-page-wrapper .category-container .filters-container {
|
||||||
|
left: 0;
|
||||||
|
top: 30px;
|
||||||
|
padding: 0;
|
||||||
|
width: 96%;
|
||||||
|
z-index: 9;
|
||||||
|
position: unset;
|
||||||
|
margin-left: 20px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
background-color: #fff;
|
||||||
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .21);
|
||||||
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .21)
|
||||||
|
}
|
||||||
|
.filters-container .toolbar-wrapper>div select {
|
||||||
|
cursor: pointer;
|
||||||
|
padding: 6px 10px;
|
||||||
|
color: rgba(0, 0, 0, .83);
|
||||||
|
background-color: #fff
|
||||||
|
}
|
||||||
|
.selective-div {
|
||||||
|
width: 97px;
|
||||||
|
-webkit-appearance: none
|
||||||
|
}
|
||||||
|
.filters-container .toolbar-wrapper>div
|
||||||
|
{
|
||||||
|
margin: 0 10px 0 0;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue