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