Improve gnome-shell notification style

This commit is contained in:
EliverLara
2019-12-20 13:23:46 -06:00
parent abbe752a25
commit 2d861cab32
2 changed files with 6 additions and 6 deletions

View File

@@ -999,9 +999,9 @@ StScrollBar {
background: transparent; }
.message {
border: none;
border-radius: 1px;
background: transparent; }
border: 1px solid #182129;
border-radius: 3px;
background: #202b36; }
.message:hover, .message:focus {
background-color: #202b36;
box-shadow: 2px 0px 0px 0px #00e8b7 inset; }