mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
support more bbcode tags
audio/video/hide/hr/strikethrough
This commit is contained in:
Vendored
+8
@@ -96,3 +96,11 @@ img.hitandrun {
|
||||
.form-control-row input[type=checkbox] {
|
||||
vertical-align: sub;
|
||||
}
|
||||
|
||||
.hidden-text {
|
||||
filter: blur(.5em);
|
||||
transition: filter .15s ease-in-out;
|
||||
}
|
||||
.hidden-text:hover {
|
||||
filter: blur(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user