diff --git a/public/scripts/extensions/quick-reply/style.css b/public/scripts/extensions/quick-reply/style.css index c64cb3d64..24dc5db42 100644 --- a/public/scripts/extensions/quick-reply/style.css +++ b/public/scripts/extensions/quick-reply/style.css @@ -48,8 +48,8 @@ .ctx-blocker { - backdrop-filter: blur(1px); - background-color: rgba(0 0 0 / 10%); + /* backdrop-filter: blur(1px); */ + /* background-color: rgba(0 0 0 / 10%); */ bottom: 0; left: 0; position: fixed; @@ -57,38 +57,47 @@ top: 0; z-index: 999; } + .ctx-menu { position: fixed; overflow: visible; } + .list-group .list-group-item.ctx-header { font-weight: bold; cursor: default; } -.ctx-item + .ctx-header { + +.ctx-item+.ctx-header { border-top: 1px solid; } + .ctx-item { position: relative; } + .ctx-expander { border-left: 1px solid; margin-left: 1em; text-align: center; width: 2em; } + .ctx-expander:hover { font-weight: bold; } + .ctx-sub-menu { position: absolute; top: 0; left: 100%; } + @media screen and (max-width: 1000px) { .ctx-blocker { position: absolute; } + .list-group .list-group-item.ctx-item { padding: 1em; }