57 lines
No EOL
570 B
CSS
57 lines
No EOL
570 B
CSS
:root {
|
|
--border-color: #E6FF1030;
|
|
--border-color-active: #E6FF10;
|
|
|
|
--bg-color: rgba(20, 20, 20, 0.7);
|
|
--bg-color-hover: rgba(40, 40, 50, 1);
|
|
|
|
--border-radius: 12px;
|
|
--border-size: 3px;
|
|
--border-style: solid;
|
|
|
|
--text-color: rgba(245, 245, 245, 1);
|
|
|
|
--window-padding: 2px;
|
|
}
|
|
|
|
.window {
|
|
}
|
|
|
|
|
|
.monitor {
|
|
}
|
|
|
|
.workspace {
|
|
font-size: x-small;
|
|
}
|
|
|
|
.client {
|
|
}
|
|
|
|
.client-image {
|
|
}
|
|
|
|
|
|
.launcher {
|
|
}
|
|
|
|
.launcher-input {
|
|
}
|
|
|
|
.launcher-results {
|
|
}
|
|
|
|
.launcher-item {
|
|
}
|
|
|
|
.launcher-exec {
|
|
}
|
|
|
|
.launcher-key {
|
|
}
|
|
|
|
.launcher-plugins {
|
|
}
|
|
|
|
.launcher-plugin {
|
|
} |