pull/144/head
Vince 5 years ago
parent d53482cf1c
commit 7112681eaa

@ -1,6 +1,4 @@
#!/bin/bash
set -eo pipefail
#set -x
REPO_DIR="$(cd "$(dirname "$0")" && pwd)"
SRC_DIR="$REPO_DIR/src"

@ -1,5 +1,4 @@
#!/bin/bash
set -ueo pipefail
if [[ ! "$(command -v sassc)" ]]; then
echo "'sassc' needs to be installed to generate the CSS."

@ -2020,7 +2020,11 @@ dialog.background.csd {
}
}
//
// unified window
//
window.background.csd.unified {
// Remove the sheen on headerbar...
headerbar {

@ -1154,13 +1154,25 @@ $mdborder_color: if($variant == 'light', transparent, rgba($white, 0.15));
// TOP BAR
//
#panel {
background-color: $panel_bg_color;
transition-duration: 250ms; // transition from solid to transparent
font-weight: bold;
height: $medium_size + 2px;
border-radius: $circular_radius;
margin: $container_padding / 2;
// margin-bottom: 0;
@if $opacity == 'solid' {
background-color: $panel_bg;
} @else {
background-color: $panel_bg_color;
}
@if $panel_style == 'compact' {
margin: 0;
border-radius: 0;
height: $medium_size - 2px;
} @else {
margin: $container_padding / 2;
border-radius: $circular_radius;
height: $medium_size + 2px;
}
&:overview,
&.unlock-screen,

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 34px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 2px;
border-radius: 9999px;
height: 34px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

@ -1363,12 +1363,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel {
background-color: rgba(0, 0, 0, 0.5);
transition-duration: 250ms;
font-weight: bold;
height: 38px;
border-radius: 9999px;
background-color: rgba(0, 0, 0, 0.5);
margin: 3px;
border-radius: 9999px;
height: 38px;
}
#panel:overview, #panel.unlock-screen, #panel.login-screen, #panel.lock-screen {

Loading…
Cancel
Save