update
This commit is contained in:
parent
b58d092985
commit
d595b1b83d
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -62,7 +62,7 @@ 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);
|
||||
@ -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,7 +559,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -1627,16 +1626,6 @@ 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;
|
||||
@ -1748,7 +1737,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 +1767,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3298,16 +3297,6 @@ 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;
|
||||
@ -3419,7 +3408,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 +3438,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ 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);
|
||||
@ -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,7 +654,7 @@ stage {
|
||||
}
|
||||
|
||||
.message {
|
||||
margin: 2px 4px 6px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
.message:first-child {
|
||||
@ -3294,16 +3293,6 @@ 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;
|
||||
@ -3415,7 +3404,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 +3434,7 @@ StEntry StLabel.hint-text {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
@ -10067,17 +10067,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;
|
||||
}
|
||||
|
@ -10067,17 +10067,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;
|
||||
}
|
||||
|
@ -10067,17 +10067,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;
|
||||
}
|
||||
|
@ -10067,17 +10067,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;
|
||||
}
|
||||
|
@ -10067,17 +10067,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;
|
||||
}
|
||||
|
@ -10067,17 +10067,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;
|
||||
}
|
||||
|
@ -10067,17 +10067,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;
|
||||
}
|
||||
|
@ -10071,17 +10071,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;
|
||||
}
|
||||
|
@ -10071,17 +10071,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;
|
||||
}
|
||||
|
@ -10071,17 +10071,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;
|
||||
}
|
||||
|
@ -10071,17 +10071,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;
|
||||
}
|
||||
|
@ -10071,17 +10071,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;
|
||||
}
|
||||
|
@ -10071,17 +10071,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;
|
||||
}
|
||||
|
@ -10071,17 +10071,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;
|
||||
}
|
||||
|
@ -10071,17 +10071,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;
|
||||
}
|
||||
|
@ -10067,17 +10067,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;
|
||||
}
|
||||
|
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