Remove the grey background from disabled settings.

svn path=/plone.app.discussion/trunk/; revision=46142
This commit is contained in:
Timo Stollenwerk 2010-12-05 14:10:21 +00:00
parent bbd44b7b95
commit 04a0669731
1 changed files with 1 additions and 2 deletions

View File

@ -125,8 +125,7 @@
-------------------------------------------------------------------------- */
.template-discussion-settings .unclickable {
background: #f2f2f2;
opacity:0.6;
opacity: 0.6;
filter: alpha(opacity = 50);
}