mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-08-03 00:19:44 +07:00
Many bugfixes and tweaks
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
@ -10,3 +10,10 @@ body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.gdx-meter.red > span {
|
||||
background-color: #e44d3c !important;
|
||||
background-image: -moz-linear-gradient(top, #f4ba6e, #d29d58) !important;
|
||||
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f4ba6e),color-stop(1, #d29d58)) !important;
|
||||
background-image: -webkit-linear-gradient(#f4ba6e, #d29d58) !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user