diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/widgets.css | 10 |
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; } |