shx-3d-render
parent
415806e588
commit
c32cea9ec3
|
@ -56,17 +56,22 @@
|
|||
.shx-ifc-colorselect label {
|
||||
cursor: pointer;
|
||||
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
margin: 5px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: 6px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.shx-ifc-colorselect label::after {
|
||||
content: '';
|
||||
display: block;
|
||||
width: calc(100% + 4px);
|
||||
height: calc(100% + 4px);
|
||||
position: absolute;
|
||||
|
||||
top: -4px;
|
||||
left: -4px;
|
||||
|
||||
width: calc(100% + 8px);
|
||||
height: calc(100% + 8px);
|
||||
border-radius: 2px;
|
||||
|
||||
border: 2px solid #f00;
|
||||
|
|
Loading…
Reference in New Issue