Improve gnome-shell notification style

This commit is contained in:
EliverLara
2019-12-20 13:24:57 -06:00
parent 13321e876a
commit 65bde516ab
2 changed files with 6 additions and 6 deletions

View File

@@ -1084,9 +1084,9 @@ StScrollBar {
//@include gradient();
box-shadow: 2px 0px 0px 0px $g2 inset;
}
border: none;
border-radius: 1px;
background: transparent;
border: 1px solid darken($bg_color, 5%);
border-radius: 3px;
background: darken($bg_color, 1%);
}
.message-icon-bin {

View File

@@ -999,9 +999,9 @@ StScrollBar {
background: transparent; }
.message {
border: none;
border-radius: 1px;
background: transparent; }
border: 1px solid #040405;
border-radius: 3px;
background: #0e0e10; }
.message:hover, .message:focus {
background-color: #0e0e10;
box-shadow: 2px 0px 0px 0px #0072ff inset; }