2020-01-29 00:21:53 +01:00
|
|
|
body {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#level {
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
}
|
|
|
|
|
|
|
|
.field {
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
background-repeat: no-repeat;
|
2020-01-30 20:51:29 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selection {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
opacity: 0;
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.field:hover .selection {
|
|
|
|
opacity: 0.5;
|
2020-01-29 00:21:53 +01:00
|
|
|
}
|