[MessageTray] remove bottom rounded corners
https://bugzilla.gnome.org/show_bug.cgi?id=610726
This commit is contained in:
parent
994b4c0007
commit
68b943d8ea
@ -662,8 +662,14 @@ StTooltip {
|
|||||||
|
|
||||||
#notification {
|
#notification {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
border-radius: 5px;
|
border-radius: 5px 5px 0px 0px;
|
||||||
background: rgba(0,0,0,0.9);
|
/* FIXME: currently StWidget can only draw non-uniform corners
|
||||||
|
* if the background is a gradient. So, we draw a gradient
|
||||||
|
* from black to black...
|
||||||
|
*/
|
||||||
|
background-gradient-direction: vertical;
|
||||||
|
background-gradient-start: rgba(0,0,0,0.9);
|
||||||
|
background-gradient-end: rgba(0,0,0,0.9);
|
||||||
color: white;
|
color: white;
|
||||||
padding: 2px 10px 10px 10px;
|
padding: 2px 10px 10px 10px;
|
||||||
spacing-rows: 5px;
|
spacing-rows: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user