2024-08-05 23:47:49 +04:00
|
|
|
* {
|
2024-09-05 11:22:41 +04:00
|
|
|
border-radius: 0px;
|
2024-08-05 23:47:49 +04:00
|
|
|
}
|
|
|
|
|
2024-08-04 20:50:04 +04:00
|
|
|
window.bar {
|
2024-10-15 10:31:16 +04:00
|
|
|
/* background-color: @theme_bg_color; */
|
2024-10-15 10:42:22 +04:00
|
|
|
background: rgba(0, 0, 0, .1);
|
2024-09-18 10:56:15 +04:00
|
|
|
color: @theme_fg_color;
|
2024-10-15 17:02:50 +04:00
|
|
|
min-height: 10rem;
|
2024-10-15 13:49:29 +04:00
|
|
|
border: 2px solid #ea4c88;
|
2024-10-15 15:57:32 +04:00
|
|
|
border-radius: 6px 6px 0px 0px;
|
2024-08-04 20:50:04 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
button {
|
|
|
|
min-width: 0;
|
2024-10-15 18:08:19 +04:00
|
|
|
/* padding-top: 0;
|
|
|
|
padding-bottom: 0; */
|
2024-08-04 20:50:04 +04:00
|
|
|
background-color: transparent;
|
2024-10-15 18:08:19 +04:00
|
|
|
padding: 5px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
|
|
|
border: none;
|
|
|
|
background: none;
|
2024-08-04 20:50:04 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
button:active {
|
2024-10-15 20:31:19 +04:00
|
|
|
background-color: @theme_selected_bg_color;
|
2024-08-04 20:50:04 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
button:hover {
|
2024-09-22 01:23:34 +04:00
|
|
|
/* border-bottom: 1px solid @theme_fg_color; */
|
2024-08-04 20:50:04 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.client-title {
|
|
|
|
color: @theme_selected_bg_color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification {
|
|
|
|
color: yellow;
|
|
|
|
}
|
|
|
|
|
2024-09-20 22:29:30 +04:00
|
|
|
|
2024-09-22 01:29:32 +04:00
|
|
|
.workspace-indicator {
|
2024-09-20 22:29:30 +04:00
|
|
|
min-width: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
2024-09-22 08:47:08 +04:00
|
|
|
margin: 0;
|
2024-09-20 22:29:30 +04:00
|
|
|
background-color: transparent;
|
2024-10-15 18:08:19 +04:00
|
|
|
padding-bottom: 2px;
|
2024-09-20 22:29:30 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.workspace-inactive {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.workspace-occupied {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
|
2024-09-23 06:39:21 +04:00
|
|
|
.workspace-active {
|
2024-10-15 16:09:46 +04:00
|
|
|
border-bottom: 2px solid #ea4c88;
|
2024-10-15 18:08:19 +04:00
|
|
|
padding-bottom: 0;
|
2024-09-20 22:29:30 +04:00
|
|
|
}
|
|
|
|
|
2024-08-04 20:50:04 +04:00
|
|
|
levelbar block,
|
|
|
|
highlight {
|
|
|
|
min-height: 10px;
|
|
|
|
}
|