From 6d27a3747880e2d4dfe1fc23dfa5c37f1df7c724 Mon Sep 17 00:00:00 2001 From: abakkk Date: Thu, 2 Jan 2020 00:32:14 +0100 Subject: [PATCH] drawing menu separator item style improvement --- stylesheet.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/stylesheet.css b/stylesheet.css index c68b599..3e96dd6 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -97,15 +97,20 @@ height: 1.4em; /* default: 22px */ } -.draw-on-your-screen-menu .popup-menu-item.draw-on-your-screen-menu-separator-item { +.draw-on-your-screen-menu-separator-item { padding-top: 0.14em; padding-bottom: 0.14em; } -.draw-on-your-screen-menu-separator StLabel { +.draw-on-your-screen-menu-separator-item StLabel { font-size: 0; } +.draw-on-your-screen-menu-separator-item .popup-separator-menu-item { + margin-top: 0.4em; /* default 6px */ + margin-bottom: 0.4em; /* default 6px */ +} + .draw-on-your-screen-menu-slider-label { min-width: 3em; text-align: right;