mirror of
https://git.leinelab.org/Mal/mr-crocs-adventures.git
synced 2025-09-11 02:57:36 +02:00
Gisela and target point added.
This commit is contained in:
@@ -120,7 +120,7 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#entrance-picker {
|
||||
#entrance-picker, #target-picker {
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
border: 1px solid black;
|
||||
@@ -131,6 +131,10 @@ body {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#target-picker {
|
||||
background-image: url("graphics/target-point.svg");
|
||||
}
|
||||
|
||||
#widget-insert-rows {
|
||||
position: relative;
|
||||
width: 96px;
|
||||
@@ -159,11 +163,16 @@ body {
|
||||
cursor: pointer;
|
||||
display: inline-flex;
|
||||
}
|
||||
.entrance {
|
||||
.entrance, .target {
|
||||
background-image: url("graphics/entrance-point.svg") !important;
|
||||
background-size: contain !important;
|
||||
background-position: center bottom !important;
|
||||
}
|
||||
|
||||
.target {
|
||||
background-image: url("graphics/target-point.svg") !important;
|
||||
}
|
||||
|
||||
.button-tile {
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user