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:
parent
a4324ec19c
commit
0ca0d843f8
@ -2513,7 +2513,11 @@ footer.entry-meta {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.widget_calendar a {
|
.widget_calendar a {
|
||||||
padding: 4px 0;
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widget_calendar a:hover{
|
||||||
|
background-color: rgba(0, 0, 0, 0.15);
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget_calendar tbody td {
|
.widget_calendar tbody td {
|
||||||
|
Loading…
Reference in New Issue
Block a user