add run button , while pressed runs the program
This commit is contained in:
@ -62,6 +62,12 @@ $susy: (
|
||||
-webkit-border-radius: 7px;
|
||||
font-size: 100%;
|
||||
}
|
||||
.run{
|
||||
background-color: #00FF37;
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
.bright {
|
||||
padding-right: 6px;
|
||||
|
Reference in New Issue
Block a user