2017-04-30 08:25:59 +07:00
|
|
|
canvas {
|
|
|
|
cursor: default;
|
|
|
|
outline: none;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2017-12-09 08:59:40 +07:00
|
|
|
background-color: transparent;
|
2017-04-30 08:25:59 +07:00
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
2017-12-06 00:21:08 +07:00
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|