.bar { font-size: 1.05em; padding: 10px 0px 0px; margin: 0px 15px; .leftgroup, .centergroup, .rightgroup { background-color: $bar-bg-color; border-radius: $bar-module-border-radius; // &>box:not(.workspaces), &>box.revealer-on-hover, &>button, &>label { color: $bar-module-fg-color; background-color: $bar-bg-color; border-radius: $bar-module-border-radius; margin: 0px 5px; // padding: 0px 5px; min-width: $bar-module-width; border: 2px solid $bar-module-fg-color; background-color: $bar-module-bg-color; } } .workspaces { color: $bar-module-fg-color; border-radius: $bar-module-border-radius; margin: 0px 5px; // min-width: $bar-module-width; border: 2px solid $bar-module-fg-color; background-color: $bar-module-bg-color; button { min-width: 35px; // padding: 3px 4px; &.left { border-right: 1px solid $bar-module-fg-color; } &.center { text-shadow: $bar-module-active-shadow; color: $bar-module-active-fg-color; } &.right { border-left: 1px solid $bar-module-fg-color; } label { padding: 4px 6px; margin-right: -10px; } .workspace-number { margin: 0px; margin-left: 2px; margin-top: -15px; padding: 0px; font-size: 0.6em; } } } scale trough, progressbar>trough { background-color: $color9; min-width: 50px; min-height: 10px; border-radius: 4px; } scale trough highlight, progressbar>trough>progress { background-color: $color2; border-radius: 4px; min-height: 10px; transition: box-shadow 0.3s; &:hover{ box-shadow: 0px 0px 0px 2px $color2; } } circular-progress { color: $color9; background-color: $color2; } &>box>button, &>box>label, .revealer-on-hover>widget>box>box>*, .reveal_children>* { padding: 0px 4px; min-width: $bar-module-width; transition: all 0.3s; &:hover { text-shadow: $bar-module-hover-shadow; } } .reveal_children>* { border-left: 1px solid $bar-module-fg-color; } .tray>widget>image, .scratchpad>button>image { padding: 3px 4px; min-width: $bar-module-width; } .tray>widget, .scratchpad>button { image{ opacity: 0.4; transition: all 0.3s; border-radius: 4px; } &:hover,&:hover image { opacity: 1; } } }