From 699573a3c716ec7c6013f352f2e885a85fd75413 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 10 Mar 2016 16:22:00 +0100 Subject: tweak check, radio and modelbuttons --- common/gtk-3.0/3.20/sass/_common.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.20/sass') diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 83782c7..54e7bbb 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -662,10 +662,10 @@ toolbar.inline-toolbar toolbutton { menuitem.button.flat, modelbutton.flat { transition: none; - min-height: 22px; + min-height: 24px; padding-left: 8px; padding-right: 8px; - outline-offset: -2px; + outline-offset: -3px; border-radius: 2px; @extend %undecorated_button; @@ -1947,9 +1947,14 @@ switch { checkbutton, radiobutton { // this is for a nice focus on check and radios text &.text-button { - padding: 1px 2px 4px; + padding: 2px 0; outline-offset: 0; + label:not(:only-child) { + &:first-child { margin-left: 4px; } + &:last-child { margin-right: 4px; } + } + &:disabled, &:disabled:active, &:disabled:indeterminate { -- cgit v1.2.3