Prettier Page Numbers, props jick, fixes #8319

git-svn-id: https://develop.svn.wordpress.org/trunk@9853 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2008-11-24 00:38:50 +00:00
parent b995a25be0
commit a248cd64b9
2 changed files with 6 additions and 6 deletions

View File

@ -1364,8 +1364,8 @@ div.star.select:hover {
} }
.tablenav .tablenav-pages a { .tablenav .tablenav-pages a {
border-color: #efefef; border-color: #e3e3e3;
background: #eee; background: #eee url('../images/menu-bits.gif') repeat-x scroll left -379px;
} }
.tablenav .tablenav-pages a:hover { .tablenav .tablenav-pages a:hover {
@ -1379,7 +1379,7 @@ div.star.select:hover {
.tablenav .tablenav-pages .current { .tablenav .tablenav-pages .current {
background: #dfdfdf; background: #dfdfdf;
border-color: #dfdfdf; border-color: #d3d3d3;
} }
#availablethemes, #availablethemes,

View File

@ -1366,8 +1366,8 @@ div.star.select:hover {
} }
.tablenav .tablenav-pages a { .tablenav .tablenav-pages a {
border-color: #efefef; border-color: #e3e3e3;
background: #eee; background: #eee url('../images/menu-bits.gif') repeat-x scroll left -379px;
} }
.tablenav .tablenav-pages a:hover { .tablenav .tablenav-pages a:hover {
@ -1381,7 +1381,7 @@ div.star.select:hover {
.tablenav .tablenav-pages .current { .tablenav .tablenav-pages .current {
background: #dfdfdf; background: #dfdfdf;
border-color: #dfdfdf; border-color: #d3d3d3;
} }
#availablethemes, #availablethemes,