Fixed cursor for disabled prev/next post links

This commit is contained in:
Marcin Kurczewski 2014-10-18 12:41:27 +02:00
parent 177a7d79f3
commit dd1dfcb9e8

View file

@ -26,6 +26,7 @@
}
#post-current-search a:not(.enabled) {
color: silver;
cursor: text;
}
#post-view-wrapper #sidebar {