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:
parent
bf4d00e320
commit
4ec250d5f5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue