wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 20:37:30 +01:00
parent aa295bd611
commit b580614754

View file

@ -157,13 +157,14 @@
color: @magenta_brighter;
text-shadow: none;
padding: 0;
margin-top: 5px;
margin-top: 8px;
margin-right: 5px;
border-radius: 50%;
border: none;
}
.close-button:hover {
cursor: pointer;
background: @red_subtle_bg;
color: @red_bright;
box-shadow: none;
@ -176,57 +177,58 @@
.notification-default-action:hover,
.notification-action:hover {
color: @blue-base;
background: @cc-bg;
color: @cyan_subtle_bg;
background: @bg;
}
.inline-reply-entry {
background: @noti-bg-darker;
color: @text-color;
caret-color: @text-color;
border: 1px solid @noti-border-color;
background: @bg_secondary;
color: @fg;
caret-color: @fg;
border: 1px solid @cyan_subtle_bg;
}
.inline-reply-button {
margin-top: 4px;
margin-left: 4px;
background: @noti-bg;
border: 1px solid @noti-border-color;
color: @text-color;
background: @bg;
border: 1px solid @cyan_subtle_bg;
color: @fg;
}
.inline-reply-button:disabled {
background: transparent;
color: @text-color-disabled;
color: @fg_dim;
border: 1px solid transparent;
}
.inline-reply-button:hover {
background: @noti-bg-hover;
background: @bg;
}
.summary {
font-size: 16px;
font-weight: 700;
background: transparent;
color: @green-base;
color: @fg;
text-shadow: none;
}
.time {
font-size: 16px;
font-weight: 700;
font-weight: 400;
background: transparent;
color: @text-color;
color: @fg_dim;
text-shadow: none;
margin-right: 18px;
margin-right: 12px;
}
.body {
font-size: 15px;
margin-top: 8px;
font-size: 14px;
font-weight: 400;
background: transparent;
color: @text-color;
color: @fg_dim;
text-shadow: none;
}
@ -235,11 +237,9 @@
}
.widget-title {
color: @blue-base;
background: @noti-bg-darker;
padding: 5px 10px;
margin: 10px;
font-size: 1.5rem;
font-size: 1.6rem;
}
.widget-title>button {