ycyd
This commit is contained in:
@@ -190,6 +190,19 @@ body[data-skin="apple"] .tray-skin-button {
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
body[data-skin="apple"] .tray-pill.tray-pill-status--idle {
|
||||
color: #22c55e;
|
||||
}
|
||||
|
||||
body[data-skin="apple"] .tray-pill.tray-pill-status--running {
|
||||
color: #facc15;
|
||||
}
|
||||
|
||||
body[data-skin="apple"] .tray-pill.tray-pill-status--error,
|
||||
body[data-skin="apple"] .tray-pill.tray-pill-status--unconfigured {
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
body[data-skin="apple"] .widget-card {
|
||||
border-radius: 22px;
|
||||
color: #0f172a;
|
||||
|
||||
@@ -194,6 +194,19 @@ body[data-skin="linux"] .tray-pill {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
body[data-skin="linux"] .tray-pill.tray-pill-status--idle {
|
||||
color: #22c55e;
|
||||
}
|
||||
|
||||
body[data-skin="linux"] .tray-pill.tray-pill-status--running {
|
||||
color: #facc15;
|
||||
}
|
||||
|
||||
body[data-skin="linux"] .tray-pill.tray-pill-status--error,
|
||||
body[data-skin="linux"] .tray-pill.tray-pill-status--unconfigured {
|
||||
color: #f97316;
|
||||
}
|
||||
|
||||
body[data-skin="linux"] .tray-skin-button {
|
||||
color: #f3fbf3;
|
||||
background: rgba(255, 255, 255, 0.12);
|
||||
|
||||
Reference in New Issue
Block a user