|
1 | 1 | @import '../../colors.css'; |
2 | 2 |
|
3 | 3 | /* === Derived dynamic colors === */ |
4 | | -@define-color base alpha(@surface, 0.5); /* translucent blurred base */ |
| 4 | +@define-color base alpha(@surface, 1.0); /* translucent blurred base */ |
5 | 5 | @define-color surface_custom alpha(@surface_container_high,0.8); |
6 | 6 | @define-color hovercolor alpha(@surface_container_high,0.8); |
7 | 7 | @define-color activecolor @primary_container; |
|
33 | 33 | padding: 0px; |
34 | 34 | } |
35 | 35 |
|
| 36 | +.floating-notifications.background .notification-row .notification-background .notification { |
| 37 | + background-color: @surface; |
| 38 | + border-radius: 12px; |
| 39 | + background: radial-gradient(circle at 50% 250%, @primary, @surface) padding-box, |
| 40 | + linear-gradient(#FFFFFF,@on_primary) border-box; |
| 41 | + border: 1px solid transparent; |
| 42 | + opacity:1.0; |
| 43 | + margin:10px; |
| 44 | + margin-right:18px; |
| 45 | + box-shadow: 1 1 5 1px @shadow; |
| 46 | +} |
| 47 | + |
36 | 48 | .floating-notifications.background .notification-row .notification-background .notification.critical { |
37 | 49 | background-color: @surface; |
38 | 50 | border-radius: 12px; |
39 | | - background: radial-gradient(circle at 50% 250%, @surface, @surface_dim) padding-box, |
| 51 | + background: radial-gradient(circle at 50% 250%, @primary, @surface) padding-box, |
40 | 52 | linear-gradient(#FFFFFF,@on_primary) border-box; |
41 | 53 | border: 1px solid transparent; |
42 | | - opacity:0.7; |
| 54 | + opacity:1.0; |
43 | 55 | margin:10px; |
44 | 56 | margin-right:18px; |
45 | 57 | box-shadow: 1 1 5 1px @shadow; |
|
0 commit comments