better workspace indicator styling
This commit is contained in:
@@ -18,7 +18,6 @@ window {
|
||||
}
|
||||
|
||||
.workspace-pill {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
padding: 2px 5px;
|
||||
margin-right: 6px;
|
||||
border-radius: 5px;
|
||||
@@ -29,11 +28,11 @@ window {
|
||||
}
|
||||
|
||||
.workspace-pill-focused {
|
||||
background-color: rgba(255, 255, 255, 0.18);
|
||||
background-color: rgba(104, 104, 104, 0.3);
|
||||
}
|
||||
|
||||
.workspace-pill-active {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
background-color: rgba(168, 168, 168, 0.4);
|
||||
}
|
||||
|
||||
.workspace-pill-urgent {
|
||||
@@ -43,7 +42,7 @@ window {
|
||||
|
||||
/* Hover effect: slightly brighten background and show pointer */
|
||||
.workspace-pill:hover {
|
||||
background-color: rgba(255, 255, 255, 0.20);
|
||||
background-color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.tray-icon {
|
||||
|
||||
Reference in New Issue
Block a user