mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Don't sort plugin descriptions column. Make on state for sortable columns black, not the typical link orange. fixes #15224.
git-svn-id: https://develop.svn.wordpress.org/trunk@15981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -477,6 +477,10 @@ h3.dashboard-widget-title small,
|
||||
background: #d5e6f2 url(../images/blue-grad.png) repeat-x scroll left top;
|
||||
}
|
||||
|
||||
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h3.dashboard-widget-title small a {
|
||||
color: #d7d7d7;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -476,6 +476,10 @@ h3.dashboard-widget-title small,
|
||||
background: #dfdfdf url(../images/gray-grad.png) repeat-x scroll left top;
|
||||
}
|
||||
|
||||
th.sortable a:hover, th.sortable a:active, th.sortable a:focus {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
h3.dashboard-widget-title small a {
|
||||
color: #d7d7d7;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user