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

git-svn-id: http://core.svn.wordpress.org/trunk@23525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-02-28 18:46:40 +00:00
parent bf4d00e320
commit 4ec250d5f5

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 {