mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Terrain brush implemented.
This commit is contained in:
@@ -16,4 +16,16 @@ body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.selection {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
.field:hover .selection {
|
||||
opacity: 0.5;
|
||||
}
|
||||
Reference in New Issue
Block a user