diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-10 14:36:11 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-10 14:36:11 +0200 |
commit | 67ca1b82ccd87d45cf4fe71a5547f2b18d42ca5f (patch) | |
tree | 8d3b02bf82e9c901a656ce11ca1364a2ef2aa1ab /view | |
parent | 9866053f0ce44721c11990c9f9407e7428757c99 (diff) | |
download | volse-hubzilla-67ca1b82ccd87d45cf4fe71a5547f2b18d42ca5f.tar.gz volse-hubzilla-67ca1b82ccd87d45cf4fe71a5547f2b18d42ca5f.tar.bz2 volse-hubzilla-67ca1b82ccd87d45cf4fe71a5547f2b18d42ca5f.zip |
css fix for bootstrap 4.3.1
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 3ae1d152c..d2daf0b8a 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -77,6 +77,10 @@ nav .dropdown-menu { } /* nav overrides end */ +.list-group-item:hover { + text-decoration: none; +} + .wall-item-tools .dropdown-menu { min-width: auto; } |