Fixed ibus popover issues
This commit is contained in:
parent
b22e6bd94e
commit
f123e387ee
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -1739,12 +1739,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -1754,8 +1755,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -1775,35 +1775,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3410,12 +3409,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3425,8 +3425,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3446,35 +3445,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -2800,7 +2800,6 @@ StEntry StLabel.hint-text {
|
||||
background-color: rgba(255, 255, 255, 0.12);
|
||||
border-radius: 8px;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
|
||||
.app-folder-dialog .folder-name-container .folder-name-entry:focus, .search-entry:focus {
|
||||
@ -3406,12 +3405,13 @@ StEntry StLabel.hint-text {
|
||||
.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;
|
||||
margin: 2px 8px;
|
||||
padding: 6px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: #565656;
|
||||
}
|
||||
|
||||
@ -3421,8 +3421,7 @@ StEntry StLabel.hint-text {
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms;
|
||||
min-height: 28px;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
@ -3442,35 +3441,33 @@ StEntry StLabel.hint-text {
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.candidate-box:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: 28px;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.vertical .candidate-page-button-box {
|
||||
padding-top: 0;
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.horizontal .candidate-page-button-box {
|
||||
padding-left: 0;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: 28px;
|
||||
min-height: 28px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous {
|
||||
border-radius: 6px;
|
||||
border-right-width: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
.candidate-page-button-icon {
|
||||
icon-size: 1.2307692308em;
|
||||
icon-size: 1em;
|
||||
}
|
||||
|
||||
.screen-shield-arrows {
|
||||
|
@ -155,7 +155,7 @@
|
||||
background-color: rgba(white, 0.12);
|
||||
border-radius: $bd_radius;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 1px rgba(white, 0.05);
|
||||
// box-shadow: inset 0 0 0 1px rgba(white, 0.05);
|
||||
}
|
||||
|
||||
@if $t == focus {
|
||||
|
@ -248,39 +248,38 @@ $popop_menuitem_radius: $wm_radius - 4px;
|
||||
@extend %theme_dialogs;
|
||||
box-shadow: 0 8px 16px 0 rgba(black, 0.25);
|
||||
border: 1px solid if($variant=='light', rgba(black, 0), rgba(black, 0.75));
|
||||
padding: 8px;
|
||||
spacing: 0;
|
||||
margin: ($container_padding / 2) 8px;
|
||||
padding: $container_padding + 2px;
|
||||
spacing: $container_padding;
|
||||
}
|
||||
|
||||
.candidate-index {
|
||||
padding: 0 4px 0 0;
|
||||
padding: 0 0.5em 0 0;
|
||||
color: $hint_fg_color;
|
||||
.candidate-box:selected & { color: $light_hint_fg_color; }
|
||||
}
|
||||
|
||||
.candidate-box {
|
||||
transition-duration: 0ms; // FIXME: needs more natural transitions
|
||||
min-height: $menuitem_size;
|
||||
padding: 0 8px;
|
||||
padding: 0.3em 0.5em 0.3em 0.5em;
|
||||
margin-right: 2px;
|
||||
border-radius: $bt_radius;
|
||||
&:hover { background-color: $divider_color; color: $fg_color; }
|
||||
&:active { background-color: $track_color; color: $fg_color; }
|
||||
&:selected { background-color: $primary_color; color: $light_alt_fg_color; }
|
||||
&:last-child { margin-right: 0; }
|
||||
}
|
||||
|
||||
.candidate-page-button-box {
|
||||
height: $menuitem_size;
|
||||
.vertical & { padding-top: 0; }
|
||||
.horizontal & { padding-left: 0; }
|
||||
height: 2em;
|
||||
.vertical & { padding-top: 0.5em; }
|
||||
.horizontal & { padding-left: 0.5em; }
|
||||
}
|
||||
|
||||
.candidate-page-button {
|
||||
min-width: $menuitem_size;
|
||||
min-height: $menuitem_size;
|
||||
padding: 0;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.candidate-page-button-previous { border-radius: $bt_radius; border-right-width: 0; }
|
||||
.candidate-page-button-previous,
|
||||
.candidate-page-button-next { border-radius: $bt_radius; }
|
||||
.candidate-page-button-icon { icon-size: em(16px); }
|
||||
.candidate-page-button-icon { icon-size: 1em; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user