[gtk+] Adwaita: app-notification revert erroneusly committed changes
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Adwaita: app-notification revert erroneusly committed changes
- Date: Wed, 13 Aug 2014 15:29:42 +0000 (UTC)
commit c7d8edd4ca0ce4d09937abfaaa3134684d7bcec9
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Wed Aug 13 17:28:55 2014 +0200
Adwaita: app-notification revert erroneusly committed changes
gtk/resources/theme/Adwaita/_common.scss | 4 ++--
gtk/resources/theme/Adwaita/gtk-contained-dark.css | 4 +++-
gtk/resources/theme/Adwaita/gtk-contained.css | 4 +++-
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss
index 6533b50..be62cd2 100644
--- a/gtk/resources/theme/Adwaita/_common.scss
+++ b/gtk/resources/theme/Adwaita/_common.scss
@@ -2172,8 +2172,8 @@ GtkScrolledWindow {
background-image: linear-gradient(to bottom, mix(black, $bg_color, 6%) 5%,
mix(black, $bg_color, 4%));
// FIXME no space for outer shadow : box-shadow: 0 1px 1px rgba(0,0,0,.5);
- padding: 4px;
- // .button { padding: 6px; }
+ padding: 0 4px;
+ .button { padding: 6px; }
}
/*************
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 32983f2..782b979 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -2527,7 +2527,9 @@ GtkScrolledWindow GtkViewport.frame {
border-color: #1c1f1f;
border-radius: 0 0 6px 6px;
background-image: linear-gradient(to bottom, #353b3b 5%, #363c3c);
- padding: 4px; }
+ padding: 0 4px; }
+ .app-notification .button {
+ padding: 6px; }
/*************
* Expanders *
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index 3561a8e..1d05ba7 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -2523,7 +2523,9 @@ GtkScrolledWindow GtkViewport.frame {
border-color: #a1a1a1;
border-radius: 0 0 6px 6px;
background-image: linear-gradient(to bottom, #dedede 5%, #e3e3e3);
- padding: 4px; }
+ padding: 0 4px; }
+ .app-notification .button {
+ padding: 6px; }
/*************
* Expanders *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]