hover pauses notification

This commit is contained in:
2026-02-02 23:42:08 +01:00
parent 6d9f016350
commit 9898c48c67
6 changed files with 199 additions and 58 deletions

View File

@@ -21,6 +21,7 @@
.notification-critical {
background: linear-gradient(145deg, #321010, #1e1e1e);
border: 1px solid rgba(255, 75, 75, 0.5);
border-left: 3px solid #ff4b4b;
box-shadow:
0 4px 30px rgba(0, 0, 0, 0.8),
0 0 15px rgba(255, 75, 75, 0.2),
@@ -28,6 +29,7 @@
color: #ffffff;
font-weight: 500;
}
.notification-normal {
@@ -42,10 +44,12 @@
.notification-low {
background: linear-gradient(145deg, #2a2a2a, #1e1e1e);
border: 1px solid rgba(255, 255, 255, 0.15);
border-left: 3px solid #888888;
color: rgba(255, 255, 255, 0.95);
/* white box shadow */
box-shadow: 0 4px 20px rgba(255, 255, 255, 0.05);
font-size: 13px;
}
.notification-button-box {
border-top: 1px solid var(--color-border);
@@ -53,13 +57,13 @@
}
.notification-button {
background-color: #444444;
background-color: #333333;
border: none;
border-radius: 4px;
color: #ffffff;
padding: 4px 8px;
border-radius: 6px;
margin-right: 6px;
font-family: var(--text-font-mono);
font-size: 13px;
font-size: 12px;
}
.notification-icon-button {