mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Page link styling improvements. Props iammattthomas. fixes #8266
git-svn-id: https://develop.svn.wordpress.org/trunk@9746 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -539,7 +539,7 @@ li.widget-list-control-item h4,
|
||||
background-color: #fffbcc;
|
||||
}
|
||||
|
||||
#edit-slug-box strong, .login #nav a {
|
||||
#edit-slug-box strong, .login #nav a, .tablenav .displaying-num {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
@@ -1309,3 +1309,27 @@ div.star.select:hover {
|
||||
#major-publishing-actions, #dashboard_quick_press .submit {
|
||||
background: #eaf2fa;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages, {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a {
|
||||
border-color: #efefef;
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a:hover {
|
||||
color: #fff;
|
||||
background-color: #d54e21;
|
||||
border-color: #d54321;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a:active {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages .current {
|
||||
background: #dfdfdf;
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
Reference in New Issue
Block a user