forked from marva/sumorobot-web
update block and button colors
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user