From b87fae4878eeffc1139aea7bb5bcdc9152d4b4c1 Mon Sep 17 00:00:00 2001 From: TooWaBoo Date: Fri, 5 Oct 2018 03:23:32 +0200 Subject: [PATCH] Add space between button icon and button label. --- rtdata/themes/TooWaBlue-GTK3-20_.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/rtdata/themes/TooWaBlue-GTK3-20_.css b/rtdata/themes/TooWaBlue-GTK3-20_.css index 41252c5ed..4ed88f376 100644 --- a/rtdata/themes/TooWaBlue-GTK3-20_.css +++ b/rtdata/themes/TooWaBlue-GTK3-20_.css @@ -1482,6 +1482,10 @@ button.text-button label { margin: 0 0.5em;/* x */ } +button image + label { + margin-left: 0.25em; +} + #PrefNotebook > stack > :nth-child(5) combobox { /* margin: 0.166666666666666666em 0; */ margin: 2px 0; @@ -2153,9 +2157,9 @@ headerbar .title:backdrop { } */ -/* -.view:not(check):not(radio), image:not(check):not(radio), spinbutton button, cellview { - -gtk-icon-transform: scale(1.5); -} -* {-gtk-dpi: 144;} - */ + +/* .view:not(check):not(radio), image:not(check):not(radio), spinbutton button, cellview { + -gtk-icon-transform: scale(calc(( 96 / 96 ) * ( 8 / 9 ))); +} */ +/* * {-gtk-dpi: 144;} */ +