Fixed some style inconsistencies when using arc theme

This commit is contained in:
Erik Reider
2022-05-30 18:04:39 +02:00
parent 739781040c
commit 725b80c615

View File

@@ -61,17 +61,21 @@
background: @noti-close-bg;
color: white;
text-shadow: none;
padding: 0 4px;
padding: 0;
border-radius: 100%;
margin-top: 10px;
margin-right: 16px;
box-shadow: none;
border: none;
min-width: 24px;
min-height: 24px;
}
.close-button:hover {
box-shadow: none;
background: @noti-close-bg-hover;
transition: all 0.15s ease-in-out;
border: none;
}
.notification-default-action,
@@ -173,6 +177,7 @@
.control-center-dnd slider {
background: @noti-bg-hover;
border-radius: 12px;
}
.control-center {