PostHider: added opacity

This commit is contained in:
asiekierka 2012-12-24 13:04:06 +01:00
parent 53a2544218
commit ba1a4fc182
2 changed files with 5 additions and 2 deletions

View file

@ -453,3 +453,6 @@ table.mod.config-editor input[type="text"] {
background-color: #fff;
opacity: 0.8;
}
.thread-hidden {
opacity: 0.5;
}