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 {
|
||||
opacity:1;
|
||||
filter:alpha(opacity=100)
|
||||
#plugins tr {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
|
||||
#plugins .active td.name {
|
||||
#plugins .name {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#plugins td {
|
||||
opacity:0.70;
|
||||
filter:alpha(opacity=70)
|
||||
#plugins .active {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#plugins p {
|
||||
|
@ -19,6 +17,7 @@
|
|||
|
||||
#plugins .togl {
|
||||
width: 150px;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
|
||||
.import-system {
|
||||
|
|
Loading…
Reference in New Issue