mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 02:34:38 +00:00
Bulk delete/activate/deactivate for plugins. Split plugins into active and available lists. Props DD32. see #7091
git-svn-id: https://develop.svn.wordpress.org/trunk@8049 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -415,11 +415,11 @@ input.readonly {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#plugins .active {
|
||||
.plugins .active {
|
||||
background-color: #BBEEBB;
|
||||
}
|
||||
|
||||
#plugins .togl {
|
||||
.plugins .togl {
|
||||
border-right-color: #ccc;
|
||||
}
|
||||
|
||||
@@ -427,7 +427,7 @@ input.readonly {
|
||||
background-color: #ffffe0;
|
||||
}
|
||||
|
||||
#plugins tr {
|
||||
.plugins tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
@@ -384,11 +384,11 @@ input.readonly {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
#plugins .active {
|
||||
.plugins .active {
|
||||
background-color: #e7f7d3;
|
||||
}
|
||||
|
||||
#plugins .togl {
|
||||
.plugins .togl {
|
||||
border-right-color: #ccc;
|
||||
}
|
||||
|
||||
@@ -396,7 +396,7 @@ input.readonly {
|
||||
background-color: #ffffe0;
|
||||
}
|
||||
|
||||
#plugins tr {
|
||||
.plugins tr {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user