Make minor changes to gradient and add shadows behind the h2

This commit is contained in:
Arctic Code 2013-10-10 15:52:30 -05:00
parent 999d9d3623
commit ed46bdad76
1 changed files with 4 additions and 1 deletions

View File

@ -171,10 +171,12 @@ ul.nav li.dropdown:hover > ul.dropdown-menu {
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
padding-bottom: 5px;
text-shadow: 0.1em 0.1em 0.2em #222;
}
.form-shorten .btn-primary:hover{
background-color: #3c6190;
border: 1px solid rgba(81, 203, 238, 1);
text-shadow: 0.1em 0.1em 0.2em #222;
}
.form-shorten input[type="radio"]{
@ -271,9 +273,10 @@ input[type=text]:focus, textarea:focus, input[type=password]:focus {
}
h2 {
background: -webkit-linear-gradient(#eee, #aaa);
background: -webkit-linear-gradient(#fff, #bbb);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0.1em 0.1em 0.2em #222;
}
.pre-scrollable{