mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
Revert plugin page styling for now. Props mt. see #6067
git-svn-id: http://svn.automattic.com/wordpress/trunk@7142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8b6871a538
commit
92ad2aabbe
@ -1,15 +1,13 @@
|
|||||||
#plugins .active td {
|
#plugins tr {
|
||||||
opacity:1;
|
background: #f0f0f0;
|
||||||
filter:alpha(opacity=100)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugins .active td.name {
|
#plugins .name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugins td {
|
#plugins .active {
|
||||||
opacity:0.70;
|
background: #fff;
|
||||||
filter:alpha(opacity=70)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#plugins p {
|
#plugins p {
|
||||||
@ -19,6 +17,7 @@
|
|||||||
|
|
||||||
#plugins .togl {
|
#plugins .togl {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
border-right: 1px solid #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.import-system {
|
.import-system {
|
||||||
|
Loading…
Reference in New Issue
Block a user