2016-03-11 00:48:53 +00:00
|
|
|
.combo-border-size {
|
|
|
|
.form-control:not(input) {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2021-04-24 20:21:15 +00:00
|
|
|
&.input-group-nr {
|
|
|
|
.form-control:not(input) {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
2021-04-30 20:44:16 +00:00
|
|
|
display: block;
|
2021-04-24 20:21:15 +00:00
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
a {
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 3px;
|
|
|
|
font-size: 11px;
|
|
|
|
height: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2020-04-03 17:21:00 +00:00
|
|
|
width:60px;
|
2016-03-11 00:48:53 +00:00
|
|
|
height:20px;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-12-31 18:05:43 +00:00
|
|
|
.image {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
background-color: transparent;
|
2021-04-24 16:49:01 +00:00
|
|
|
margin: 0 0 0 -3px;
|
2020-12-31 18:05:43 +00:00
|
|
|
}
|
|
|
|
|
2016-03-11 00:48:53 +00:00
|
|
|
img, .image {
|
2020-12-31 18:05:43 +00:00
|
|
|
background: ~"url(@{common-image-const-path}/combo-border-size/BorderSize.png) no-repeat 0 0";
|
2021-04-19 20:57:54 +00:00
|
|
|
background-size: 60px auto;
|
2020-04-03 17:21:00 +00:00
|
|
|
|
2021-04-19 20:57:54 +00:00
|
|
|
.pixel-ratio__1_5 & {
|
|
|
|
background-image: ~"url(@{common-image-const-path}/combo-border-size/BorderSize@1.5x.png)";
|
|
|
|
}
|
2020-04-03 17:21:00 +00:00
|
|
|
|
2021-04-19 20:57:54 +00:00
|
|
|
.pixel-ratio__2 & {
|
|
|
|
background-image: ~"url(@{common-image-const-path}/combo-border-size/BorderSize@2x.png)";
|
2020-04-03 17:21:00 +00:00
|
|
|
}
|
2016-03-11 00:48:53 +00:00
|
|
|
}
|
|
|
|
}
|
2020-04-16 15:42:54 +00:00
|
|
|
|
|
|
|
.combo-color {
|
|
|
|
.form-control:not(input) {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2021-07-12 15:12:39 +00:00
|
|
|
|
|
|
|
li {
|
|
|
|
img {
|
|
|
|
-webkit-filter: none;
|
|
|
|
filter: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.selected {
|
|
|
|
img {
|
|
|
|
-webkit-filter: none;
|
|
|
|
filter: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-04-16 15:42:54 +00:00
|
|
|
}
|