48 lines
686 B
CSS
48 lines
686 B
CSS
window.bar {
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
.window-box {
|
|
margin-bottom: 0.3em;
|
|
margin-top: 0.2em;
|
|
}
|
|
|
|
.client-title {
|
|
margin-right: 0.3em;
|
|
}
|
|
|
|
.item {
|
|
background: #1f2430;
|
|
padding-left: 0.7em;
|
|
padding-right: 0.7em;
|
|
border-radius: 0.3em;
|
|
}
|
|
|
|
.app-icon {
|
|
margin-right: 0.6em;
|
|
}
|
|
|
|
button {
|
|
background: #1f2430;
|
|
border:none;
|
|
padding: 0.2em;
|
|
border-radius: 0.3em;
|
|
}
|
|
|
|
button.focused, button:hover {
|
|
background: #023269;
|
|
}
|
|
|
|
.workspaces button {
|
|
font-weight: bold;
|
|
padding-left: 0.4em;
|
|
padding-right: 0.4em;
|
|
margin-left: 0.2em;
|
|
margin-right: 0.2em;
|
|
}
|
|
|
|
.notification {
|
|
color: yellow;
|
|
}
|