diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index 3421a2d8..dd264630 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt.css @@ -3890,6 +3890,8 @@ StWidget.focused .app-well-app-running-dot { #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css index f67d8608..27d3ee18 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css @@ -3890,6 +3890,8 @@ StWidget.focused .app-well-app-running-dot { #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index f67d8608..27d3ee18 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -3890,6 +3890,8 @@ StWidget.focused .app-well-app-running-dot { #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index 3421a2d8..dd264630 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -3890,6 +3890,8 @@ StWidget.focused .app-well-app-running-dot { #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/main/gnome-shell/gnome-shell-light-alt.css b/src/main/gnome-shell/gnome-shell-light-alt.css index b5da6405..b47ed38f 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-alt.css @@ -3890,6 +3890,8 @@ StWidget.focused .app-well-app-running-dot { #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt.css b/src/main/gnome-shell/gnome-shell-light-solid-alt.css index e516b32a..4432e717 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.css @@ -3890,6 +3890,8 @@ StWidget.focused .app-well-app-running-dot { #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index e516b32a..4432e717 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -3890,6 +3890,8 @@ StWidget.focused .app-well-app-running-dot { #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index cd4f0bb0..dd9c63ee 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -3890,6 +3890,8 @@ StWidget.focused .app-well-app-running-dot { #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/other/dash-to-dock/stylesheet-dark.css b/src/other/dash-to-dock/stylesheet-dark.css index 08a17646..d27e2ab3 100644 --- a/src/other/dash-to-dock/stylesheet-dark.css +++ b/src/other/dash-to-dock/stylesheet-dark.css @@ -25,6 +25,8 @@ #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/other/dash-to-dock/stylesheet.css b/src/other/dash-to-dock/stylesheet.css index 6b489b95..877d733b 100644 --- a/src/other/dash-to-dock/stylesheet.css +++ b/src/other/dash-to-dock/stylesheet.css @@ -25,6 +25,8 @@ #dashtodockContainer .notification-badge { color: white; background-color: #0860f2; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold; diff --git a/src/sass/gnome-shell/_extensions.scss b/src/sass/gnome-shell/_extensions.scss index 90593cf1..39cc2270 100644 --- a/src/sass/gnome-shell/_extensions.scss +++ b/src/sass/gnome-shell/_extensions.scss @@ -31,6 +31,8 @@ $dash_radius: 18px; .notification-badge { color: $light_fg_color; background-color: $primary_color; + box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.25); + border-radius: 1000px; margin: 2px; padding: 0.2em; font-weight: bold;