update block and button colors

This commit is contained in:
Silver Kuusik
2018-08-19 17:21:15 +02:00
parent 8440934c19
commit 5958c1d298
2 changed files with 8 additions and 8 deletions

View File

@@ -44,14 +44,14 @@ a.btn-robot-go, a.btn-robot-go:hover {
/* start code button */
a.btn-start {
border-width: 3px !important;
border-color: #4cae4c !important;
background-color: #44CC00 !important;
border-color: #18a952 !important;
background-color: #1cc761 !important;
}
/* stop code button */
a.btn-stop {
border-width: 3px !important;
border-color: #d43f3a !important;
background-color: #b80000 !important;
border-color: #c0312f !important;
background-color: #d63634 !important;
}
.btn:hover, .btn.hover {
border-width: 3px;