aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-10-17 09:04:25 +0000
committerMario <mario@mariovavti.com>2024-10-17 09:04:25 +0000
commit9e9e8efb2d702b21a5fa9154c137609268ee588e (patch)
tree9382c975c872f46641e4083c0cc7d013deb9f44a
parente9dc4b553b5fa2f4cfa0530fc2ee70305104a3c6 (diff)
downloadvolse-hubzilla-9e9e8efb2d702b21a5fa9154c137609268ee588e.tar.gz
volse-hubzilla-9e9e8efb2d702b21a5fa9154c137609268ee588e.tar.bz2
volse-hubzilla-9e9e8efb2d702b21a5fa9154c137609268ee588e.zip
fix tags rendering in the editor
(cherry picked from commit f4495fd441a06c2ee58dd5073348627803d5ccb3) Co-authored-by: Mario <mario@mariovavti.com>
-rw-r--r--view/theme/redbasic/css/style.css16
1 files changed, 10 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 6e6e19532..12f5e1bad 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1363,12 +1363,16 @@ dl.bb-dl > dd > li {
}
.bootstrap-tagsinput .tag:before {
- /* Copied from fa-asterisk, is there a better way to do it? */
- font-family: ForkAwesome;
- font-weight: normal;
- font-style: normal;
- text-decoration: inherit;
- content:"\f069 ";
+ font-family: bootstrap-icons;
+ font-size: 0.5rem;
+ content: "\F151";
+ margin-right: .25rem;
+}
+
+.bootstrap-tagsinput .tag [data-role="remove"]:after {
+ font-family: bootstrap-icons;
+ font-size: 0.5rem;
+ content: "\F659";
}
/* Modified original CSS to match input in Redbasic */