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;