forked from AuroraMiddleware/gtk
Adwaita: app-notification revert erroneusly committed changes
This commit is contained in:
parent
ce2f621302
commit
c7d8edd4ca
@ -2172,8 +2172,8 @@ GtkScrolledWindow {
|
|||||||
background-image: linear-gradient(to bottom, mix(black, $bg_color, 6%) 5%,
|
background-image: linear-gradient(to bottom, mix(black, $bg_color, 6%) 5%,
|
||||||
mix(black, $bg_color, 4%));
|
mix(black, $bg_color, 4%));
|
||||||
// FIXME no space for outer shadow : box-shadow: 0 1px 1px rgba(0,0,0,.5);
|
// FIXME no space for outer shadow : box-shadow: 0 1px 1px rgba(0,0,0,.5);
|
||||||
padding: 4px;
|
padding: 0 4px;
|
||||||
// .button { padding: 6px; }
|
.button { padding: 6px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/*************
|
/*************
|
||||||
|
@ -2527,7 +2527,9 @@ GtkScrolledWindow GtkViewport.frame {
|
|||||||
border-color: #1c1f1f;
|
border-color: #1c1f1f;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
background-image: linear-gradient(to bottom, #353b3b 5%, #363c3c);
|
background-image: linear-gradient(to bottom, #353b3b 5%, #363c3c);
|
||||||
padding: 4px; }
|
padding: 0 4px; }
|
||||||
|
.app-notification .button {
|
||||||
|
padding: 6px; }
|
||||||
|
|
||||||
/*************
|
/*************
|
||||||
* Expanders *
|
* Expanders *
|
||||||
|
@ -2523,7 +2523,9 @@ GtkScrolledWindow GtkViewport.frame {
|
|||||||
border-color: #a1a1a1;
|
border-color: #a1a1a1;
|
||||||
border-radius: 0 0 6px 6px;
|
border-radius: 0 0 6px 6px;
|
||||||
background-image: linear-gradient(to bottom, #dedede 5%, #e3e3e3);
|
background-image: linear-gradient(to bottom, #dedede 5%, #e3e3e3);
|
||||||
padding: 4px; }
|
padding: 0 4px; }
|
||||||
|
.app-notification .button {
|
||||||
|
padding: 6px; }
|
||||||
|
|
||||||
/*************
|
/*************
|
||||||
* Expanders *
|
* Expanders *
|
||||||
|
Loading…
Reference in New Issue
Block a user