shx-3d-render

main
Jan Umbach 2024-06-21 16:22:54 +02:00
parent 415806e588
commit c32cea9ec3
1 changed files with 10 additions and 5 deletions

View File

@ -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;