Skip to content

Commit

Permalink
new color for the execute button
Browse files Browse the repository at this point in the history
  • Loading branch information
josedaniel committed Apr 26, 2012
1 parent 9275ff0 commit d8e19c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions style.css
Expand Up @@ -78,6 +78,7 @@ body{

.command{
font-family:monaco, courier, monospace;
text-align:center;
}

input[type="text"]{
Expand All @@ -93,13 +94,14 @@ input[type="text"]{
input[type="button"]{
cursor: pointer;
border: none;
background-color: #970417;
background-color: #00AEFF;
font-family:arial, helvetica, sans-serif;
color: white;
font-weight: bold;
padding: 5px 10px 5px 10px;
height: 32px;
border-radius: 0.3em;
border-radius: 0.3em;
margin-left:20px;
}

@media only screen and (min-width: 35em) {
Expand Down

0 comments on commit d8e19c2

Please sign in to comment.