mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
theme - soften notification popups
Some small changes to make notifications fit with the shell aesthetic and make them match the mockups. Gives them a bigger corner radius, smaller font and more transparency. https://bugzilla.gnome.org/show_bug.cgi?id=656732
This commit is contained in:
parent
68e716ae27
commit
083ca7d39b
1 changed files with 3 additions and 3 deletions
|
|
@ -1025,9 +1025,9 @@ StTooltip StLabel {
|
|||
}
|
||||
|
||||
#notification {
|
||||
font-size: 12pt;
|
||||
border-radius: 5px 5px 0px 0px;
|
||||
background: rgba(0,0,0,0.9);
|
||||
font-size: 11pt;
|
||||
border-radius: 10px 10px 0px 0px;
|
||||
background: rgba(0,0,0,0.8);
|
||||
padding: 8px 8px 4px 8px;
|
||||
spacing-rows: 10px;
|
||||
spacing-columns: 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue