mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-12-16 04:10:06 +05:30
feat: add dnd toggle button
This commit is contained in:
@@ -61,6 +61,27 @@ window.control-center {
|
||||
}
|
||||
}
|
||||
|
||||
.notification-list {
|
||||
.focus {
|
||||
background: $accent;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: $inactive-color;
|
||||
border-radius: calc($rounded / 1.5);
|
||||
padding: 10px;
|
||||
transition: color 100ms;
|
||||
|
||||
&:hover {
|
||||
background-color: rgba($accent, 1);
|
||||
}
|
||||
|
||||
image {
|
||||
-gtk-icon-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
label {
|
||||
color: $accent;
|
||||
|
||||
Reference in New Issue
Block a user