Skip to content

Commit

Permalink
Replacing the button theming for the sympal theme
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed May 11, 2010
1 parent 8e59b7c commit 2721999
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion web/themes/sympal/css/main.css
Expand Up @@ -494,4 +494,21 @@ label.required:after
float: right;
margin-left: 20px;
font-weight: bold;
}
}

a.button {
background: #11A8FF;
padding: 5px 10px;
color: #fff !important;
text-decoration: none;
font-size: 16px;
font-weight: bold;

-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
a.button:hover {
background: #0f98e6;
}

0 comments on commit 2721999

Please sign in to comment.