diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index 3421a2d..dd26463 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 f67d860..27d3ee1 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 f67d860..27d3ee1 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 3421a2d..dd26463 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 b5da640..b47ed38 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 e516b32..4432e71 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 e516b32..4432e71 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 cd4f0bb..dd9c63e 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 08a1764..d27e2ab 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 6b489b9..877d733 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 90593cf..39cc227 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;