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