mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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:
parent
0b17615051
commit
2d5dee473d
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user