Implementing new design for Edit Posts, Comments, etc. lists, props mdawaffe, see #8083
git-svn-id: http://svn.automattic.com/wordpress/trunk@9556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -338,22 +338,18 @@ div.dashboard-widget-submit input:hover,
|
||||
}
|
||||
|
||||
.tablenav .dots {
|
||||
background-color: #e4f2fd;
|
||||
border-color: #e4f2fd;
|
||||
border-color: transparent;
|
||||
}
|
||||
|
||||
.tablenav .next,
|
||||
.tablenav .prev {
|
||||
background-color: #e4f2fd;
|
||||
border-bottom-color: #2583ad;
|
||||
border-color: #e4f2fd;
|
||||
border-color: transparent;
|
||||
color: #2583ad;
|
||||
}
|
||||
|
||||
.tablenav .next:hover,
|
||||
.tablenav .prev:hover {
|
||||
border-bottom-color: #d54e21;
|
||||
border-color: #e4f2fd;
|
||||
border-color: transparent;
|
||||
color: #d54e21;
|
||||
}
|
||||
|
||||
|
||||
@@ -256,11 +256,16 @@ h6 {
|
||||
}
|
||||
|
||||
.subsubsub a {
|
||||
line-height: 200%;
|
||||
padding: 3px;
|
||||
line-height: 2;
|
||||
padding: .2em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.subsubsub a .count, .subsubsub a.current .count {
|
||||
color: #999;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.subsubsub a.current {
|
||||
font-weight: bold;
|
||||
background: none;
|
||||
|
||||
Reference in New Issue
Block a user