X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;fp=style%2Flantea.css;h=c3c1b7270c3ed250bc98b234de280e1766bf1109;hp=fd7ff623f5e0e04ccd87fa7e2917bf3a2229c03d;hb=46c031768eb82a1c96c623112359cfd019e23f6e;hpb=026c4f465e64e898d04d6394672a11cff4f1b7ab diff --git a/style/lantea.css b/style/lantea.css index fd7ff62..c3c1b72 100644 --- a/style/lantea.css +++ b/style/lantea.css @@ -156,6 +156,17 @@ h1 { height: 1.2em; } +/* For optical conveniece, display an "x" for closing. */ +.menuDrawer > h2:after { + content: '\00D7'; /* multiplication sign */ + display: inline-block; + vertical-align: text-top; + float: right; + margin-top: 0; + margin-right: .2em; + font-size: .75em; +} + /* Custom checkbox design */ .menuDrawer input[type="checkbox"] { display: none;