From e879c8db18b535bfc9f08f2576fedb12093f356e Mon Sep 17 00:00:00 2001 From: DYefremov Date: Thu, 19 May 2022 21:50:27 +0300 Subject: [PATCH] style correction --- app/ui/mac_style.css | 4 ---- app/ui/style.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/ui/mac_style.css b/app/ui/mac_style.css index db5533f3..8975f97e 100644 --- a/app/ui/mac_style.css +++ b/app/ui/mac_style.css @@ -60,10 +60,6 @@ switch slider { min-width: 1.5em; } -popover .view { - background-color: transparent; -} - .font > box { min-height: 1.5em; padding-top: 0.1em; diff --git a/app/ui/style.css b/app/ui/style.css index 367024c7..182d0404 100644 --- a/app/ui/style.css +++ b/app/ui/style.css @@ -32,6 +32,10 @@ paned.vertical > separator { background-size: 24px 2px; } +popover .view { + background-color: transparent; +} + .red-button { background-image: none; background-color: red;