[css] remove a workaround for an old bug
This commit is contained in:
parent
263261cc86
commit
c55dbd5fbd
@ -703,13 +703,7 @@ StTooltip {
|
||||
#notification {
|
||||
font-size: 16px;
|
||||
border-radius: 5px 5px 0px 0px;
|
||||
/* 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);
|
||||
background: rgba(0,0,0,0.9);
|
||||
color: white;
|
||||
padding: 2px 10px 10px 10px;
|
||||
spacing-rows: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user