diff --git a/app/ui/mac_style.css b/app/ui/mac_style.css index ca0bb544..f22c2626 100644 --- a/app/ui/mac_style.css +++ b/app/ui/mac_style.css @@ -10,13 +10,18 @@ entry { min-height: 2.0em; + padding: 0.2em; +} + +entry > image { + padding-left: 0.4em; } button { min-height: 1.5em; min-width: 1.5em; - padding-top: 0.1em; - padding-bottom: 0.1em; + padding-top: 0.2em; + padding-bottom: 0.2em; } button:active, button:checked { @@ -25,7 +30,7 @@ button:active, button:checked { } combobox { - min-height: 2.1em; + min-height: 2.2em; } spinbutton { @@ -54,6 +59,10 @@ switch slider { min-width: 1.5em; } +popover .view { + background-color: transparent; +} + .font > box { min-height: 1.5em; padding-top: 0.1em;