From faa2b29c21092a599eb46b96a3fd03d9ec5c8809 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Tue, 20 Aug 2019 12:06:25 +0800 Subject: [PATCH] Fixed Gnome Tweak Tool issues --- src/gtk-3.0/gtk-compact-dark-alt.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-compact-dark-solid-alt.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-compact-dark-solid.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-compact-dark.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-compact-light-alt.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-compact-light-solid-alt.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-compact-light-solid.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-compact-light.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-dark-alt.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-dark-solid-alt.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-dark-solid.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-dark.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-light-alt.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-light-solid-alt.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-light-solid.css | 50 +++++++++++++++++++++ src/gtk-3.0/gtk-light.css | 50 +++++++++++++++++++++ src/gtk-3.0/sass/_applications.scss | 46 +++++++++++++++++-- 17 files changed, 843 insertions(+), 3 deletions(-) diff --git a/src/gtk-3.0/gtk-compact-dark-alt.css b/src/gtk-3.0/gtk-compact-dark-alt.css index 860e546..419f53d 100644 --- a/src/gtk-3.0/gtk-compact-dark-alt.css +++ b/src/gtk-3.0/gtk-compact-dark-alt.css @@ -6182,6 +6182,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #242424; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(255, 255, 255, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #242424, #242424); @@ -6191,6 +6235,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-compact-dark-solid-alt.css b/src/gtk-3.0/gtk-compact-dark-solid-alt.css index e5036fc..237dc2a 100644 --- a/src/gtk-3.0/gtk-compact-dark-solid-alt.css +++ b/src/gtk-3.0/gtk-compact-dark-solid-alt.css @@ -6182,6 +6182,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #242424; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(255, 255, 255, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #242424, #242424); @@ -6191,6 +6235,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-compact-dark-solid.css b/src/gtk-3.0/gtk-compact-dark-solid.css index c0afe75..cc2fe11 100644 --- a/src/gtk-3.0/gtk-compact-dark-solid.css +++ b/src/gtk-3.0/gtk-compact-dark-solid.css @@ -6182,6 +6182,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #242424; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(255, 255, 255, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #242424, #242424); @@ -6191,6 +6235,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-compact-dark.css b/src/gtk-3.0/gtk-compact-dark.css index 89791cf..b6abb4e 100644 --- a/src/gtk-3.0/gtk-compact-dark.css +++ b/src/gtk-3.0/gtk-compact-dark.css @@ -6182,6 +6182,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #242424; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(255, 255, 255, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #242424, #242424); @@ -6191,6 +6235,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-compact-light-alt.css b/src/gtk-3.0/gtk-compact-light-alt.css index dc348a9..d9145be 100644 --- a/src/gtk-3.0/gtk-compact-light-alt.css +++ b/src/gtk-3.0/gtk-compact-light-alt.css @@ -6194,6 +6194,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #ffffff; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(0, 0, 0, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #ffffff, #ffffff); @@ -6203,6 +6247,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-compact-light-solid-alt.css b/src/gtk-3.0/gtk-compact-light-solid-alt.css index 6461f02..48cde12 100644 --- a/src/gtk-3.0/gtk-compact-light-solid-alt.css +++ b/src/gtk-3.0/gtk-compact-light-solid-alt.css @@ -6194,6 +6194,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #ffffff; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(0, 0, 0, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #ffffff, #ffffff); @@ -6203,6 +6247,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-compact-light-solid.css b/src/gtk-3.0/gtk-compact-light-solid.css index 042a46f..b8e9207 100644 --- a/src/gtk-3.0/gtk-compact-light-solid.css +++ b/src/gtk-3.0/gtk-compact-light-solid.css @@ -6194,6 +6194,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #ffffff; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(0, 0, 0, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #ffffff, #ffffff); @@ -6203,6 +6247,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-compact-light.css b/src/gtk-3.0/gtk-compact-light.css index 2d06c95..87718d5 100644 --- a/src/gtk-3.0/gtk-compact-light.css +++ b/src/gtk-3.0/gtk-compact-light.css @@ -6194,6 +6194,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #ffffff; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(0, 0, 0, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #ffffff, #ffffff); @@ -6203,6 +6247,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-dark-alt.css b/src/gtk-3.0/gtk-dark-alt.css index 4de2995..aa5ed85 100644 --- a/src/gtk-3.0/gtk-dark-alt.css +++ b/src/gtk-3.0/gtk-dark-alt.css @@ -6192,6 +6192,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #242424; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(255, 255, 255, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #242424, #242424); @@ -6201,6 +6245,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-dark-solid-alt.css b/src/gtk-3.0/gtk-dark-solid-alt.css index ddc48f8..bc89283 100644 --- a/src/gtk-3.0/gtk-dark-solid-alt.css +++ b/src/gtk-3.0/gtk-dark-solid-alt.css @@ -6180,6 +6180,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #242424; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(255, 255, 255, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #242424, #242424); @@ -6189,6 +6233,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-dark-solid.css b/src/gtk-3.0/gtk-dark-solid.css index 60119fe..ccd9be1 100644 --- a/src/gtk-3.0/gtk-dark-solid.css +++ b/src/gtk-3.0/gtk-dark-solid.css @@ -6192,6 +6192,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #242424; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(255, 255, 255, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #242424, #242424); @@ -6201,6 +6245,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-dark.css b/src/gtk-3.0/gtk-dark.css index 74c4608..9c8fc39 100644 --- a/src/gtk-3.0/gtk-dark.css +++ b/src/gtk-3.0/gtk-dark.css @@ -6192,6 +6192,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(255, 255, 255, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #242424; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(255, 255, 255, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #242424, #242424); @@ -6201,6 +6245,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-light-alt.css b/src/gtk-3.0/gtk-light-alt.css index 1e16889..78c8418 100644 --- a/src/gtk-3.0/gtk-light-alt.css +++ b/src/gtk-3.0/gtk-light-alt.css @@ -6237,6 +6237,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #ffffff; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(0, 0, 0, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #ffffff, #ffffff); @@ -6246,6 +6290,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-light-solid-alt.css b/src/gtk-3.0/gtk-light-solid-alt.css index 36b4cf3..15fe4b9 100644 --- a/src/gtk-3.0/gtk-light-solid-alt.css +++ b/src/gtk-3.0/gtk-light-solid-alt.css @@ -6237,6 +6237,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #ffffff; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(0, 0, 0, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #ffffff, #ffffff); @@ -6246,6 +6290,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-light-solid.css b/src/gtk-3.0/gtk-light-solid.css index a697bd0..aa19da4 100644 --- a/src/gtk-3.0/gtk-light-solid.css +++ b/src/gtk-3.0/gtk-light-solid.css @@ -6237,6 +6237,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #ffffff; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(0, 0, 0, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #ffffff, #ffffff); @@ -6246,6 +6290,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/gtk-light.css b/src/gtk-3.0/gtk-light.css index 9db6d2d..05988cc 100644 --- a/src/gtk-3.0/gtk-light.css +++ b/src/gtk-3.0/gtk-light.css @@ -6237,6 +6237,50 @@ button.documents-favorite:active:hover { transition: opacity 0.2s ease-out; } +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus row:not(:last-child), +row#ClickMethod row:not(:last-child), +row#StaticWorkspaceTweak row:not(:last-child), +row#dynamic-workspaces row:not(:last-child), +row#PrimaryWorkspaceTweak row:not(:last-child), +row#workspaces-only-on-primary row:not(:last-child) { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +row#Focus.tweak > list, +row#ClickMethod.tweak > list, +row#StaticWorkspaceTweak.tweak > list, +row#dynamic-workspaces.tweak > list, +row#PrimaryWorkspaceTweak.tweak > list, +row#workspaces-only-on-primary.tweak > list { + margin-top: -3px; +} + +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, +row#workspaces-only-on-primary { + margin-top: 4px; +} + +row#AutostartTitle.tweak { + padding: 3px; + background-color: #ffffff; +} + +list#AutostartListBoxTweakGroup.tweak-group-startup { + border: 1px solid rgba(0, 0, 0, 0.12); +} + .tweak-categories, .tweak-category:not(:selected):not(:hover) { background-image: linear-gradient(to bottom, #ffffff, #ffffff); @@ -6246,6 +6290,12 @@ button.documents-favorite:active:hover { border-radius: 0 0 0 6px; } +.tweak-categories > separator { + min-width: 0; + min-height: 0; + background: none; +} + .tweak-titlebar-right > switch, dialog.csd > headerbar.titlebar > switch { margin: 8px 0; diff --git a/src/gtk-3.0/sass/_applications.scss b/src/gtk-3.0/sass/_applications.scss index daf21d6..e566437 100644 --- a/src/gtk-3.0/sass/_applications.scss +++ b/src/gtk-3.0/sass/_applications.scss @@ -975,16 +975,56 @@ button.documents-favorite:active:hover { } // -// Gnome Tweak Tool +// Gnome Tweak Tool ( Gnome tweaks ) // +row#Focus, +row#ClickMethod, +row#StaticWorkspaceTweak, // for 3.26.0 +row#dynamic-workspaces, +row#PrimaryWorkspaceTweak, // for 3.26.0 +row#workspaces-only-on-primary { + padding: 0; + border: 1px solid $borders_color; + + row:not(:last-child) { border-bottom: 1px solid $borders_color; } + + &.tweak > list { + margin-top: -3px; + } +} + +// Add more spaces between title and list +row#Focus, +row#ClickMethod, +row#PrimaryWorkspaceTweak, // for 3.26.0 +row#workspaces-only-on-primary { margin-top: 4px; } + +row#AutostartTitle.tweak { + padding: 3px; + background-color: $base_color; +} + +list#AutostartListBoxTweakGroup { + &.tweak-group-startup { + border: 1px solid $borders_color; + } +} .tweak-categories, .tweak-category:not(:selected):not(:hover) { - background-image: _solid($base_color); + background-image: _solid($base_color); } // sidebar on gnome tweak -.tweak-categories { border-radius: 0 0 0 $wm_radius; } +.tweak-categories { + border-radius: 0 0 0 $wm_radius; + + > separator { + min-width: 0; + min-height: 0; + background: none; + } +} .tweak-titlebar-right, dialog.csd > headerbar.titlebar { > switch { margin: 8px 0; } }