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:
Allan Day 2011-08-09 15:51:37 +01:00
parent 68e716ae27
commit 083ca7d39b

View File

@ -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;