Normalize colors

This commit is contained in:
Gustavo Maximiliano Cortez 2015-05-20 10:48:52 -03:00
commit 2b655ed6c1
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -729,8 +729,8 @@ textarea:focus
.create-tab { .create-tab {
width: 100%; width: 100%;
border-bottom: 1px solid #DEDFE1; border-bottom: 1px solid #DEDFE1;
margin-bottom: 25px; margin-bottom: 20px;
padding: 0 0 .58rem; padding: 0 0 .5rem;
} }
.create-tab a { .create-tab a {
@ -744,14 +744,14 @@ textarea:focus
.create-tab a:hover, .create-tab a:hover,
.create-tab a:focus { .create-tab a:focus {
color: #206ae3; color: #2C3E50;
} }
.create-tab a.selected, .create-tab a.selected,
.create-tab a:active { .create-tab a:active {
font-weight: 600; font-weight: 600;
color: #4683E8; color: #2C3E50;
border-bottom: 3px solid #4683E8; border-bottom: 3px solid #2C3E50;
} }
/* removes 300ms in IE */ /* removes 300ms in IE */