mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Improve gnome-shell notification style
This commit is contained in:
@@ -1084,9 +1084,9 @@ StScrollBar {
|
|||||||
//@include gradient();
|
//@include gradient();
|
||||||
box-shadow: 2px 0px 0px 0px $g2 inset;
|
box-shadow: 2px 0px 0px 0px $g2 inset;
|
||||||
}
|
}
|
||||||
border: none;
|
border: 1px solid darken($bg_color, 5%);
|
||||||
border-radius: 1px;
|
border-radius: 3px;
|
||||||
background: transparent;
|
background: darken($bg_color, 1%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.message-icon-bin {
|
.message-icon-bin {
|
||||||
|
|||||||
@@ -999,9 +999,9 @@ StScrollBar {
|
|||||||
background: transparent; }
|
background: transparent; }
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
border: none;
|
border: 1px solid #182129;
|
||||||
border-radius: 1px;
|
border-radius: 3px;
|
||||||
background: transparent; }
|
background: #202b36; }
|
||||||
.message:hover, .message:focus {
|
.message:hover, .message:focus {
|
||||||
background-color: #202b36;
|
background-color: #202b36;
|
||||||
box-shadow: 2px 0px 0px 0px #00e8b7 inset; }
|
box-shadow: 2px 0px 0px 0px #00e8b7 inset; }
|
||||||
|
|||||||
Reference in New Issue
Block a user