aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-19 12:18:59 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-19 12:18:59 +0100
commit66e1e5b1b68e6e1d41b0ec5c5ae88851b141edd6 (patch)
tree7b03759b1a91311747bb11e2337669f187d825fb /view/css
parentecd161d678e17c32e74a886ff976da736a512a97 (diff)
downloadvolse-hubzilla-66e1e5b1b68e6e1d41b0ec5c5ae88851b141edd6.tar.gz
volse-hubzilla-66e1e5b1b68e6e1d41b0ec5c5ae88851b141edd6.tar.bz2
volse-hubzilla-66e1e5b1b68e6e1d41b0ec5c5ae88851b141edd6.zip
bootstrap seems to heavy for this - use custom css
Diffstat (limited to 'view/css')
-rw-r--r--view/css/widgets.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 576445dd6..8b5ecdd2f 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -178,15 +178,23 @@ a.wikilist {
max-height: 70vh;
overflow: auto;
}
+
.notifications-textinput input {
font-family: FontAwesome, sans-serif;
}
-
.notifications-textinput {
padding: .75rem 0.85rem;
}
+.notifications-textinput-clear {
+ padding: .5rem;
+ position: absolute;
+ top: 0.5rem;
+ right: 1rem;
+ cursor: pointer;
+}
+
.notification-content.collapsing {
overflow: hidden;
}