100 lines
1.4 KiB
CSS
100 lines
1.4 KiB
CSS
window.bar {
|
|
background-color: @theme_bg_color;
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
button {
|
|
min-width: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
|
|
button:active {
|
|
background-color: @theme_selected_bg_color;
|
|
}
|
|
|
|
button:hover {
|
|
border-bottom: 3px solid @theme_fg_color;
|
|
}
|
|
|
|
label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
window.notification-popups box.notifications {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
.body {
|
|
color: @theme_unfocused_fg_color;
|
|
}
|
|
|
|
.actions .action-button {
|
|
margin: 0 0.4em;
|
|
margin-top: 0.8em;
|
|
}
|
|
|
|
.actions .action-button:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.actions .action-button:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.icon {
|
|
min-width: 68px;
|
|
min-height: 68px;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.icon image {
|
|
font-size: 58px;
|
|
/* to center the icon */
|
|
margin: 5px;
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
.icon box {
|
|
min-width: 68px;
|
|
min-height: 68px;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
.workspaces button.focused {
|
|
border-bottom: 3px solid @theme_selected_bg_color;
|
|
}
|
|
|
|
.notification {
|
|
min-width: 350px;
|
|
border-radius: 11px;
|
|
padding: 1em;
|
|
margin: 0.5em;
|
|
border: 1px solid @wm_borders_edge;
|
|
background-color: @theme_bg_color;
|
|
}
|
|
|
|
.client-title {
|
|
color: @theme_selected_bg_color;
|
|
}
|
|
|
|
.status {
|
|
background-color: @theme_bg_color;
|
|
padding: 10px;
|
|
border-radius: 5px;
|
|
color: @theme_fg_color;
|
|
}
|
|
|
|
.gray {
|
|
color: @theme_unfocused_fg_color;
|
|
}
|
|
|
|
levelbar trough {
|
|
padding: 0;
|
|
}
|
|
levelbar block,
|
|
highlight {
|
|
min-height: 10px;
|
|
}
|