Subtle changes to border colors

This commit is contained in:
Robin Ward 2013-07-09 13:11:13 -04:00
parent efd631296e
commit 82b578249c
1 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@
background: $post_footer;
font-size: 15px;
padding: 8px 10px;
border-left: 1px solid $inner_border;
border-left: 1px solid lighten($inner_border, 3%);
vertical-align: top;
@include box-shadow(inset 0 -4px 4px -4px rgba($black, 0.14));
&:hover {
@ -627,7 +627,7 @@
top: 12px;
left: -9px;
border-width: 10px 10px 10px 0;
border-right-color: #b9b9b9;
border-right-color: #cecece;
}
&:after {
top: 13px;