Prettier Page Numbers, props jick, fixes #8319

git-svn-id: http://svn.automattic.com/wordpress/trunk@9853 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2008-11-24 00:38:50 +00:00
parent 0b17615051
commit 2d5dee473d
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,