X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=style%2Flantea.css;h=c3c1b7270c3ed250bc98b234de280e1766bf1109;hp=fd7ff623f5e0e04ccd87fa7e2917bf3a2229c03d;hb=aee45be0e5f7877af21b5b35d930e42f139756c7;hpb=db2008ca0d531e0f08b936e311d649a8504b695d 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;