🎨 ux(swaync): new gradient for mpris widget
This commit is contained in:
parent
4f2f499e07
commit
3561f4a67a
1 changed files with 1 additions and 3 deletions
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-mpris {
|
.widget-mpris {
|
||||||
background: @noti-bg-darker;
|
background: linear-gradient(to right, #363a4f, rgba(183, 189, 248, 0.3));
|
||||||
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
@ -41,8 +41,6 @@
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
background: @noti-bg-darker;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-buttons-grid > flowbox > flowboxchild > button {
|
.widget-buttons-grid > flowbox > flowboxchild > button {
|
||||||
|
|
Loading…
Add table
Reference in a new issue