This commit is contained in:
Azgaar 2019-09-01 21:05:38 +03:00
parent ee70be134f
commit 59785125b0
6 changed files with 150 additions and 30 deletions

View file

@ -1289,8 +1289,13 @@ div.states > div.biomeArea {
cursor: pointer;
}
#picker text {
cursor: default;
}
#pickerHeader {
fill: #916e7f;
stroke: #5d4651;
cursor: move;
}
@ -1302,8 +1307,17 @@ div.states > div.biomeArea {
cursor: move !important;
}
#picker text {
cursor: default;
#pickerCloseRect {
cursor: pointer;
fill: #916e7f;
stroke: #f8ffff;
}
#pickerCloseText {
fill: #f8ffff;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
pointer-events: none;
}
#pickerControls line {
@ -1322,6 +1336,20 @@ div.states > div.biomeArea {
stroke: #000000;
}
#pickerSpaces input {
height: 8px;
width: 16px;
font-size: smaller;
text-align: center;
-moz-appearance: textfield;
}
#pickerSpaces input::-webkit-inner-spin-button,
#pickerSpaces input::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
#pickerColors rect, #pickerHatches rect {
cursor: pointer;
}