Active plugin highlighting tweaks from MT. fixes #6275

git-svn-id: http://svn.automattic.com/wordpress/trunk@7538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-03-26 22:27:27 +00:00
parent b39d0790ec
commit bfba721708
5 changed files with 19 additions and 5 deletions

View File

@@ -380,7 +380,7 @@ input.readonly {
}
#plugins .active {
background-color: #EAF3FA;
background-color: #e7f7d3;
}
#plugins .togl {

View File

@@ -117,7 +117,7 @@ h6 {
}
.widefat td {
padding: 7px 15px 6px 10px;
padding: 7px 15px 9px 10px;
vertical-align: top;
}