[gtk+] Adwaita: Fix app-notification theming
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: Fix app-notification theming
- Date: Tue, 22 Dec 2015 18:53:59 +0000 (UTC)
commit c8206ca69843ca7d84d4a062a1710e519bea2819
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Dec 22 13:48:32 2015 -0500
Adwaita: Fix app-notification theming
The way to disable the frame border has changed.
gtk/theme/Adwaita/_common.scss | 2 +-
gtk/theme/Adwaita/gtk-contained-dark.css | 4 +++-
gtk/theme/Adwaita/gtk-contained.css | 4 +++-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 4bcd95f..3b15c76 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -2750,7 +2750,6 @@ row {
.app-notification.frame {
@extend %osd;
padding: 10px;
- border: none;
border-radius: 0 0 5px 5px;
background-color: $osd_bg_color;
background-image: linear-gradient(to bottom, transparentize(black, 0.8),
@@ -2759,6 +2758,7 @@ row {
&:backdrop { background-image: none; }
button { @extend %osd_button; }
+ border { border: none; }
}
/*************
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index eadf576..890e812 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -3868,7 +3868,6 @@ row {
.app-notification,
.app-notification.frame {
padding: 10px;
- border: none;
border-radius: 0 0 5px 5px;
background-color: rgba(32, 37, 38, 0.8);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
@@ -3876,6 +3875,9 @@ row {
.app-notification:backdrop,
.app-notification.frame:backdrop {
background-image: none; }
+ .app-notification border,
+ .app-notification.frame border {
+ border: none; }
/*************
* Expanders *
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 30b9720..e9357ce 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -4038,7 +4038,6 @@ row {
.app-notification,
.app-notification.frame {
padding: 10px;
- border: none;
border-radius: 0 0 5px 5px;
background-color: rgba(32, 37, 38, 0.8);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 2px);
@@ -4046,6 +4045,9 @@ row {
.app-notification:backdrop,
.app-notification.frame:backdrop {
background-image: none; }
+ .app-notification border,
+ .app-notification.frame border {
+ border: none; }
/*************
* Expanders *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]