diff --git a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css index 549337b8..6ae3c2c1 100644 --- a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css @@ -2854,30 +2854,10 @@ $_osd_color: if($variant=='light', black, $fg_color); } } -/* App Folders */ -/* -.app-well-app.app-folder { - &, & .overview-icon.overview-icon-with-label { - background-color: $overview_transparent_bg - } - //box-shadow: 0 2px 5px black; - - &:checked { background: black; } -} +/* App Grid */ +.app-well-app, .grid-search-result { + color: white; } .app-folder-dialog { background: black; - box-shadow: 0 0 20px lighten(black, 1%); - - & .folder-name-container { - & .edit-folder-button { - &, &:hover, &:active { - background: white; - color: black; - } - } - } -} - -.app-folder-dialog-container { width: 720px; } -*/ + box-shadow: 0 0 20px #030303; } diff --git a/share/themes/Kali-Light/gnome-shell/gnome-shell.css b/share/themes/Kali-Light/gnome-shell/gnome-shell.css index 0cfcce5e..7905a084 100644 --- a/share/themes/Kali-Light/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Light/gnome-shell/gnome-shell.css @@ -2850,30 +2850,10 @@ $_osd_color: if($variant=='light', black, $fg_color); } } -/* App Folders */ -/* -.app-well-app.app-folder { - &, & .overview-icon.overview-icon-with-label { - background-color: $overview_transparent_bg - } - //box-shadow: 0 2px 5px black; - - &:checked { background: black; } -} +/* App Grid */ +.app-well-app, .grid-search-result { + color: white; } .app-folder-dialog { background: black; - box-shadow: 0 0 20px lighten(black, 1%); - - & .folder-name-container { - & .edit-folder-button { - &, &:hover, &:active { - background: white; - color: black; - } - } - } -} - -.app-folder-dialog-container { width: 720px; } -*/ + box-shadow: 0 0 20px #030303; } diff --git a/src/themes/Kali/sass/gnome-shell/_common-tweaks.scss b/src/themes/Kali/sass/gnome-shell/_common-tweaks.scss index ef2be962..5b4b1cf2 100644 --- a/src/themes/Kali/sass/gnome-shell/_common-tweaks.scss +++ b/src/themes/Kali/sass/gnome-shell/_common-tweaks.scss @@ -349,30 +349,11 @@ $_osd_color: if($variant=='light', black, $fg_color); } } -/* App Folders */ -/* -.app-well-app.app-folder { - &, & .overview-icon.overview-icon-with-label { - background-color: $overview_transparent_bg - } - //box-shadow: 0 2px 5px black; - - &:checked { background: black; } -} +/* App Grid */ +// Icon tiles in the app grid +.app-well-app { color: white; } .app-folder-dialog { background: black; box-shadow: 0 0 20px lighten(black, 1%); - - & .folder-name-container { - & .edit-folder-button { - &, &:hover, &:active { - background: white; - color: black; - } - } - } } - -.app-folder-dialog-container { width: 720px; } -*/