mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 06:05:42 +00:00
Disabled states for first/prev and next/last pagination buttons when they should noop. see #15503.
git-svn-id: https://develop.svn.wordpress.org/trunk@17202 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1493,6 +1493,14 @@ th.asc:hover span.sorting-indicator {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a.disabled:hover {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a.disabled:active {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.tablenav .displaying-num {
|
||||
margin-right: 10px;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user