Twenty Thirteen: usability improvement for calendar widget links. Props MikeHansenMe, fixes #23606.

git-svn-id: https://develop.svn.wordpress.org/trunk@23525 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-02-28 18:46:40 +00:00
parent a4324ec19c
commit 0ca0d843f8
1 changed files with 5 additions and 1 deletions

View File

@ -2513,7 +2513,11 @@ footer.entry-meta {
}
.widget_calendar a {
padding: 4px 0;
display: block;
}
.widget_calendar a:hover{
background-color: rgba(0, 0, 0, 0.15);
}
.widget_calendar tbody td {