diff options
author | Mario <mario@mariovavti.com> | 2024-05-02 14:44:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-05-02 14:44:16 +0000 |
commit | 98c3e2f93f18554364e26e9cf25473d36641a173 (patch) | |
tree | ada9ebceef9f3d8cd4acdc1eabd673b0ada8ddf9 /view/theme/redbasic | |
parent | 483221e2a87b36c85662fd2a941f436be6067ac9 (diff) | |
download | volse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.tar.gz volse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.tar.bz2 volse-hubzilla-98c3e2f93f18554364e26e9cf25473d36641a173.zip |
remove jgrowl
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/narrow_navbar.css | 5 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 21 |
2 files changed, 0 insertions, 26 deletions
diff --git a/view/theme/redbasic/css/narrow_navbar.css b/view/theme/redbasic/css/narrow_navbar.css index 9f915418e..2b0ec9a05 100644 --- a/view/theme/redbasic/css/narrow_navbar.css +++ b/view/theme/redbasic/css/narrow_navbar.css @@ -4,9 +4,4 @@ --bs-navbar-padding-y: 1px; } - #jGrowl.top-right { - top: 3.5rem; - right: 15px; - } - } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 05cd75422..d4f839701 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -713,27 +713,6 @@ nav .acpopup { color:#cc0000; } -/* popup notifications */ -div.jGrowl div.notice { - background: #511919 url("../../../../images/icons/48/notice.png") no-repeat 5px center; - color: #ffffff; - padding-left: 58px; -} -div.jGrowl div.info { - background: #364e59 url("../../../../images/icons/48/info.png") no-repeat 5px center; - color: #ffffff; - padding-left: 58px; -} - -#jGrowl.top-right { - top: 4.5rem; - right: .25rem; -} - -div.jGrowl div.jGrowl-notification { - min-height: 60px; -} - .jslider .jslider-scale ins { color: #333; font-size: 1rem; |