]> git.joonet.de Git - adminer.git/commitdiff
Mobile: Add shadow to menu (fix #975)
authorJakub Vrana <jakub@vrana.cz>
Thu, 3 Apr 2025 20:07:42 +0000 (22:07 +0200)
committerJakub Vrana <jakub@vrana.cz>
Thu, 3 Apr 2025 20:07:42 +0000 (22:07 +0200)
adminer/static/default.css

index 7efa7cd3838573bbd3927e61d05707380287d7a0..74397d50c3f5ec9197cbfb8db1ff5bb14c93c317 100644 (file)
@@ -116,7 +116,7 @@ input.wayoff { left: -1000px; position: absolute; }
 @media all and (max-width: 880px) {
        .pages { left: auto; }
        .logout { padding: 1em; top: 3em; }
-       #menu { width: auto; background: var(--bg); border: 1px solid var(--fg); }
+       #menu { width: auto; background: var(--bg); border: 1px solid var(--fg); box-shadow: 0 0 20px rgb(from var(--fg) r g b / .7); }
        #content { margin-left: 10px; }
        #lang { position: static; }
        #breadcrumb { left: 48px; }