From 710135dbaf3be1d984bb83bb2bb7d5b40798a23d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Tue, 2 Mar 2021 11:33:40 +0100 Subject: [PATCH] GTK3: Regenerate css --- share/themes/Kali-Dark/gtk-3.0/gtk.css | 33 ++++++++++++++------ share/themes/Kali-Light/gtk-3.0/gtk-dark.css | 33 ++++++++++++++------ share/themes/Kali-Light/gtk-3.0/gtk.css | 33 ++++++++++++++------ 3 files changed, 72 insertions(+), 27 deletions(-) diff --git a/share/themes/Kali-Dark/gtk-3.0/gtk.css b/share/themes/Kali-Dark/gtk-3.0/gtk.css index 58d57f75..e13546a6 100644 --- a/share/themes/Kali-Dark/gtk-3.0/gtk.css +++ b/share/themes/Kali-Dark/gtk-3.0/gtk.css @@ -2499,7 +2499,7 @@ notebook > stack:not(:only-child) { **************/ scrollbar { background-color: #272a34; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } @@ -2516,13 +2516,14 @@ scrollbar { border-color: #16171d; transition: 200ms ease-out; } scrollbar slider { - min-width: 6px; - min-height: 6px; + min-width: 8px; + min-height: 8px; margin: -1px; border: 4px solid transparent; - border-radius: 8px; + border-radius: 10px; background-clip: padding-box; - background-color: #41434b; } + background-color: #41434b; + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } scrollbar slider:hover { background-color: #4b4d54; } scrollbar slider:hover:active { @@ -2532,8 +2533,9 @@ scrollbar { scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; } + transition: none; + min-width: 6px; + min-height: 6px; } scrollbar.fine-tune.horizontal slider { border-width: 5px 4px; } scrollbar.fine-tune.vertical slider { @@ -4458,8 +4460,14 @@ decoration { decoration:backdrop { box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.9); transition: 200ms ease-out; } - .maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; } + .maximized decoration, .fullscreen decoration { + border-radius: 0; + box-shadow: none; } + .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { + border-radius: 0; + box-shadow: 0 0 0 1px rgba(13, 14, 17, 0.9), 0 0 0 20px transparent; } + .tiled decoration:backdrop, .tiled-top decoration:backdrop, .tiled-right decoration:backdrop, .tiled-bottom decoration:backdrop, .tiled-left decoration:backdrop { + box-shadow: 0 0 0 1px rgba(13, 14, 17, 0.9), 0 0 0 20px transparent; } .popup decoration { box-shadow: none; } .ssd decoration { @@ -5295,6 +5303,13 @@ notebook > header { margin-top: 1px; margin-bottom: 1px; } +/************** + * Scrollbars * + **************/ +scrollbar slider { + min-width: 6px; + min-height: 6px; } + /************** * GtkInfoBar * **************/ diff --git a/share/themes/Kali-Light/gtk-3.0/gtk-dark.css b/share/themes/Kali-Light/gtk-3.0/gtk-dark.css index 58d57f75..e13546a6 100644 --- a/share/themes/Kali-Light/gtk-3.0/gtk-dark.css +++ b/share/themes/Kali-Light/gtk-3.0/gtk-dark.css @@ -2499,7 +2499,7 @@ notebook > stack:not(:only-child) { **************/ scrollbar { background-color: #272a34; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } @@ -2516,13 +2516,14 @@ scrollbar { border-color: #16171d; transition: 200ms ease-out; } scrollbar slider { - min-width: 6px; - min-height: 6px; + min-width: 8px; + min-height: 8px; margin: -1px; border: 4px solid transparent; - border-radius: 8px; + border-radius: 10px; background-clip: padding-box; - background-color: #41434b; } + background-color: #41434b; + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } scrollbar slider:hover { background-color: #4b4d54; } scrollbar slider:hover:active { @@ -2532,8 +2533,9 @@ scrollbar { scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; } + transition: none; + min-width: 6px; + min-height: 6px; } scrollbar.fine-tune.horizontal slider { border-width: 5px 4px; } scrollbar.fine-tune.vertical slider { @@ -4458,8 +4460,14 @@ decoration { decoration:backdrop { box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(13, 14, 17, 0.9); transition: 200ms ease-out; } - .maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; } + .maximized decoration, .fullscreen decoration { + border-radius: 0; + box-shadow: none; } + .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { + border-radius: 0; + box-shadow: 0 0 0 1px rgba(13, 14, 17, 0.9), 0 0 0 20px transparent; } + .tiled decoration:backdrop, .tiled-top decoration:backdrop, .tiled-right decoration:backdrop, .tiled-bottom decoration:backdrop, .tiled-left decoration:backdrop { + box-shadow: 0 0 0 1px rgba(13, 14, 17, 0.9), 0 0 0 20px transparent; } .popup decoration { box-shadow: none; } .ssd decoration { @@ -5295,6 +5303,13 @@ notebook > header { margin-top: 1px; margin-bottom: 1px; } +/************** + * Scrollbars * + **************/ +scrollbar slider { + min-width: 6px; + min-height: 6px; } + /************** * GtkInfoBar * **************/ diff --git a/share/themes/Kali-Light/gtk-3.0/gtk.css b/share/themes/Kali-Light/gtk-3.0/gtk.css index 98ed75d2..92f2e652 100644 --- a/share/themes/Kali-Light/gtk-3.0/gtk.css +++ b/share/themes/Kali-Light/gtk-3.0/gtk.css @@ -2510,7 +2510,7 @@ notebook > stack:not(:only-child) { **************/ scrollbar { background-color: #fafafa; - transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } @@ -2527,13 +2527,14 @@ scrollbar { border-color: #e0e0e0; transition: 200ms ease-out; } scrollbar slider { - min-width: 6px; - min-height: 6px; + min-width: 8px; + min-height: 8px; margin: -1px; border: 4px solid transparent; - border-radius: 8px; + border-radius: 10px; background-clip: padding-box; - background-color: #ced0d3; } + background-color: #ced0d3; + transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } scrollbar slider:hover { background-color: #c6c8cc; } scrollbar slider:hover:active { @@ -2543,8 +2544,9 @@ scrollbar { scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { - min-width: 4px; - min-height: 4px; } + transition: none; + min-width: 6px; + min-height: 6px; } scrollbar.fine-tune.horizontal slider { border-width: 5px 4px; } scrollbar.fine-tune.vertical slider { @@ -4480,8 +4482,14 @@ decoration { decoration:backdrop { box-shadow: 0 3px 9px 1px transparent, 0 2px 6px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.18); transition: 200ms ease-out; } - .maximized decoration, .fullscreen decoration, .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { - border-radius: 0; } + .maximized decoration, .fullscreen decoration { + border-radius: 0; + box-shadow: none; } + .tiled decoration, .tiled-top decoration, .tiled-right decoration, .tiled-bottom decoration, .tiled-left decoration { + border-radius: 0; + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 0 20px transparent; } + .tiled decoration:backdrop, .tiled-top decoration:backdrop, .tiled-right decoration:backdrop, .tiled-bottom decoration:backdrop, .tiled-left decoration:backdrop { + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18), 0 0 0 20px transparent; } .popup decoration { box-shadow: none; } .ssd decoration { @@ -5316,6 +5324,13 @@ notebook > header { margin-top: 1px; margin-bottom: 1px; } +/************** + * Scrollbars * + **************/ +scrollbar slider { + min-width: 6px; + min-height: 6px; } + /************** * GtkInfoBar * **************/