From 2c795f7d05ee27258ddc0e7cf0bf8e4d29653bee Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Mon, 9 Feb 2015 16:24:07 +0100 Subject: [PATCH] theme: Add music notification as well --- data/theme/_common.scss | 1 + data/theme/gnome-shell-high-contrast.css | 1 + data/theme/gnome-shell.css | 1 + 3 files changed, 3 insertions(+) diff --git a/data/theme/_common.scss b/data/theme/_common.scss index de3fb0873..1a30c8069 100644 --- a/data/theme/_common.scss +++ b/data/theme/_common.scss @@ -1684,6 +1684,7 @@ StScrollBar { padding-bottom: 0; } + .notification, .screen-shield-notification-source { padding: 12px 6px; border: 1px solid $_bubble_borders_color; diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index 40e985dbf..d0d4d170f 100644 --- a/data/theme/gnome-shell-high-contrast.css +++ b/data/theme/gnome-shell-high-contrast.css @@ -1562,6 +1562,7 @@ StScrollBar { .screen-shield-notifications-container .summary-notification-stack-scrollview { padding-top: 0; padding-bottom: 0; } + .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; border: 1px solid rgba(238, 238, 236, 0.2); diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index f7e8ff25d..3f831d3e9 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1562,6 +1562,7 @@ StScrollBar { .screen-shield-notifications-container .summary-notification-stack-scrollview { padding-top: 0; padding-bottom: 0; } + .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; border: 1px solid rgba(238, 238, 236, 0.2);