1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 23:47:32 +02:00

Allow discussions to be hidden and restored

This commit is contained in:
Toby Zerner
2015-09-22 17:48:21 +09:30
parent 1a865a2ab3
commit 3ac9efde3e
19 changed files with 321 additions and 23 deletions

View File

@@ -33,3 +33,7 @@
display: inline-block;
}
}
.Badge--hidden {
background: #888;
}

View File

@@ -50,8 +50,8 @@
}
&.disabled {
opacity: 0.5;
background: none;
opacity: 0.4;
background: none !important;
}
}
> a, > button {