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:
Ryan Boren
2008-11-18 00:59:57 +00:00
parent 920856cd35
commit bbaa2ed570
15 changed files with 61 additions and 31 deletions

View File

@@ -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;
}