Change color of the preview for the selected item

This commit is contained in:
Frederic Guillot 2013-07-07 11:45:48 -04:00
parent 150f0c30ec
commit 147c92250b

View File

@ -36,7 +36,7 @@ a:focus {
} }
a:hover { a:hover {
color: #333; color: #333;
text-decoration: none; text-decoration: none;
} }
@ -369,8 +369,8 @@ nav .active a {
.items article { .items article {
border: 1px dotted #ddd; border: 1px dotted #ddd;
margin-bottom: 20px; margin-bottom: 20px;
padding: 5px; padding: 5px;
background-color: #fff; background-color: #fff;
} }
.items h2 { .items h2 {
@ -406,10 +406,15 @@ nav .active a {
} }
.items #current-item { .items #current-item {
border: 3px solid #bce; border: 3px solid #bce;
padding: 3px; padding: 3px;
} }
.items article:hover .preview,
.items #current-item .preview {
color: #555;
}
/* item */ /* item */
.item { .item {
padding-left: 5px; padding-left: 5px;