Merge branch 'master' of https://github.com/vinceliuice/WhiteSur-gtk-theme
This commit is contained in:
commit
77fd60f960
@ -1,7 +1,5 @@
|
||||
#! /usr/bin/env bash
|
||||
set -ueo pipefail
|
||||
set -o physical
|
||||
#set -x
|
||||
|
||||
REPO_DIR=$(cd $(dirname $0) && pwd)
|
||||
SRC_DIR=${REPO_DIR}/src
|
||||
@ -871,7 +869,7 @@ fi
|
||||
|
||||
# Install GDM theme
|
||||
if [[ "${gdm:-}" == 'true' && "${remove:-}" != 'true' && "$UID" -eq "$ROOT_UID" ]]; then
|
||||
install_theme && install_gdm "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${color}" "${opacity}" "${theme}"
|
||||
install_theme && install_gdm "${dest:-${DEST_DIR}}" "${name:-${THEME_NAME}}" "${color}" "${opacity}" "${theme}" "${icon}"
|
||||
fi
|
||||
|
||||
# Remove themes
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #F3BA4B;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -61,9 +61,9 @@ stage {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -350,7 +350,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -413,7 +413,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -555,11 +554,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1047,9 +1042,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1272,7 +1265,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1427,7 +1419,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1495,7 +1486,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,6 +1618,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1639,6 +1631,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,12 +62,12 @@ stage {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -354,7 +354,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #F3BA4B;
|
||||
border: none;
|
||||
@ -418,7 +418,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -560,11 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1052,9 +1047,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1277,7 +1270,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1432,7 +1424,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1500,7 +1491,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,21 +1618,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1654,6 +1636,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -1748,7 +1731,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -1766,6 +1761,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -61,9 +61,9 @@ stage {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough {
|
||||
@ -350,7 +350,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -413,7 +413,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -555,11 +554,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1047,9 +1042,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -1272,7 +1265,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -1427,7 +1419,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -1495,7 +1486,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -1627,6 +1618,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -1639,6 +1631,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #F3BA4B;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #0860F2;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #0860F2;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #F3BA4B;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #0860F2;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #0860F2;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #F3BA4B;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #242424;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -156,9 +156,9 @@ stage {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #242424;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -445,7 +445,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -508,7 +508,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -650,11 +649,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1984,9 +1979,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2939,7 +2932,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(42, 42, 42, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3094,7 +3086,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #2a2a2a;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3162,7 +3153,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,6 +3285,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3306,6 +3298,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #F3BA4B;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(36, 36, 36, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -156,9 +156,9 @@ stage {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(36, 36, 36, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 1px;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -445,7 +445,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -508,7 +508,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -650,11 +649,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1984,9 +1979,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2939,7 +2932,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3094,7 +3086,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(0, 0, 0, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3162,7 +3153,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0.75);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,6 +3285,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3306,6 +3298,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #F3BA4B;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #0860F2;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #0860F2;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #0860F2;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #0860F2;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #2E7CF7;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #79B757;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #8C8C8C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E9873A;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #E55E9C;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #9A57A3;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #ED5F5D;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #F3BA4B;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3171,7 +3162,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,21 +3289,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: #f5f5f5;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3325,6 +3307,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3419,7 +3402,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3437,6 +3432,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -156,9 +156,9 @@ stage {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -445,7 +445,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -508,7 +508,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -650,11 +649,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1984,9 +1979,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2939,7 +2932,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(241, 241, 241, 0.95);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3094,7 +3086,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: #f1f1f1;
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3166,7 +3157,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3298,6 +3289,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3310,6 +3302,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
|
@ -157,12 +157,12 @@ stage {
|
||||
border-radius: 0 0 6px 6px;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -449,7 +449,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #F3BA4B;
|
||||
border: none;
|
||||
@ -513,7 +513,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -655,11 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1989,9 +1984,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2944,7 +2937,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3099,7 +3091,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3167,7 +3158,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,21 +3285,12 @@ StEntry StLabel.hint-text {
|
||||
selected-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: rgba(245, 245, 245, 0.95);
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 5px;
|
||||
-arrow-rise: 5px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item {
|
||||
margin: 0 0;
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3321,6 +3303,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
@ -3415,7 +3398,19 @@ StEntry StLabel.hint-text {
|
||||
background-color: #F3BA4B;
|
||||
}
|
||||
|
||||
.candidate-popup-boxpointer {
|
||||
-arrow-border-radius: 2px;
|
||||
-arrow-background-color: transparent;
|
||||
-arrow-border-width: 0;
|
||||
-arrow-border-color: transparent;
|
||||
-arrow-base: 64px;
|
||||
-arrow-rise: 12px;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.candidate-popup-content {
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
}
|
||||
@ -3433,6 +3428,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -156,9 +156,9 @@ stage {
|
||||
.candidate-popup-content, .popup-menu .popup-menu-content, .modal-dialog {
|
||||
background-color: rgba(245, 245, 245, 0.95);
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 1px 0 rgba(255, 255, 255, 0.2);
|
||||
border: solid rgba(0, 0, 0, 0.75);
|
||||
border-width: 0;
|
||||
box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
#screenShieldNotifications StScrollBar StBin#trough, #overview StScrollBar StBin#trough {
|
||||
@ -445,7 +445,7 @@ stage {
|
||||
}
|
||||
|
||||
.calendar-today {
|
||||
font-weight: bold !important;
|
||||
font-weight: bold;
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
background-color: #0860F2;
|
||||
border: none;
|
||||
@ -508,7 +508,6 @@ stage {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Events */
|
||||
.events-button .events-box {
|
||||
spacing: 6px;
|
||||
}
|
||||
@ -650,11 +649,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
margin-top: 8px;
|
||||
margin: 0 4px 6px;
|
||||
}
|
||||
|
||||
.message .message-icon-bin {
|
||||
@ -1984,9 +1979,7 @@ StEntry StLabel.hint-text {
|
||||
text-align: center;
|
||||
margin-bottom: 8px;
|
||||
padding: 2px 6px;
|
||||
color: white;
|
||||
background-color: #F27835;
|
||||
border-radius: 9999px;
|
||||
color: #F27835;
|
||||
}
|
||||
|
||||
.login-dialog-logo-bin {
|
||||
@ -2939,7 +2932,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from solid to transparent */
|
||||
transition-duration: 250ms;
|
||||
font-weight: bold;
|
||||
height: 28px;
|
||||
@ -3094,7 +3086,6 @@ StEntry StLabel.hint-text {
|
||||
|
||||
#panel.solid {
|
||||
background-color: rgba(255, 255, 255, 0.16);
|
||||
/* transition from transparent to solid */
|
||||
transition-duration: 250ms;
|
||||
background-gradient-direction: none;
|
||||
text-shadow: none;
|
||||
@ -3162,7 +3153,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 6px 0 !important;
|
||||
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid rgba(0, 0, 0, 0);
|
||||
margin: 4px 8px !important;
|
||||
margin: 4px 8px 4px 12px !important;
|
||||
}
|
||||
|
||||
.popup-menu .popup-menu-item {
|
||||
@ -3294,6 +3285,7 @@ StEntry StLabel.hint-text {
|
||||
padding: 0 0;
|
||||
background: none;
|
||||
border: none;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
@ -3306,6 +3298,7 @@ StEntry StLabel.hint-text {
|
||||
.popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator {
|
||||
padding: 0 0;
|
||||
margin: 0 32px 0 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.system-switch-user-submenu-icon.user-icon {
|
||||
|
@ -5,6 +5,9 @@ style "default" {
|
||||
|
||||
# Style Properties
|
||||
|
||||
GtkWindow::resize-grip-height = 4
|
||||
GtkWindow::resize-grip-width = 4
|
||||
|
||||
GtkWidget::focus-line-width = 1
|
||||
GtkMenuBar::window-dragging = 1
|
||||
GtkToolbar::window-dragging = 1
|
||||
|
@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
window.background.csd stack stack stack frame > list,
|
||||
window.background.csd > stack > stack > box > frame > list,
|
||||
window.background.csd > stack > stack > box > box > frame > list,
|
||||
window.background.csd > stack > box > stack > box > frame > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list,
|
||||
window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
window.background.csd stack stack stack frame > list > separator,
|
||||
window.background.csd > stack > stack > box > frame > list > separator,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
background: none;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area
|
||||
margin: 0 6px 6px;
|
||||
}
|
||||
|
||||
window.background.csd stack stack stack frame > border,
|
||||
window.background.csd > stack > stack > box > frame > border,
|
||||
window.background.csd > stack > stack > box > box > frame > border,
|
||||
window.background.csd > stack > box > stack > box > frame > border,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > stack > box > box > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
window#ValaPanel.background widget.-vala-panel-background > separator {
|
||||
background: none;
|
||||
}
|
||||
@ -10067,17 +10102,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid rgba(77, 77, 77, 0.95);
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
window.background.csd stack stack stack frame > list,
|
||||
window.background.csd > stack > stack > box > frame > list,
|
||||
window.background.csd > stack > stack > box > box > frame > list,
|
||||
window.background.csd > stack > box > stack > box > frame > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list,
|
||||
window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
window.background.csd stack stack stack frame > list > separator,
|
||||
window.background.csd > stack > stack > box > frame > list > separator,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
background: none;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area
|
||||
margin: 0 6px 6px;
|
||||
}
|
||||
|
||||
window.background.csd stack stack stack frame > border,
|
||||
window.background.csd > stack > stack > box > frame > border,
|
||||
window.background.csd > stack > stack > box > box > frame > border,
|
||||
window.background.csd > stack > box > stack > box > frame > border,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > stack > box > box > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
window#ValaPanel.background widget.-vala-panel-background > separator {
|
||||
background: none;
|
||||
}
|
||||
@ -10067,17 +10102,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid rgba(77, 77, 77, 0.95);
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
window.background.csd stack stack stack frame > list,
|
||||
window.background.csd > stack > stack > box > frame > list,
|
||||
window.background.csd > stack > stack > box > box > frame > list,
|
||||
window.background.csd > stack > box > stack > box > frame > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list,
|
||||
window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
window.background.csd stack stack stack frame > list > separator,
|
||||
window.background.csd > stack > stack > box > frame > list > separator,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
background: none;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area
|
||||
margin: 0 6px 6px;
|
||||
}
|
||||
|
||||
window.background.csd stack stack stack frame > border,
|
||||
window.background.csd > stack > stack > box > frame > border,
|
||||
window.background.csd > stack > stack > box > box > frame > border,
|
||||
window.background.csd > stack > box > stack > box > frame > border,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > stack > box > box > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
window#ValaPanel.background widget.-vala-panel-background > separator {
|
||||
background: none;
|
||||
}
|
||||
@ -10067,17 +10102,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid rgba(77, 77, 77, 0.95);
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
window.background.csd stack stack stack frame > list,
|
||||
window.background.csd > stack > stack > box > frame > list,
|
||||
window.background.csd > stack > stack > box > box > frame > list,
|
||||
window.background.csd > stack > box > stack > box > frame > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list,
|
||||
window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
window.background.csd stack stack stack frame > list > separator,
|
||||
window.background.csd > stack > stack > box > frame > list > separator,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
background: none;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area
|
||||
margin: 0 6px 6px;
|
||||
}
|
||||
|
||||
window.background.csd stack stack stack frame > border,
|
||||
window.background.csd > stack > stack > box > frame > border,
|
||||
window.background.csd > stack > stack > box > box > frame > border,
|
||||
window.background.csd > stack > box > stack > box > frame > border,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > stack > box > box > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
window#ValaPanel.background widget.-vala-panel-background > separator {
|
||||
background: none;
|
||||
}
|
||||
@ -10067,17 +10102,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid rgba(77, 77, 77, 0.95);
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
window.background.csd stack stack stack frame > list,
|
||||
window.background.csd > stack > stack > box > frame > list,
|
||||
window.background.csd > stack > stack > box > box > frame > list,
|
||||
window.background.csd > stack > box > stack > box > frame > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list,
|
||||
window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
window.background.csd stack stack stack frame > list > separator,
|
||||
window.background.csd > stack > stack > box > frame > list > separator,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
background: none;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area
|
||||
margin: 0 6px 6px;
|
||||
}
|
||||
|
||||
window.background.csd stack stack stack frame > border,
|
||||
window.background.csd > stack > stack > box > frame > border,
|
||||
window.background.csd > stack > stack > box > box > frame > border,
|
||||
window.background.csd > stack > box > stack > box > frame > border,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > stack > box > box > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
window#ValaPanel.background widget.-vala-panel-background > separator {
|
||||
background: none;
|
||||
}
|
||||
@ -10067,17 +10102,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid rgba(77, 77, 77, 0.95);
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
window.background.csd stack stack stack frame > list,
|
||||
window.background.csd > stack > stack > box > frame > list,
|
||||
window.background.csd > stack > stack > box > box > frame > list,
|
||||
window.background.csd > stack > box > stack > box > frame > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list,
|
||||
window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
window.background.csd stack stack stack frame > list > separator,
|
||||
window.background.csd > stack > stack > box > frame > list > separator,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
background: none;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area
|
||||
margin: 0 6px 6px;
|
||||
}
|
||||
|
||||
window.background.csd stack stack stack frame > border,
|
||||
window.background.csd > stack > stack > box > frame > border,
|
||||
window.background.csd > stack > stack > box > box > frame > border,
|
||||
window.background.csd > stack > box > stack > box > frame > border,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > stack > box > box > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
window#ValaPanel.background widget.-vala-panel-background > separator {
|
||||
background: none;
|
||||
}
|
||||
@ -10067,17 +10102,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid rgba(77, 77, 77, 0.95);
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -5988,29 +5988,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
window.background.csd stack stack stack frame > list,
|
||||
window.background.csd > stack > stack > box > frame > list,
|
||||
window.background.csd > stack > stack > box > box > frame > list,
|
||||
window.background.csd > stack > box > stack > box > frame > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list,
|
||||
window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
window.background.csd stack stack stack frame > list > separator,
|
||||
window.background.csd > stack > stack > box > frame > list > separator,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
background: none;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
@ -6806,6 +6818,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area
|
||||
margin: 0 6px 6px;
|
||||
}
|
||||
|
||||
window.background.csd stack stack stack frame > border,
|
||||
window.background.csd > stack > stack > box > frame > border,
|
||||
window.background.csd > stack > stack > box > box > frame > border,
|
||||
window.background.csd > stack > box > stack > box > frame > border,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > stack > box > box > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7692,6 +7719,14 @@ window > box.vertical > box.horizontal > widget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
window#ValaPanel.background widget.-vala-panel-background > separator {
|
||||
background: none;
|
||||
}
|
||||
@ -10067,17 +10102,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid rgba(77, 77, 77, 0.95);
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
@ -5992,29 +5992,41 @@ window.background.csd > headerbar.titlebar > leaflet > separator.sidebar, window
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
window.background.csd stack stack stack frame > list,
|
||||
window.background.csd > stack > stack > box > frame > list,
|
||||
window.background.csd > stack > stack > box > box > frame > list,
|
||||
window.background.csd > stack > box > stack > box > frame > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > list,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list, window.background.csd > stack > list,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list,
|
||||
window.background.csd > box > stack > scrolledwindow > viewport > box > list, .tweak-group-startup, list.tweak-group list, hdyleaflet list.view, hdyleaflet list.frame, leaflet list.view, leaflet list.frame, box.horizontal > stack.background list.view, box.horizontal > stack.background list.frame, hdyleaflet frame.view, leaflet frame.view, box.horizontal > stack.background frame.view, hdyleaflet frame:not(.view) list:not(.contacts-contact-list), leaflet frame:not(.view) list:not(.contacts-contact-list), box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) {
|
||||
border-radius: 12px;
|
||||
box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.03), inset 0 0 3px rgba(255, 255, 255, 0.02), inset 0 0 0 1px rgba(255, 255, 255, 0.04), inset 0 1px rgba(255, 255, 255, 0.06);
|
||||
background-color: rgba(255, 255, 255, 0.05);
|
||||
border: none;
|
||||
}
|
||||
|
||||
.tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
window.background.csd stack stack stack frame > list > separator,
|
||||
window.background.csd > stack > stack > box > frame > list > separator,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > list > separator,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > list > separator, window.background.csd > stack > list > separator,
|
||||
window.background.csd > stack > scrolledwindow > viewport > box > list > separator, .tweak-group-startup > separator, list.tweak-group list > separator, hdyleaflet list.view > separator, hdyleaflet list.frame > separator, leaflet list.view > separator, leaflet list.frame > separator, box.horizontal > stack.background list.view > separator, box.horizontal > stack.background list.frame > separator, hdyleaflet frame.view > separator, leaflet frame.view > separator, box.horizontal > stack.background frame.view > separator, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) > separator, leaflet frame:not(.view) list:not(.contacts-contact-list) > separator, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) > separator {
|
||||
background: none;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:first-child, window.background.csd > stack > list row.activatable:first-child, list.tweak-group list row.activatable:first-child, hdyleaflet list.view row.activatable:first-child, hdyleaflet list.frame row.activatable:first-child, leaflet list.view row.activatable:first-child, leaflet list.frame row.activatable:first-child, box.horizontal > stack.background list.view row.activatable:first-child, box.horizontal > stack.background list.frame row.activatable:first-child, hdyleaflet frame.view list row.activatable:first-child, leaflet frame.view list row.activatable:first-child, box.horizontal > stack.background frame.view list row.activatable:first-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:first-child {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:last-child, window.background.csd > stack > list row.activatable:last-child, list.tweak-group list row.activatable:last-child, hdyleaflet list.view row.activatable:last-child, hdyleaflet list.frame row.activatable:last-child, leaflet list.view row.activatable:last-child, leaflet list.frame row.activatable:last-child, box.horizontal > stack.background list.view row.activatable:last-child, box.horizontal > stack.background list.frame row.activatable:last-child, hdyleaflet frame.view list row.activatable:last-child, leaflet frame.view list row.activatable:last-child, box.horizontal > stack.background frame.view list row.activatable:last-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:last-child {
|
||||
border-bottom-left-radius: 12px;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
window.background.csd stack stack stack frame > list row.activatable:only-child, window.background.csd > stack > list row.activatable:only-child, list.tweak-group list row.activatable:only-child, hdyleaflet list.view row.activatable:only-child, hdyleaflet list.frame row.activatable:only-child, leaflet list.view row.activatable:only-child, leaflet list.frame row.activatable:only-child, box.horizontal > stack.background list.view row.activatable:only-child, box.horizontal > stack.background list.frame row.activatable:only-child, hdyleaflet frame.view list row.activatable:only-child, leaflet frame.view list row.activatable:only-child, box.horizontal > stack.background frame.view list row.activatable:only-child, hdyleaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, leaflet frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child, box.horizontal > stack.background frame:not(.view) list:not(.contacts-contact-list) row.activatable:only-child {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
@ -6810,6 +6822,21 @@ dialog.background.csd > .dialog-vbox > .dialog-action-box > .dialog-action-area
|
||||
margin: 0 6px 6px;
|
||||
}
|
||||
|
||||
window.background.csd stack stack stack frame > border,
|
||||
window.background.csd > stack > stack > box > frame > border,
|
||||
window.background.csd > stack > stack > box > box > frame > border,
|
||||
window.background.csd > stack > box > stack > box > frame > border,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport frame > border,
|
||||
window.background.csd > stack > box > stack > box > scrolledwindow > viewport > frame > border,
|
||||
window.background.csd > stack > grid > scrolledwindow > viewport > box > frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > stack > box > box > list,
|
||||
window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid #161616;
|
||||
@ -7696,6 +7723,14 @@ window > box.vertical > box.horizontal > widget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background > box.vertical > overlay > stack > scrolledwindow.frame > viewport.frame > box.vertical > stack > scrolledwindow {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
}
|
||||
|
||||
window#ValaPanel.background widget.-vala-panel-background > separator {
|
||||
background: none;
|
||||
}
|
||||
@ -10071,17 +10106,12 @@ window.budgie-switcher-window .drop-shadow, .drop-shadow {
|
||||
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
background-color: #333333;
|
||||
border: 1px solid #4d4d4d;
|
||||
}
|
||||
|
||||
.background.budgie-run-dialog, .background.budgie-session-dialog,
|
||||
.background.budgie-polkit-dialog {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-run-dialog, .budgie-session-dialog,
|
||||
.budgie-polkit-dialog, .budgie-run-dialog decoration, .budgie-session-dialog decoration,
|
||||
.budgie-polkit-dialog decoration {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user