nwg-panel: style.css: fix indentation

This commit is contained in:
Colin 2024-06-14 08:02:47 +00:00
parent c00cccd429
commit e70d0f3c8e

View File

@ -21,18 +21,18 @@
}
button {
margin: 2px;
margin: 2px;
}
#task-box {
padding-left: 4px;
padding-right: 4px;
padding-left: 4px;
padding-right: 4px;
}
#task-box-focused {
background-color: @accent-g2;
padding-left: 4px;
padding-right: 4px;
background-color: @accent-g2;
padding-left: 4px;
padding-right: 4px;
}
@ -46,8 +46,8 @@ button {
}
#panel-top {
background: @accent-g1;
color: @fg1;
background: @accent-g1;
color: @fg1;
}
/* increase the size of each workspace icon */
@ -61,9 +61,9 @@ button {
}
#controls-window {
border-radius: 15px;
background: @bg1;
color: @fg1;
border-radius: 15px;
background: @bg1;
color: @fg1;
}
/* default config highlights selected items with a green border */
@ -132,8 +132,8 @@ scale slider {
}
/*#clock {
font-family: monospace;
font-size: 16px
font-family: monospace;
font-size: 16px
}*/
/* UNUSED IN MY CURRENT CONFIG: COPIED FROM SAMPLE CONFIG */
@ -141,61 +141,61 @@ scale slider {
/* Controls window in sample config uses this name */
/* Brightness slider popup window in sample config uses this name */
#brightness-popup {
border-radius: 15px;
background: @bg1;
color: @fg1;
border-radius: 15px;
background: @bg1;
color: @fg1;
}
#brightness-popup box {
padding: 15px;
padding: 15px;
}
/* Executors usually behave better in monospace fonts */
#executor-label {
font-family: monospace;
font-family: monospace;
}
/* Bottom panel in sample config uses this name */
#panel-bottom {
background: #101010;
color: #eeeeee;
background: #101010;
color: #eeeeee;
}
/* Sample executor-weather uses "css-name": "weather" */
#weather {
font-size: 16px;
font-size: 16px;
}
/* dwl-tags module */
#dwl-tag-box {
padding-top: 4px;
padding-bottom: 4px;
padding-top: 4px;
padding-bottom: 4px;
}
#dwl-tag-occupied {
font-family: monospace;
color: #eee;
background-color: #006699;
padding-left: 3px;
padding-right: 3px;
font-family: monospace;
color: #eee;
background-color: #006699;
padding-left: 3px;
padding-right: 3px;
}
#dwl-tag-free {
font-family: monospace;
color: #eee;
background-color: rgba (32, 50, 90, 1.0);
padding-left: 3px;
padding-right: 3px;
font-family: monospace;
color: #eee;
background-color: rgba (32, 50, 90, 1.0);
padding-left: 3px;
padding-right: 3px;
}
#dwl-tag-urgent {
font-family: monospace;
color: #eee;
background-color: #ee6600;
padding-left: 3px;
padding-right: 3px;
font-family: monospace;
color: #eee;
background-color: #ee6600;
padding-left: 3px;
padding-right: 3px;
}
#dwl-tag-selected {
border: solid 2px;
border-color: #81a1c1;
border: solid 2px;
border-color: #81a1c1;
}