mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-12 08:34:35 +00:00
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:
@@ -1364,8 +1364,8 @@ div.star.select:hover {
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a {
|
||||
border-color: #efefef;
|
||||
background: #eee;
|
||||
border-color: #e3e3e3;
|
||||
background: #eee url('../images/menu-bits.gif') repeat-x scroll left -379px;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a:hover {
|
||||
@@ -1379,7 +1379,7 @@ div.star.select:hover {
|
||||
|
||||
.tablenav .tablenav-pages .current {
|
||||
background: #dfdfdf;
|
||||
border-color: #dfdfdf;
|
||||
border-color: #d3d3d3;
|
||||
}
|
||||
|
||||
#availablethemes,
|
||||
|
||||
@@ -1366,8 +1366,8 @@ div.star.select:hover {
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a {
|
||||
border-color: #efefef;
|
||||
background: #eee;
|
||||
border-color: #e3e3e3;
|
||||
background: #eee url('../images/menu-bits.gif') repeat-x scroll left -379px;
|
||||
}
|
||||
|
||||
.tablenav .tablenav-pages a:hover {
|
||||
@@ -1381,7 +1381,7 @@ div.star.select:hover {
|
||||
|
||||
.tablenav .tablenav-pages .current {
|
||||
background: #dfdfdf;
|
||||
border-color: #dfdfdf;
|
||||
border-color: #d3d3d3;
|
||||
}
|
||||
|
||||
#availablethemes,
|
||||
|
||||
Reference in New Issue
Block a user