ver. 0.305: Fix permutation attribute sorting + free delivery progress bar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1351,39 +1351,6 @@ li.sort-collapsed.sort-hover div {
|
||||
}
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
position: relative;
|
||||
width: 40px;
|
||||
height: 20px;
|
||||
-webkit-appearance: none;
|
||||
background: $cGrayLight;
|
||||
outline: none;
|
||||
border-radius: 10px;
|
||||
box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
|
||||
}
|
||||
|
||||
input:checked[type="checkbox"] {
|
||||
background: $cMenuText;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 10px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
transform: scale(1.1);
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
|
||||
transition: .5s;
|
||||
}
|
||||
|
||||
input:checked[type="checkbox"]:before {
|
||||
left: 20px;
|
||||
}
|
||||
|
||||
#images-uploader,
|
||||
#files-uploader {
|
||||
clear: both;
|
||||
|
||||
Reference in New Issue
Block a user