Modifed box leds

pull/18/head
Sami Mokaddem 2017-10-25 13:30:12 +02:00
parent 6c7916b5be
commit 9bc4ff7f9f
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ table {
height: 15px;
background-color: #ABFF00;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 2px 5px;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #89FF00 0 0px 6px;
}
.led_red {
@ -46,7 +46,7 @@ table {
height: 15px;
background-color: #F82222;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #FF0303 0 2px 5px;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #FF0303 0 0px 6px;
}
.led_orange {
@ -56,7 +56,7 @@ table {
height: 15px;
background-color: #FFB400;
border-radius: 50%;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #FF9000 0 2px 5px;
box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #304701 0 -1px 9px, #FF9000 0 0px 6px;
}
.marker_animation {