swaync: make buttons a bit more legible
This commit is contained in:
parent
db25545e75
commit
2385335e67
|
@ -74,8 +74,8 @@
|
|||
> *
|
||||
.notification-action {
|
||||
border-radius: 10px;
|
||||
background-color: #292d48;
|
||||
color: #ffffff;
|
||||
background-color: #2b3045;
|
||||
margin: 7px;
|
||||
}
|
||||
|
||||
|
@ -86,7 +86,7 @@
|
|||
> *:last-child
|
||||
> *
|
||||
.notification-action:hover {
|
||||
background-color: #4a4f69;
|
||||
background-color: #484d67;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
@ -108,8 +108,8 @@
|
|||
margin: 7px;
|
||||
padding: 2px;
|
||||
border-radius: 10px;
|
||||
color: #000000;
|
||||
background-color: #f38ba8;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.floating-notifications.background
|
||||
|
@ -144,13 +144,13 @@
|
|||
|
||||
.control-center .widget-title button {
|
||||
border-radius: 7px;
|
||||
background-color: #292d48;
|
||||
color: #ffffff;
|
||||
background-color: #2b3045;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.control-center .widget-title button:hover {
|
||||
background-color: #4a4f69;
|
||||
background-color: #484d67;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
@ -161,8 +161,8 @@
|
|||
|
||||
.control-center .notification-row .notification-background {
|
||||
border-radius: 10px;
|
||||
color: #ffffff;
|
||||
background-color: #1d2235;
|
||||
color: #ffffff;
|
||||
margin-top: 14px;
|
||||
}
|
||||
|
||||
|
@ -223,8 +223,8 @@
|
|||
> *
|
||||
.notification-action {
|
||||
border-radius: 7px;
|
||||
background-color: #292d48;
|
||||
color: #ffffff;
|
||||
background-color: #2b3045;
|
||||
margin: 7px;
|
||||
}
|
||||
|
||||
|
@ -235,7 +235,7 @@
|
|||
> *:last-child
|
||||
> *
|
||||
.notification-action:hover {
|
||||
background-color: #4a4f69;
|
||||
background-color: #484d67;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
@ -254,8 +254,8 @@
|
|||
margin: 7px;
|
||||
padding: 2px;
|
||||
border-radius: 6.3px;
|
||||
color: #000000;
|
||||
background-color: #eba0ac;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.control-center .notification-row .notification-background .close-button:hover {
|
||||
|
|
Loading…
Reference in a new issue