deine cousine
This commit is contained in:
@@ -30,7 +30,11 @@ window {
|
||||
background-color: #ffffff;
|
||||
color: #1e1e1e;
|
||||
font-weight: bold;
|
||||
border-bottom: #89b4fa 2px;
|
||||
box-shadow: 0 0 6px rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.workspace-pill-focused:hover {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.workspace-pill-active {
|
||||
@@ -40,6 +44,24 @@ window {
|
||||
.workspace-pill-urgent {
|
||||
background-color: #ff5555;
|
||||
color: #fff;
|
||||
|
||||
/* base glow (will be animated) */
|
||||
animation: workspace-blink 1s linear infinite;
|
||||
}
|
||||
|
||||
/* blinking animation for urgent workspaces */
|
||||
@keyframes workspace-blink {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.workspace-pill:last-child {
|
||||
@@ -88,4 +110,4 @@ tooltip {
|
||||
.icon-label {
|
||||
font-family: "Material Icons, Font Awesome 7 Brands, Hack Nerd Font Mono";
|
||||
font-size: 19px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user