|
@@ -1008,15 +1008,15 @@ input[type=checkbox]:checked:after {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
.terrain-surfaces .surface-preview {
|
|
.terrain-surfaces .surface-preview {
|
|
- background-size: 45px 45px;
|
|
|
|
- width: 45px;
|
|
|
|
- height: 45px;
|
|
|
|
|
|
+ background-size: 85px 85px;
|
|
|
|
+ width: 85px;
|
|
|
|
+ height: 85px;
|
|
outline: 4px solid #4a4a4a;
|
|
outline: 4px solid #4a4a4a;
|
|
}
|
|
}
|
|
.terrain-surfaces .surface-preview-selected {
|
|
.terrain-surfaces .surface-preview-selected {
|
|
- background-size: 45px 45px;
|
|
|
|
- width: 45px;
|
|
|
|
- height: 45px;
|
|
|
|
|
|
+ background-size: 85px 85px;
|
|
|
|
+ width: 85px;
|
|
|
|
+ height: 85px;
|
|
outline: 4px solid #5897fb;
|
|
outline: 4px solid #5897fb;
|
|
}
|
|
}
|
|
.terrain-surfaces .tooltiptext {
|
|
.terrain-surfaces .tooltiptext {
|