HighContrast: in app notification padding

Copied the Adwaita treatment from
e5d34372c4

https://bugzilla.gnome.org/show_bug.cgi?id=740857
This commit is contained in:
Matthias Clasen 2014-11-29 17:06:04 -05:00
parent d314625754
commit afe0d5ff00
2 changed files with 9 additions and 6 deletions

View File

@ -1692,7 +1692,9 @@ GtkScrolledWindow {
* App Notifications *
*********************/
.app-notification {
.app-notification,
.app-notification.frame {
padding: 10px;
border-width: 0 1px 1px;
border-style: solid;
border-color: $borders_color;
@ -1700,7 +1702,6 @@ 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: 0 4px;
.button { padding: 6px; }
}

View File

@ -1747,14 +1747,16 @@ GtkScrolledWindow GtkViewport.frame {
/*********************
* App Notifications *
*********************/
.app-notification {
.app-notification,
.app-notification.frame {
padding: 10px;
border-width: 0 1px 1px;
border-style: solid;
border-color: #7f7f7f;
border-radius: 0 0 6px 6px;
background-image: linear-gradient(to bottom, #efefef 5%, #f4f4f4);
padding: 0 4px; }
.app-notification .button {
background-image: linear-gradient(to bottom, #efefef 5%, #f4f4f4); }
.app-notification .button,
.app-notification.frame .button {
padding: 6px; }
/*************