From 5830a401eb9fceed921c1304ac8d2b2a663fee69 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 20 Sep 2017 10:35:14 +0200 Subject: [PATCH] Quickmenu: Schrift groesser css --- theme/debianforum.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/theme/debianforum.css b/theme/debianforum.css index 3c74c8d..b065325 100644 --- a/theme/debianforum.css +++ b/theme/debianforum.css @@ -53,4 +53,33 @@ padding: 0 5px; } +.dfde_quickmenu_li{ + + font-size:28px !important; +} + +.dfde_quickmenu_dropdown { + + max-height:400px !important; + width:400px !important; + + + background: #fff none repeat scroll 0 0 !important; + border-color: #b9b9b9; + box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2) !important; + + border-radius: 5px; + overflow-x: hidden; + overflow-y: auto; + padding: 5px; + position: relative; + z-index: 2; +} +.dfde_quickmenu_dropdown ul ul, ol ul { + list-style-type: circle; +} + +.dfde_quickmenu_dropdown ol, ul { + margin: 0; +} -- 2.39.2