mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
findify-bundle v7.0.31 -> 7.0.32 (#632)
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
resources/findify-bundle/7.0.32/autocomplete.jsm
Normal file
2
resources/findify-bundle/7.0.32/autocomplete.jsm
Normal file
File diff suppressed because one or more lines are too long
@@ -1941,6 +1941,40 @@ p.findify-layouts--recommendation--slider__title {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.findify-components--range-facet__slider {
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.findify-components--range-facet__thumb {
|
||||
top: 2px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-color: var(--color-grey-2);
|
||||
cursor: pointer;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
border-radius: 50%;
|
||||
border: 1px solid var(--color-grey-2);
|
||||
}
|
||||
|
||||
.findify-components--range-facet__thumb:focus {
|
||||
border-color: var(--color-grey-4);
|
||||
}
|
||||
|
||||
.findify-components--range-facet__track {
|
||||
position: relative;
|
||||
background: var(--color-grey-1);
|
||||
top: 10px;
|
||||
height: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.findify-components--range-facet__track:nth-child(2) {
|
||||
background-color: var(--color-grey-3);
|
||||
}
|
||||
|
||||
/* imported from styles.css */
|
||||
|
||||
.findify-layouts--content {
|
File diff suppressed because one or more lines are too long
2
resources/findify-bundle/7.0.32/search.jsm
Normal file
2
resources/findify-bundle/7.0.32/search.jsm
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user