Add shadow under the text on submit button

This commit is contained in:
Olivier PEREZ 2014-12-18 13:12:28 +01:00
parent cf207052f5
commit 04a60e5c57
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ fieldset[disabled] .btn-primary.active {
color: #fff;
background-color: #849551;
border-color: #748544;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
.btn-success:hover,
.btn-success:focus,