diff --git a/dots/nwg-panel/style.css b/dots/nwg-panel/style.css index 8e90163..559dea6 100644 --- a/dots/nwg-panel/style.css +++ b/dots/nwg-panel/style.css @@ -13,8 +13,8 @@ button { } #task-box-focused { - border: solid 1px; - border-color: #ce00a1; + border: solid 1px; + border-color: #ce00a1; border-radius: 10px; background-color: #480039; padding-left: 4px; @@ -32,16 +32,14 @@ button { /* Top panel in sample config uses this name */ #panel-top { - background: #000000; + background: rgba(0, 0, 0, 0.6); color: #eeeeee; - opacity: 0.6; } /* Bottom panel in sample config uses this name */ #panel-bottom { - background: #000000; + background: rgba(0, 0, 0, 0.8); color: #eeeeee; - opacity: 0.8; } /* Controls window in sample config uses this name */ @@ -82,35 +80,35 @@ button { /* 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; + font-family: monospace; + color: #eee; background-color: #006699; padding-left: 3px; padding-right: 3px; } #dwl-tag-free { - font-family: monospace; - color: #eee; + 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; + 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 }