Merge remote-tracking branch 'upstream/master'
Merge to upstream repo
This commit is contained in:
commit
9e81febd09
14
install.sh
14
install.sh
@ -1,5 +1,4 @@
|
||||
#! /usr/bin/env bash
|
||||
set -o physical
|
||||
|
||||
REPO_DIR=$(cd $(dirname $0) && pwd)
|
||||
SRC_DIR=${REPO_DIR}/src
|
||||
@ -121,6 +120,8 @@ install() {
|
||||
cp -r ${SRC_DIR}/assets/gnome-shell/icons ${THEME_DIR}/gnome-shell
|
||||
cp -r ${SRC_DIR}/main/gnome-shell/pad-osd.css ${THEME_DIR}/gnome-shell
|
||||
cp -r ${SRC_DIR}/main/gnome-shell/gnome-shell${color}${opacity}${alt}${theme}.css ${THEME_DIR}/gnome-shell/gnome-shell.css
|
||||
cp -r ${SRC_DIR}/main/gnome-shell/gdm3${color}${theme}.css ${THEME_DIR}/gnome-shell/gdm3.css
|
||||
|
||||
cp -r ${SRC_DIR}/assets/gnome-shell/common-assets ${THEME_DIR}/gnome-shell/assets
|
||||
|
||||
if [[ ${theme} != '-default' ]]; then
|
||||
@ -625,12 +626,13 @@ install_gdm() {
|
||||
rm -rf "$YARU_GDM_THEME_DIR" && mkdir -p "$YARU_GDM_THEME_DIR"
|
||||
|
||||
mkdir -p "$YARU_GDM_THEME_DIR"/gnome-shell
|
||||
mkdir -p "$YARU_GDM_THEME_DIR"/gnome-shell/Yaru
|
||||
mkdir -p "$YARU_GDM_THEME_DIR"/gnome-shell/{Yaru,Yaru-dark}
|
||||
cp -r "$SRC_DIR"/assets/gnome-shell/icons "$YARU_GDM_THEME_DIR"/gnome-shell
|
||||
cp -r "$SRC_DIR"/main/gnome-shell/pad-osd.css "$YARU_GDM_THEME_DIR"/gnome-shell
|
||||
cp -r "$SRC_DIR"/main/gnome-shell/gdm3${color}.css "$YARU_GDM_THEME_DIR"/gnome-shell/gdm3.css
|
||||
cp -r "$SRC_DIR"/main/gnome-shell/gnome-shell${color}.css "$YARU_GDM_THEME_DIR"/gnome-shell/Yaru/gnome-shell.css
|
||||
sed -i "s|assets|../assets|" "$YARU_GDM_THEME_DIR"/gnome-shell/Yaru/gnome-shell.css
|
||||
cp -r "$SRC_DIR"/main/gnome-shell/gnome-shell-light.css "$YARU_GDM_THEME_DIR"/gnome-shell/Yaru/gnome-shell.css
|
||||
cp -r "$SRC_DIR"/main/gnome-shell/gnome-shell-dark.css "$YARU_GDM_THEME_DIR"/gnome-shell/Yaru-dark/gnome-shell.css
|
||||
sed -i "s|assets|../assets|" "$YARU_GDM_THEME_DIR"/gnome-shell/{Yaru,Yaru-dark}/gnome-shell.css
|
||||
cp -r "$SRC_DIR"/assets/gnome-shell/common-assets "$YARU_GDM_THEME_DIR"/gnome-shell/assets
|
||||
cp -r "$SRC_DIR"/assets/gnome-shell/assets${color}/*.svg "$YARU_GDM_THEME_DIR"/gnome-shell/assets
|
||||
cp -r "$SRC_DIR"/assets/gnome-shell/activities/activities.svg "$YARU_GDM_THEME_DIR"/gnome-shell/assets
|
||||
@ -659,7 +661,7 @@ install_gdm() {
|
||||
cp -r "$SRC_DIR"/assets/gnome-shell/icons "$POP_GDM_THEME_DIR"/gnome-shell
|
||||
cp -r "$SRC_DIR"/main/gnome-shell/pad-osd.css "$POP_GDM_THEME_DIR"/gnome-shell
|
||||
cp -r "$SRC_DIR"/main/gnome-shell/gdm3${color}.css "$POP_GDM_THEME_DIR"/gnome-shell/gdm3.css
|
||||
cp -r "$SRC_DIR"/main/gnome-shell/gnome-shell${color}.css "$POP_GDM_THEME_DIR"/gnome-shell/gnome-shell.css
|
||||
cp -r "$SRC_DIR"/main/gnome-shell/gnome-shell-light.css "$POP_GDM_THEME_DIR"/gnome-shell/gnome-shell.css
|
||||
cp -r "$SRC_DIR"/assets/gnome-shell/common-assets "$POP_GDM_THEME_DIR"/gnome-shell/assets
|
||||
cp -r "$SRC_DIR"/assets/gnome-shell/assets${color}/*.svg "$POP_GDM_THEME_DIR"/gnome-shell/assets
|
||||
cp -r "$SRC_DIR"/assets/gnome-shell/activities/activities.svg "$POP_GDM_THEME_DIR"/gnome-shell/assets
|
||||
@ -888,4 +890,4 @@ fi
|
||||
# Restore files
|
||||
restore_files
|
||||
|
||||
prompt -s "\n Done!".
|
||||
prompt -s "\n Done!"
|
||||
|
@ -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 {
|
||||
|
@ -31,6 +31,7 @@
|
||||
<file>icons/scalable/actions/pointer-primary-click-symbolic.svg</file>
|
||||
<file>icons/scalable/actions/pointer-secondary-click-symbolic.svg</file>
|
||||
<file>gnome-shell.css</file>
|
||||
<file>gdm3.css</file>
|
||||
<file>pad-osd.css</file>
|
||||
<file>no-events.svg</file>
|
||||
<file>no-notifications.svg</file>
|
||||
|
@ -31,6 +31,7 @@
|
||||
<file>icons/scalable/actions/pointer-primary-click-symbolic.svg</file>
|
||||
<file>icons/scalable/actions/pointer-secondary-click-symbolic.svg</file>
|
||||
<file>Yaru/gnome-shell.css</file>
|
||||
<file>Yaru-dark/gnome-shell.css</file>
|
||||
<file>gdm3.css</file>
|
||||
<file>pad-osd.css</file>
|
||||
<file>no-events.svg</file>
|
||||
|
@ -26,6 +26,10 @@
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.solid-csd {
|
||||
border-radius: 0;
|
||||
}
|
||||
@ -5072,15 +5076,19 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack {
|
||||
.nautilus-window.maximized.background.csd, .nautilus-window.tiled.background.csd, .nautilus-window.fullscreen.background.csd {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized headerbar {
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack, .nautilus-window.tiled notebook, .nautilus-window.tiled notebook > stack, .nautilus-window.fullscreen notebook, .nautilus-window.fullscreen notebook > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar {
|
||||
.nautilus-window.maximized headerbar, .nautilus-window.tiled headerbar, .nautilus-window.fullscreen headerbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar, .nautilus-window.tiled placessidebar, .nautilus-window.fullscreen placessidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -5343,42 +5351,38 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tiled window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .maximized window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .fullscreen window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view {
|
||||
padding: 3px 6px 3px 6px;
|
||||
border-color: #242424;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover {
|
||||
background-color: #313131;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover:selected {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover:selected {
|
||||
color: white;
|
||||
background-color: #2E7CF7;
|
||||
}
|
||||
|
||||
.open-document-selector-name-label {
|
||||
window.org-gnome-gedit .open-document-selector-name-label {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label {
|
||||
window.org-gnome-gedit .open-document-selector-path-label {
|
||||
color: #818181;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label:selected {
|
||||
window.org-gnome-gedit .open-document-selector-path-label:selected {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.gedit-document-panel row.activatable {
|
||||
window.org-gnome-gedit .gedit-document-panel row.activatable {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button {
|
||||
window.org-gnome-gedit .gedit-document-panel row button {
|
||||
min-width: 22px;
|
||||
min-height: 22px;
|
||||
padding: 0;
|
||||
@ -5387,47 +5391,47 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
-gtk-outline-radius: 100px;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button image {
|
||||
window.org-gnome-gedit .gedit-document-panel row button image {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button {
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
color: #ff4d4d;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:active {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover {
|
||||
color: #ff6666;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.gedit-document-panel-dragged-row {
|
||||
window.org-gnome-gedit .gedit-document-panel-dragged-row {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #1a1a1a;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #333333;
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar frame > border {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.gedit-search-slider {
|
||||
window.org-gnome-gedit .gedit-search-slider {
|
||||
background-color: #383838;
|
||||
padding: 6px;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
@ -5436,25 +5440,36 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.gedit-search-entry-occurrences-tag {
|
||||
window.org-gnome-gedit .gedit-search-entry-occurrences-tag {
|
||||
color: rgba(222, 222, 222, 0.6);
|
||||
border: none;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border {
|
||||
window.org-gnome-gedit .gedit-map-frame border {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(ltr) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(ltr) {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(rtl) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(rtl) {
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.maximized > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.fullscreen > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled.background.csd,
|
||||
window.org-gnome-gedit.tiled .gedit-side-panel-paned statusbar, window.org-gnome-gedit.maximized.background.csd,
|
||||
window.org-gnome-gedit.maximized .gedit-side-panel-paned statusbar, window.org-gnome-gedit.fullscreen.background.csd,
|
||||
window.org-gnome-gedit.fullscreen .gedit-side-panel-paned statusbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.pluma-window statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
@ -6039,11 +6054,6 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator, box
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
row#AutostartTitle.tweak {
|
||||
padding: 3px;
|
||||
background-color: #242424;
|
||||
@ -6069,6 +6079,19 @@ row#AutostartTitle.tweak {
|
||||
background: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > stack {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
@ -6133,6 +6156,40 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack, window.background.csd.tiled > stack, window.background.csd.fullscreen > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background,
|
||||
window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background,
|
||||
window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view {
|
||||
border-bottom-left-radius: 1px;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd > box.vertical > stack {
|
||||
background-color: #242424;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6142,6 +6199,10 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
|
||||
background: none;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd.maximized > box.vertical > stack, window#gnome-system-monitor.background.csd.tiled > box.vertical > stack, window#gnome-system-monitor.background.csd.fullscreen > box.vertical > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
stack > grid.vertical > scrolledwindow {
|
||||
border: none;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6155,6 +6216,14 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow, window.background.csd.tiled stack > grid.vertical > scrolledwindow, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.tiled stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow > viewport.frame list {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar,
|
||||
window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar {
|
||||
color: #FDFDFD;
|
||||
@ -6187,6 +6256,20 @@ window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.maximized > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.tiled > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.tiled > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.fullscreen > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.fullscreen > overlay > leaflet > stack > frame > grid.vertical {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.tiled > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.fullscreen > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry:focus {
|
||||
box-shadow: inset 0 0 0 1px rgba(120, 170, 250, 0.75);
|
||||
}
|
||||
@ -6220,16 +6303,29 @@ window.background.csd > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack.background, window.background.csd.tiled > box.vertical > overlay > stack.background, window.background.csd.fullscreen > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
#weather-page,
|
||||
#weekly-forecast-frame {
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page, .tiled #weather-page, .fullscreen #weather-page, .maximized #weekly-forecast-frame, .tiled #weekly-forecast-frame, .fullscreen #weekly-forecast-frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
#weather-page-content-view {
|
||||
border-bottom-right-radius: 12px;
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page-content-view, .tiled #weather-page-content-view, .fullscreen #weather-page-content-view {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
@ -6240,6 +6336,10 @@ window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.ti
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified.maximized, window.background.csd.unified.tiled, window.background.csd.unified.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
hdyviewswitcherbar > actionbar,
|
||||
viewswitcherbar > actionbar {
|
||||
background: none;
|
||||
@ -6251,6 +6351,10 @@ viewswitcherbar > actionbar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.polari-room-list.maximized .sidebar, .polari-room-list.tiled .sidebar, .polari-room-list.fullscreen .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area {
|
||||
background-color: #333333;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
@ -6269,6 +6373,10 @@ stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:active,
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.maximized stack.view.polari-entry-area, .tiled stack.view.polari-entry-area, .fullscreen stack.view.polari-entry-area {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area:disabled {
|
||||
background-image: image(#333333);
|
||||
}
|
||||
@ -6605,6 +6713,10 @@ flowboxchild.bookmark-tag-widget-selected {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.background.csd.main-window.maximized .sidebar.rooms-sidebar, .background.csd.main-window.tiled .sidebar.rooms-sidebar, .background.csd.main-window.fullscreen .sidebar.rooms-sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.documents-scrolledwin {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -6633,6 +6745,10 @@ window.background.csd > box.vertical > overlay > stack > box.vertical > actionba
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.tiled > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.fullscreen > box.vertical > overlay > stack > box.vertical > actionbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
background-color: transparent;
|
||||
border-radius: 12px;
|
||||
@ -6647,6 +6763,14 @@ window.background.csd evview.view.content-view {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.tiled > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.fullscreen > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized evview.view.content-view, window.background.csd.tiled evview.view.content-view, window.background.csd.fullscreen evview.view.content-view {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 12px 12px;
|
||||
background-color: #242424;
|
||||
@ -6665,6 +6789,14 @@ window.background.csd evview.view.content-view {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > box.vertical > box.vertical > box.vertical > paned.horizontal > separator {
|
||||
background-image: none;
|
||||
background-color: #0e0e0e;
|
||||
@ -6815,6 +6947,13 @@ window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > box > box > list,
|
||||
window.background.csd.maximized > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.tiled > stack > box > box > list,
|
||||
window.background.csd.tiled > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.fullscreen > stack > box > box > list,
|
||||
window.background.csd.fullscreen > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7100,6 +7239,10 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.thunar.maximized > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.tiled > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-top: none;
|
||||
background-color: rgba(51, 51, 51, 0.95);
|
||||
@ -7237,7 +7380,8 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd stack#conversation_viewer {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 13px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
@ -7331,6 +7475,34 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
|
||||
background: none;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.tiled > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.maximized > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.tiled > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer, .geary-main-window.background.csd.tiled stack#conversation_viewer, .geary-main-window.background.csd.fullscreen stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.tiled paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.maximized paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.tiled paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background:not(.csd) > widget > separator {
|
||||
padding-top: 1px;
|
||||
margin-top: 1px;
|
||||
@ -7640,6 +7812,10 @@ window.background.csd > box.horizontal > stack > box.vertical > notebook > stack
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.tiled > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.fullscreen > box.horizontal > stack > box.vertical > notebook > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
@ -7648,6 +7824,14 @@ window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizonta
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
toolbar#SubToolBox {
|
||||
min-height: 36px;
|
||||
}
|
||||
@ -8073,6 +8257,10 @@ window.background.csd > stack > stack > paned.horizontal > scrolledwindow > view
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.tiled > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.fullscreen > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook > notebook > stack {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
|
@ -26,6 +26,10 @@
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.solid-csd {
|
||||
border-radius: 0;
|
||||
}
|
||||
@ -5072,15 +5076,19 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack {
|
||||
.nautilus-window.maximized.background.csd, .nautilus-window.tiled.background.csd, .nautilus-window.fullscreen.background.csd {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized headerbar {
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack, .nautilus-window.tiled notebook, .nautilus-window.tiled notebook > stack, .nautilus-window.fullscreen notebook, .nautilus-window.fullscreen notebook > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar {
|
||||
.nautilus-window.maximized headerbar, .nautilus-window.tiled headerbar, .nautilus-window.fullscreen headerbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar, .nautilus-window.tiled placessidebar, .nautilus-window.fullscreen placessidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -5343,42 +5351,38 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tiled window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .maximized window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .fullscreen window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view {
|
||||
padding: 3px 6px 3px 6px;
|
||||
border-color: #242424;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover {
|
||||
background-color: #313131;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover:selected {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover:selected {
|
||||
color: white;
|
||||
background-color: #79B757;
|
||||
}
|
||||
|
||||
.open-document-selector-name-label {
|
||||
window.org-gnome-gedit .open-document-selector-name-label {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label {
|
||||
window.org-gnome-gedit .open-document-selector-path-label {
|
||||
color: #818181;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label:selected {
|
||||
window.org-gnome-gedit .open-document-selector-path-label:selected {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.gedit-document-panel row.activatable {
|
||||
window.org-gnome-gedit .gedit-document-panel row.activatable {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button {
|
||||
window.org-gnome-gedit .gedit-document-panel row button {
|
||||
min-width: 22px;
|
||||
min-height: 22px;
|
||||
padding: 0;
|
||||
@ -5387,47 +5391,47 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
-gtk-outline-radius: 100px;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button image {
|
||||
window.org-gnome-gedit .gedit-document-panel row button image {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button {
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
color: #ff4d4d;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:active {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover {
|
||||
color: #ff6666;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.gedit-document-panel-dragged-row {
|
||||
window.org-gnome-gedit .gedit-document-panel-dragged-row {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #1a1a1a;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #333333;
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar frame > border {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.gedit-search-slider {
|
||||
window.org-gnome-gedit .gedit-search-slider {
|
||||
background-color: #383838;
|
||||
padding: 6px;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
@ -5436,25 +5440,36 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.gedit-search-entry-occurrences-tag {
|
||||
window.org-gnome-gedit .gedit-search-entry-occurrences-tag {
|
||||
color: rgba(222, 222, 222, 0.6);
|
||||
border: none;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border {
|
||||
window.org-gnome-gedit .gedit-map-frame border {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(ltr) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(ltr) {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(rtl) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(rtl) {
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.maximized > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.fullscreen > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled.background.csd,
|
||||
window.org-gnome-gedit.tiled .gedit-side-panel-paned statusbar, window.org-gnome-gedit.maximized.background.csd,
|
||||
window.org-gnome-gedit.maximized .gedit-side-panel-paned statusbar, window.org-gnome-gedit.fullscreen.background.csd,
|
||||
window.org-gnome-gedit.fullscreen .gedit-side-panel-paned statusbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.pluma-window statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
@ -6039,11 +6054,6 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator, box
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
row#AutostartTitle.tweak {
|
||||
padding: 3px;
|
||||
background-color: #242424;
|
||||
@ -6069,6 +6079,19 @@ row#AutostartTitle.tweak {
|
||||
background: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > stack {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
@ -6133,6 +6156,40 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack, window.background.csd.tiled > stack, window.background.csd.fullscreen > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background,
|
||||
window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background,
|
||||
window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view {
|
||||
border-bottom-left-radius: 1px;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd > box.vertical > stack {
|
||||
background-color: #242424;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6142,6 +6199,10 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
|
||||
background: none;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd.maximized > box.vertical > stack, window#gnome-system-monitor.background.csd.tiled > box.vertical > stack, window#gnome-system-monitor.background.csd.fullscreen > box.vertical > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
stack > grid.vertical > scrolledwindow {
|
||||
border: none;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6155,6 +6216,14 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow, window.background.csd.tiled stack > grid.vertical > scrolledwindow, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.tiled stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow > viewport.frame list {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar,
|
||||
window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar {
|
||||
color: #FDFDFD;
|
||||
@ -6187,6 +6256,20 @@ window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.maximized > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.tiled > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.tiled > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.fullscreen > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.fullscreen > overlay > leaflet > stack > frame > grid.vertical {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.tiled > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.fullscreen > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry:focus {
|
||||
box-shadow: inset 0 0 0 1px rgba(164, 206, 141, 0.75);
|
||||
}
|
||||
@ -6220,16 +6303,29 @@ window.background.csd > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack.background, window.background.csd.tiled > box.vertical > overlay > stack.background, window.background.csd.fullscreen > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
#weather-page,
|
||||
#weekly-forecast-frame {
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page, .tiled #weather-page, .fullscreen #weather-page, .maximized #weekly-forecast-frame, .tiled #weekly-forecast-frame, .fullscreen #weekly-forecast-frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
#weather-page-content-view {
|
||||
border-bottom-right-radius: 12px;
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page-content-view, .tiled #weather-page-content-view, .fullscreen #weather-page-content-view {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
@ -6240,6 +6336,10 @@ window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.ti
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified.maximized, window.background.csd.unified.tiled, window.background.csd.unified.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
hdyviewswitcherbar > actionbar,
|
||||
viewswitcherbar > actionbar {
|
||||
background: none;
|
||||
@ -6251,6 +6351,10 @@ viewswitcherbar > actionbar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.polari-room-list.maximized .sidebar, .polari-room-list.tiled .sidebar, .polari-room-list.fullscreen .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area {
|
||||
background-color: #333333;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
@ -6269,6 +6373,10 @@ stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:active,
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.maximized stack.view.polari-entry-area, .tiled stack.view.polari-entry-area, .fullscreen stack.view.polari-entry-area {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area:disabled {
|
||||
background-image: image(#333333);
|
||||
}
|
||||
@ -6605,6 +6713,10 @@ flowboxchild.bookmark-tag-widget-selected {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.background.csd.main-window.maximized .sidebar.rooms-sidebar, .background.csd.main-window.tiled .sidebar.rooms-sidebar, .background.csd.main-window.fullscreen .sidebar.rooms-sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.documents-scrolledwin {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -6633,6 +6745,10 @@ window.background.csd > box.vertical > overlay > stack > box.vertical > actionba
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.tiled > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.fullscreen > box.vertical > overlay > stack > box.vertical > actionbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
background-color: transparent;
|
||||
border-radius: 12px;
|
||||
@ -6647,6 +6763,14 @@ window.background.csd evview.view.content-view {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.tiled > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.fullscreen > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized evview.view.content-view, window.background.csd.tiled evview.view.content-view, window.background.csd.fullscreen evview.view.content-view {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 12px 12px;
|
||||
background-color: #242424;
|
||||
@ -6665,6 +6789,14 @@ window.background.csd evview.view.content-view {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > box.vertical > box.vertical > box.vertical > paned.horizontal > separator {
|
||||
background-image: none;
|
||||
background-color: #0e0e0e;
|
||||
@ -6815,6 +6947,13 @@ window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > box > box > list,
|
||||
window.background.csd.maximized > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.tiled > stack > box > box > list,
|
||||
window.background.csd.tiled > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.fullscreen > stack > box > box > list,
|
||||
window.background.csd.fullscreen > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7100,6 +7239,10 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.thunar.maximized > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.tiled > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-top: none;
|
||||
background-color: rgba(51, 51, 51, 0.95);
|
||||
@ -7237,7 +7380,8 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd stack#conversation_viewer {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 13px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
@ -7331,6 +7475,34 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
|
||||
background: none;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.tiled > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.maximized > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.tiled > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer, .geary-main-window.background.csd.tiled stack#conversation_viewer, .geary-main-window.background.csd.fullscreen stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.tiled paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.maximized paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.tiled paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background:not(.csd) > widget > separator {
|
||||
padding-top: 1px;
|
||||
margin-top: 1px;
|
||||
@ -7640,6 +7812,10 @@ window.background.csd > box.horizontal > stack > box.vertical > notebook > stack
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.tiled > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.fullscreen > box.horizontal > stack > box.vertical > notebook > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
@ -7648,6 +7824,14 @@ window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizonta
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
toolbar#SubToolBox {
|
||||
min-height: 36px;
|
||||
}
|
||||
@ -8073,6 +8257,10 @@ window.background.csd > stack > stack > paned.horizontal > scrolledwindow > view
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.tiled > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.fullscreen > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook > notebook > stack {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
|
@ -26,6 +26,10 @@
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.solid-csd {
|
||||
border-radius: 0;
|
||||
}
|
||||
@ -5072,15 +5076,19 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack {
|
||||
.nautilus-window.maximized.background.csd, .nautilus-window.tiled.background.csd, .nautilus-window.fullscreen.background.csd {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized headerbar {
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack, .nautilus-window.tiled notebook, .nautilus-window.tiled notebook > stack, .nautilus-window.fullscreen notebook, .nautilus-window.fullscreen notebook > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar {
|
||||
.nautilus-window.maximized headerbar, .nautilus-window.tiled headerbar, .nautilus-window.fullscreen headerbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar, .nautilus-window.tiled placessidebar, .nautilus-window.fullscreen placessidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -5343,42 +5351,38 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tiled window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .maximized window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .fullscreen window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view {
|
||||
padding: 3px 6px 3px 6px;
|
||||
border-color: #242424;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover {
|
||||
background-color: #313131;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover:selected {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover:selected {
|
||||
color: white;
|
||||
background-color: #8C8C8C;
|
||||
}
|
||||
|
||||
.open-document-selector-name-label {
|
||||
window.org-gnome-gedit .open-document-selector-name-label {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label {
|
||||
window.org-gnome-gedit .open-document-selector-path-label {
|
||||
color: #818181;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label:selected {
|
||||
window.org-gnome-gedit .open-document-selector-path-label:selected {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.gedit-document-panel row.activatable {
|
||||
window.org-gnome-gedit .gedit-document-panel row.activatable {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button {
|
||||
window.org-gnome-gedit .gedit-document-panel row button {
|
||||
min-width: 22px;
|
||||
min-height: 22px;
|
||||
padding: 0;
|
||||
@ -5387,47 +5391,47 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
-gtk-outline-radius: 100px;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button image {
|
||||
window.org-gnome-gedit .gedit-document-panel row button image {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button {
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
color: #ff4d4d;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:active {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover {
|
||||
color: #ff6666;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.gedit-document-panel-dragged-row {
|
||||
window.org-gnome-gedit .gedit-document-panel-dragged-row {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #1a1a1a;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #333333;
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar frame > border {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.gedit-search-slider {
|
||||
window.org-gnome-gedit .gedit-search-slider {
|
||||
background-color: #383838;
|
||||
padding: 6px;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
@ -5436,25 +5440,36 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.gedit-search-entry-occurrences-tag {
|
||||
window.org-gnome-gedit .gedit-search-entry-occurrences-tag {
|
||||
color: rgba(222, 222, 222, 0.6);
|
||||
border: none;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border {
|
||||
window.org-gnome-gedit .gedit-map-frame border {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(ltr) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(ltr) {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(rtl) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(rtl) {
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.maximized > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.fullscreen > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled.background.csd,
|
||||
window.org-gnome-gedit.tiled .gedit-side-panel-paned statusbar, window.org-gnome-gedit.maximized.background.csd,
|
||||
window.org-gnome-gedit.maximized .gedit-side-panel-paned statusbar, window.org-gnome-gedit.fullscreen.background.csd,
|
||||
window.org-gnome-gedit.fullscreen .gedit-side-panel-paned statusbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.pluma-window statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
@ -6039,11 +6054,6 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator, box
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
row#AutostartTitle.tweak {
|
||||
padding: 3px;
|
||||
background-color: #242424;
|
||||
@ -6069,6 +6079,19 @@ row#AutostartTitle.tweak {
|
||||
background: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > stack {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
@ -6133,6 +6156,40 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack, window.background.csd.tiled > stack, window.background.csd.fullscreen > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background,
|
||||
window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background,
|
||||
window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view {
|
||||
border-bottom-left-radius: 1px;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd > box.vertical > stack {
|
||||
background-color: #242424;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6142,6 +6199,10 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
|
||||
background: none;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd.maximized > box.vertical > stack, window#gnome-system-monitor.background.csd.tiled > box.vertical > stack, window#gnome-system-monitor.background.csd.fullscreen > box.vertical > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
stack > grid.vertical > scrolledwindow {
|
||||
border: none;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6155,6 +6216,14 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow, window.background.csd.tiled stack > grid.vertical > scrolledwindow, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.tiled stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow > viewport.frame list {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar,
|
||||
window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar {
|
||||
color: #FDFDFD;
|
||||
@ -6187,6 +6256,20 @@ window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.maximized > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.tiled > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.tiled > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.fullscreen > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.fullscreen > overlay > leaflet > stack > frame > grid.vertical {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.tiled > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.fullscreen > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry:focus {
|
||||
box-shadow: inset 0 0 0 1px rgba(178, 178, 178, 0.75);
|
||||
}
|
||||
@ -6220,16 +6303,29 @@ window.background.csd > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack.background, window.background.csd.tiled > box.vertical > overlay > stack.background, window.background.csd.fullscreen > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
#weather-page,
|
||||
#weekly-forecast-frame {
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page, .tiled #weather-page, .fullscreen #weather-page, .maximized #weekly-forecast-frame, .tiled #weekly-forecast-frame, .fullscreen #weekly-forecast-frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
#weather-page-content-view {
|
||||
border-bottom-right-radius: 12px;
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page-content-view, .tiled #weather-page-content-view, .fullscreen #weather-page-content-view {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
@ -6240,6 +6336,10 @@ window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.ti
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified.maximized, window.background.csd.unified.tiled, window.background.csd.unified.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
hdyviewswitcherbar > actionbar,
|
||||
viewswitcherbar > actionbar {
|
||||
background: none;
|
||||
@ -6251,6 +6351,10 @@ viewswitcherbar > actionbar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.polari-room-list.maximized .sidebar, .polari-room-list.tiled .sidebar, .polari-room-list.fullscreen .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area {
|
||||
background-color: #333333;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
@ -6269,6 +6373,10 @@ stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:active,
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.maximized stack.view.polari-entry-area, .tiled stack.view.polari-entry-area, .fullscreen stack.view.polari-entry-area {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area:disabled {
|
||||
background-image: image(#333333);
|
||||
}
|
||||
@ -6605,6 +6713,10 @@ flowboxchild.bookmark-tag-widget-selected {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.background.csd.main-window.maximized .sidebar.rooms-sidebar, .background.csd.main-window.tiled .sidebar.rooms-sidebar, .background.csd.main-window.fullscreen .sidebar.rooms-sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.documents-scrolledwin {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -6633,6 +6745,10 @@ window.background.csd > box.vertical > overlay > stack > box.vertical > actionba
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.tiled > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.fullscreen > box.vertical > overlay > stack > box.vertical > actionbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
background-color: transparent;
|
||||
border-radius: 12px;
|
||||
@ -6647,6 +6763,14 @@ window.background.csd evview.view.content-view {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.tiled > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.fullscreen > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized evview.view.content-view, window.background.csd.tiled evview.view.content-view, window.background.csd.fullscreen evview.view.content-view {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 12px 12px;
|
||||
background-color: #242424;
|
||||
@ -6665,6 +6789,14 @@ window.background.csd evview.view.content-view {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > box.vertical > box.vertical > box.vertical > paned.horizontal > separator {
|
||||
background-image: none;
|
||||
background-color: #0e0e0e;
|
||||
@ -6815,6 +6947,13 @@ window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > box > box > list,
|
||||
window.background.csd.maximized > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.tiled > stack > box > box > list,
|
||||
window.background.csd.tiled > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.fullscreen > stack > box > box > list,
|
||||
window.background.csd.fullscreen > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7100,6 +7239,10 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.thunar.maximized > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.tiled > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-top: none;
|
||||
background-color: rgba(51, 51, 51, 0.95);
|
||||
@ -7237,7 +7380,8 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd stack#conversation_viewer {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 13px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
@ -7331,6 +7475,34 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
|
||||
background: none;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.tiled > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.maximized > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.tiled > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer, .geary-main-window.background.csd.tiled stack#conversation_viewer, .geary-main-window.background.csd.fullscreen stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.tiled paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.maximized paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.tiled paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background:not(.csd) > widget > separator {
|
||||
padding-top: 1px;
|
||||
margin-top: 1px;
|
||||
@ -7640,6 +7812,10 @@ window.background.csd > box.horizontal > stack > box.vertical > notebook > stack
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.tiled > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.fullscreen > box.horizontal > stack > box.vertical > notebook > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
@ -7648,6 +7824,14 @@ window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizonta
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
toolbar#SubToolBox {
|
||||
min-height: 36px;
|
||||
}
|
||||
@ -8073,6 +8257,10 @@ window.background.csd > stack > stack > paned.horizontal > scrolledwindow > view
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.tiled > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.fullscreen > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook > notebook > stack {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
|
@ -26,6 +26,10 @@
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.solid-csd {
|
||||
border-radius: 0;
|
||||
}
|
||||
@ -5072,15 +5076,19 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack {
|
||||
.nautilus-window.maximized.background.csd, .nautilus-window.tiled.background.csd, .nautilus-window.fullscreen.background.csd {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized headerbar {
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack, .nautilus-window.tiled notebook, .nautilus-window.tiled notebook > stack, .nautilus-window.fullscreen notebook, .nautilus-window.fullscreen notebook > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar {
|
||||
.nautilus-window.maximized headerbar, .nautilus-window.tiled headerbar, .nautilus-window.fullscreen headerbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar, .nautilus-window.tiled placessidebar, .nautilus-window.fullscreen placessidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -5343,42 +5351,38 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tiled window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .maximized window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .fullscreen window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view {
|
||||
padding: 3px 6px 3px 6px;
|
||||
border-color: #242424;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover {
|
||||
background-color: #313131;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover:selected {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover:selected {
|
||||
color: white;
|
||||
background-color: #E9873A;
|
||||
}
|
||||
|
||||
.open-document-selector-name-label {
|
||||
window.org-gnome-gedit .open-document-selector-name-label {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label {
|
||||
window.org-gnome-gedit .open-document-selector-path-label {
|
||||
color: #818181;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label:selected {
|
||||
window.org-gnome-gedit .open-document-selector-path-label:selected {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.gedit-document-panel row.activatable {
|
||||
window.org-gnome-gedit .gedit-document-panel row.activatable {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button {
|
||||
window.org-gnome-gedit .gedit-document-panel row button {
|
||||
min-width: 22px;
|
||||
min-height: 22px;
|
||||
padding: 0;
|
||||
@ -5387,47 +5391,47 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
-gtk-outline-radius: 100px;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button image {
|
||||
window.org-gnome-gedit .gedit-document-panel row button image {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button {
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
color: #ff4d4d;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:active {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover {
|
||||
color: #ff6666;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.gedit-document-panel-dragged-row {
|
||||
window.org-gnome-gedit .gedit-document-panel-dragged-row {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #1a1a1a;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #333333;
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar frame > border {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.gedit-search-slider {
|
||||
window.org-gnome-gedit .gedit-search-slider {
|
||||
background-color: #383838;
|
||||
padding: 6px;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
@ -5436,25 +5440,36 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.gedit-search-entry-occurrences-tag {
|
||||
window.org-gnome-gedit .gedit-search-entry-occurrences-tag {
|
||||
color: rgba(222, 222, 222, 0.6);
|
||||
border: none;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border {
|
||||
window.org-gnome-gedit .gedit-map-frame border {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(ltr) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(ltr) {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(rtl) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(rtl) {
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.maximized > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.fullscreen > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled.background.csd,
|
||||
window.org-gnome-gedit.tiled .gedit-side-panel-paned statusbar, window.org-gnome-gedit.maximized.background.csd,
|
||||
window.org-gnome-gedit.maximized .gedit-side-panel-paned statusbar, window.org-gnome-gedit.fullscreen.background.csd,
|
||||
window.org-gnome-gedit.fullscreen .gedit-side-panel-paned statusbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.pluma-window statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
@ -6039,11 +6054,6 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator, box
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
row#AutostartTitle.tweak {
|
||||
padding: 3px;
|
||||
background-color: #242424;
|
||||
@ -6069,6 +6079,19 @@ row#AutostartTitle.tweak {
|
||||
background: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > stack {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
@ -6133,6 +6156,40 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack, window.background.csd.tiled > stack, window.background.csd.fullscreen > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background,
|
||||
window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background,
|
||||
window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view {
|
||||
border-bottom-left-radius: 1px;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd > box.vertical > stack {
|
||||
background-color: #242424;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6142,6 +6199,10 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
|
||||
background: none;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd.maximized > box.vertical > stack, window#gnome-system-monitor.background.csd.tiled > box.vertical > stack, window#gnome-system-monitor.background.csd.fullscreen > box.vertical > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
stack > grid.vertical > scrolledwindow {
|
||||
border: none;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6155,6 +6216,14 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow, window.background.csd.tiled stack > grid.vertical > scrolledwindow, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.tiled stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow > viewport.frame list {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar,
|
||||
window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar {
|
||||
color: #FDFDFD;
|
||||
@ -6187,6 +6256,20 @@ window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.maximized > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.tiled > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.tiled > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.fullscreen > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.fullscreen > overlay > leaflet > stack > frame > grid.vertical {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.tiled > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.fullscreen > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry:focus {
|
||||
box-shadow: inset 0 0 0 1px rgba(241, 177, 127, 0.75);
|
||||
}
|
||||
@ -6220,16 +6303,29 @@ window.background.csd > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack.background, window.background.csd.tiled > box.vertical > overlay > stack.background, window.background.csd.fullscreen > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
#weather-page,
|
||||
#weekly-forecast-frame {
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page, .tiled #weather-page, .fullscreen #weather-page, .maximized #weekly-forecast-frame, .tiled #weekly-forecast-frame, .fullscreen #weekly-forecast-frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
#weather-page-content-view {
|
||||
border-bottom-right-radius: 12px;
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page-content-view, .tiled #weather-page-content-view, .fullscreen #weather-page-content-view {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
@ -6240,6 +6336,10 @@ window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.ti
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified.maximized, window.background.csd.unified.tiled, window.background.csd.unified.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
hdyviewswitcherbar > actionbar,
|
||||
viewswitcherbar > actionbar {
|
||||
background: none;
|
||||
@ -6251,6 +6351,10 @@ viewswitcherbar > actionbar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.polari-room-list.maximized .sidebar, .polari-room-list.tiled .sidebar, .polari-room-list.fullscreen .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area {
|
||||
background-color: #333333;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
@ -6269,6 +6373,10 @@ stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:active,
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.maximized stack.view.polari-entry-area, .tiled stack.view.polari-entry-area, .fullscreen stack.view.polari-entry-area {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area:disabled {
|
||||
background-image: image(#333333);
|
||||
}
|
||||
@ -6605,6 +6713,10 @@ flowboxchild.bookmark-tag-widget-selected {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.background.csd.main-window.maximized .sidebar.rooms-sidebar, .background.csd.main-window.tiled .sidebar.rooms-sidebar, .background.csd.main-window.fullscreen .sidebar.rooms-sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.documents-scrolledwin {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -6633,6 +6745,10 @@ window.background.csd > box.vertical > overlay > stack > box.vertical > actionba
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.tiled > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.fullscreen > box.vertical > overlay > stack > box.vertical > actionbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
background-color: transparent;
|
||||
border-radius: 12px;
|
||||
@ -6647,6 +6763,14 @@ window.background.csd evview.view.content-view {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.tiled > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.fullscreen > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized evview.view.content-view, window.background.csd.tiled evview.view.content-view, window.background.csd.fullscreen evview.view.content-view {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 12px 12px;
|
||||
background-color: #242424;
|
||||
@ -6665,6 +6789,14 @@ window.background.csd evview.view.content-view {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > box.vertical > box.vertical > box.vertical > paned.horizontal > separator {
|
||||
background-image: none;
|
||||
background-color: #0e0e0e;
|
||||
@ -6815,6 +6947,13 @@ window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > box > box > list,
|
||||
window.background.csd.maximized > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.tiled > stack > box > box > list,
|
||||
window.background.csd.tiled > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.fullscreen > stack > box > box > list,
|
||||
window.background.csd.fullscreen > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7100,6 +7239,10 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.thunar.maximized > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.tiled > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-top: none;
|
||||
background-color: rgba(51, 51, 51, 0.95);
|
||||
@ -7237,7 +7380,8 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd stack#conversation_viewer {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 13px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
@ -7331,6 +7475,34 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
|
||||
background: none;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.tiled > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.maximized > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.tiled > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer, .geary-main-window.background.csd.tiled stack#conversation_viewer, .geary-main-window.background.csd.fullscreen stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.tiled paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.maximized paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.tiled paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background:not(.csd) > widget > separator {
|
||||
padding-top: 1px;
|
||||
margin-top: 1px;
|
||||
@ -7640,6 +7812,10 @@ window.background.csd > box.horizontal > stack > box.vertical > notebook > stack
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.tiled > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.fullscreen > box.horizontal > stack > box.vertical > notebook > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
@ -7648,6 +7824,14 @@ window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizonta
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
toolbar#SubToolBox {
|
||||
min-height: 36px;
|
||||
}
|
||||
@ -8073,6 +8257,10 @@ window.background.csd > stack > stack > paned.horizontal > scrolledwindow > view
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.tiled > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.fullscreen > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook > notebook > stack {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
|
@ -26,6 +26,10 @@
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.solid-csd {
|
||||
border-radius: 0;
|
||||
}
|
||||
@ -5072,15 +5076,19 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack {
|
||||
.nautilus-window.maximized.background.csd, .nautilus-window.tiled.background.csd, .nautilus-window.fullscreen.background.csd {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized headerbar {
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack, .nautilus-window.tiled notebook, .nautilus-window.tiled notebook > stack, .nautilus-window.fullscreen notebook, .nautilus-window.fullscreen notebook > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar {
|
||||
.nautilus-window.maximized headerbar, .nautilus-window.tiled headerbar, .nautilus-window.fullscreen headerbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar, .nautilus-window.tiled placessidebar, .nautilus-window.fullscreen placessidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -5343,42 +5351,38 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tiled window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .maximized window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .fullscreen window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view {
|
||||
padding: 3px 6px 3px 6px;
|
||||
border-color: #242424;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover {
|
||||
background-color: #313131;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover:selected {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover:selected {
|
||||
color: white;
|
||||
background-color: #E55E9C;
|
||||
}
|
||||
|
||||
.open-document-selector-name-label {
|
||||
window.org-gnome-gedit .open-document-selector-name-label {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label {
|
||||
window.org-gnome-gedit .open-document-selector-path-label {
|
||||
color: #818181;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label:selected {
|
||||
window.org-gnome-gedit .open-document-selector-path-label:selected {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.gedit-document-panel row.activatable {
|
||||
window.org-gnome-gedit .gedit-document-panel row.activatable {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button {
|
||||
window.org-gnome-gedit .gedit-document-panel row button {
|
||||
min-width: 22px;
|
||||
min-height: 22px;
|
||||
padding: 0;
|
||||
@ -5387,47 +5391,47 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
-gtk-outline-radius: 100px;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button image {
|
||||
window.org-gnome-gedit .gedit-document-panel row button image {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button {
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
color: #ff4d4d;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:active {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover {
|
||||
color: #ff6666;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.gedit-document-panel-dragged-row {
|
||||
window.org-gnome-gedit .gedit-document-panel-dragged-row {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #1a1a1a;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #333333;
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar frame > border {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.gedit-search-slider {
|
||||
window.org-gnome-gedit .gedit-search-slider {
|
||||
background-color: #383838;
|
||||
padding: 6px;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
@ -5436,25 +5440,36 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.gedit-search-entry-occurrences-tag {
|
||||
window.org-gnome-gedit .gedit-search-entry-occurrences-tag {
|
||||
color: rgba(222, 222, 222, 0.6);
|
||||
border: none;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border {
|
||||
window.org-gnome-gedit .gedit-map-frame border {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(ltr) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(ltr) {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(rtl) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(rtl) {
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.maximized > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.fullscreen > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled.background.csd,
|
||||
window.org-gnome-gedit.tiled .gedit-side-panel-paned statusbar, window.org-gnome-gedit.maximized.background.csd,
|
||||
window.org-gnome-gedit.maximized .gedit-side-panel-paned statusbar, window.org-gnome-gedit.fullscreen.background.csd,
|
||||
window.org-gnome-gedit.fullscreen .gedit-side-panel-paned statusbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.pluma-window statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
@ -6039,11 +6054,6 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator, box
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
row#AutostartTitle.tweak {
|
||||
padding: 3px;
|
||||
background-color: #242424;
|
||||
@ -6069,6 +6079,19 @@ row#AutostartTitle.tweak {
|
||||
background: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > stack {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
@ -6133,6 +6156,40 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack, window.background.csd.tiled > stack, window.background.csd.fullscreen > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background,
|
||||
window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background,
|
||||
window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view {
|
||||
border-bottom-left-radius: 1px;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd > box.vertical > stack {
|
||||
background-color: #242424;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6142,6 +6199,10 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
|
||||
background: none;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd.maximized > box.vertical > stack, window#gnome-system-monitor.background.csd.tiled > box.vertical > stack, window#gnome-system-monitor.background.csd.fullscreen > box.vertical > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
stack > grid.vertical > scrolledwindow {
|
||||
border: none;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6155,6 +6216,14 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow, window.background.csd.tiled stack > grid.vertical > scrolledwindow, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.tiled stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow > viewport.frame list {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar,
|
||||
window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar {
|
||||
color: #FDFDFD;
|
||||
@ -6187,6 +6256,20 @@ window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.maximized > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.tiled > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.tiled > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.fullscreen > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.fullscreen > overlay > leaflet > stack > frame > grid.vertical {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.tiled > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.fullscreen > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry:focus {
|
||||
box-shadow: inset 0 0 0 1px rgba(240, 160, 197, 0.75);
|
||||
}
|
||||
@ -6220,16 +6303,29 @@ window.background.csd > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack.background, window.background.csd.tiled > box.vertical > overlay > stack.background, window.background.csd.fullscreen > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
#weather-page,
|
||||
#weekly-forecast-frame {
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page, .tiled #weather-page, .fullscreen #weather-page, .maximized #weekly-forecast-frame, .tiled #weekly-forecast-frame, .fullscreen #weekly-forecast-frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
#weather-page-content-view {
|
||||
border-bottom-right-radius: 12px;
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page-content-view, .tiled #weather-page-content-view, .fullscreen #weather-page-content-view {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
@ -6240,6 +6336,10 @@ window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.ti
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified.maximized, window.background.csd.unified.tiled, window.background.csd.unified.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
hdyviewswitcherbar > actionbar,
|
||||
viewswitcherbar > actionbar {
|
||||
background: none;
|
||||
@ -6251,6 +6351,10 @@ viewswitcherbar > actionbar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.polari-room-list.maximized .sidebar, .polari-room-list.tiled .sidebar, .polari-room-list.fullscreen .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area {
|
||||
background-color: #333333;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
@ -6269,6 +6373,10 @@ stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:active,
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.maximized stack.view.polari-entry-area, .tiled stack.view.polari-entry-area, .fullscreen stack.view.polari-entry-area {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area:disabled {
|
||||
background-image: image(#333333);
|
||||
}
|
||||
@ -6605,6 +6713,10 @@ flowboxchild.bookmark-tag-widget-selected {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.background.csd.main-window.maximized .sidebar.rooms-sidebar, .background.csd.main-window.tiled .sidebar.rooms-sidebar, .background.csd.main-window.fullscreen .sidebar.rooms-sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.documents-scrolledwin {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -6633,6 +6745,10 @@ window.background.csd > box.vertical > overlay > stack > box.vertical > actionba
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.tiled > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.fullscreen > box.vertical > overlay > stack > box.vertical > actionbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
background-color: transparent;
|
||||
border-radius: 12px;
|
||||
@ -6647,6 +6763,14 @@ window.background.csd evview.view.content-view {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.tiled > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.fullscreen > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized evview.view.content-view, window.background.csd.tiled evview.view.content-view, window.background.csd.fullscreen evview.view.content-view {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 12px 12px;
|
||||
background-color: #242424;
|
||||
@ -6665,6 +6789,14 @@ window.background.csd evview.view.content-view {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > box.vertical > box.vertical > box.vertical > paned.horizontal > separator {
|
||||
background-image: none;
|
||||
background-color: #0e0e0e;
|
||||
@ -6815,6 +6947,13 @@ window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > box > box > list,
|
||||
window.background.csd.maximized > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.tiled > stack > box > box > list,
|
||||
window.background.csd.tiled > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.fullscreen > stack > box > box > list,
|
||||
window.background.csd.fullscreen > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7100,6 +7239,10 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.thunar.maximized > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.tiled > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-top: none;
|
||||
background-color: rgba(51, 51, 51, 0.95);
|
||||
@ -7237,7 +7380,8 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd stack#conversation_viewer {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 13px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
@ -7331,6 +7475,34 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
|
||||
background: none;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.tiled > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.maximized > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.tiled > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer, .geary-main-window.background.csd.tiled stack#conversation_viewer, .geary-main-window.background.csd.fullscreen stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.tiled paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.maximized paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.tiled paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background:not(.csd) > widget > separator {
|
||||
padding-top: 1px;
|
||||
margin-top: 1px;
|
||||
@ -7640,6 +7812,10 @@ window.background.csd > box.horizontal > stack > box.vertical > notebook > stack
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.tiled > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.fullscreen > box.horizontal > stack > box.vertical > notebook > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
@ -7648,6 +7824,14 @@ window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizonta
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
toolbar#SubToolBox {
|
||||
min-height: 36px;
|
||||
}
|
||||
@ -8073,6 +8257,10 @@ window.background.csd > stack > stack > paned.horizontal > scrolledwindow > view
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.tiled > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.fullscreen > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook > notebook > stack {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
|
@ -26,6 +26,10 @@
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.solid-csd {
|
||||
border-radius: 0;
|
||||
}
|
||||
@ -5072,15 +5076,19 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack {
|
||||
.nautilus-window.maximized.background.csd, .nautilus-window.tiled.background.csd, .nautilus-window.fullscreen.background.csd {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized headerbar {
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack, .nautilus-window.tiled notebook, .nautilus-window.tiled notebook > stack, .nautilus-window.fullscreen notebook, .nautilus-window.fullscreen notebook > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar {
|
||||
.nautilus-window.maximized headerbar, .nautilus-window.tiled headerbar, .nautilus-window.fullscreen headerbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar, .nautilus-window.tiled placessidebar, .nautilus-window.fullscreen placessidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -5343,42 +5351,38 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tiled window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .maximized window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .fullscreen window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view {
|
||||
padding: 3px 6px 3px 6px;
|
||||
border-color: #242424;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover {
|
||||
background-color: #313131;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover:selected {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover:selected {
|
||||
color: white;
|
||||
background-color: #9A57A3;
|
||||
}
|
||||
|
||||
.open-document-selector-name-label {
|
||||
window.org-gnome-gedit .open-document-selector-name-label {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label {
|
||||
window.org-gnome-gedit .open-document-selector-path-label {
|
||||
color: #818181;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label:selected {
|
||||
window.org-gnome-gedit .open-document-selector-path-label:selected {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.gedit-document-panel row.activatable {
|
||||
window.org-gnome-gedit .gedit-document-panel row.activatable {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button {
|
||||
window.org-gnome-gedit .gedit-document-panel row button {
|
||||
min-width: 22px;
|
||||
min-height: 22px;
|
||||
padding: 0;
|
||||
@ -5387,47 +5391,47 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
-gtk-outline-radius: 100px;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button image {
|
||||
window.org-gnome-gedit .gedit-document-panel row button image {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button {
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
color: #ff4d4d;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:active {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover {
|
||||
color: #ff6666;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.gedit-document-panel-dragged-row {
|
||||
window.org-gnome-gedit .gedit-document-panel-dragged-row {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #1a1a1a;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #333333;
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar frame > border {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.gedit-search-slider {
|
||||
window.org-gnome-gedit .gedit-search-slider {
|
||||
background-color: #383838;
|
||||
padding: 6px;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
@ -5436,25 +5440,36 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.gedit-search-entry-occurrences-tag {
|
||||
window.org-gnome-gedit .gedit-search-entry-occurrences-tag {
|
||||
color: rgba(222, 222, 222, 0.6);
|
||||
border: none;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border {
|
||||
window.org-gnome-gedit .gedit-map-frame border {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(ltr) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(ltr) {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(rtl) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(rtl) {
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.maximized > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.fullscreen > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled.background.csd,
|
||||
window.org-gnome-gedit.tiled .gedit-side-panel-paned statusbar, window.org-gnome-gedit.maximized.background.csd,
|
||||
window.org-gnome-gedit.maximized .gedit-side-panel-paned statusbar, window.org-gnome-gedit.fullscreen.background.csd,
|
||||
window.org-gnome-gedit.fullscreen .gedit-side-panel-paned statusbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.pluma-window statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
@ -6039,11 +6054,6 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator, box
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
row#AutostartTitle.tweak {
|
||||
padding: 3px;
|
||||
background-color: #242424;
|
||||
@ -6069,6 +6079,19 @@ row#AutostartTitle.tweak {
|
||||
background: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > stack {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
@ -6133,6 +6156,40 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack, window.background.csd.tiled > stack, window.background.csd.fullscreen > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background,
|
||||
window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background,
|
||||
window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view {
|
||||
border-bottom-left-radius: 1px;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd > box.vertical > stack {
|
||||
background-color: #242424;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6142,6 +6199,10 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
|
||||
background: none;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd.maximized > box.vertical > stack, window#gnome-system-monitor.background.csd.tiled > box.vertical > stack, window#gnome-system-monitor.background.csd.fullscreen > box.vertical > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
stack > grid.vertical > scrolledwindow {
|
||||
border: none;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6155,6 +6216,14 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow, window.background.csd.tiled stack > grid.vertical > scrolledwindow, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.tiled stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow > viewport.frame list {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar,
|
||||
window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar {
|
||||
color: #FDFDFD;
|
||||
@ -6187,6 +6256,20 @@ window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.maximized > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.tiled > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.tiled > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.fullscreen > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.fullscreen > overlay > leaflet > stack > frame > grid.vertical {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.tiled > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.fullscreen > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry:focus {
|
||||
box-shadow: inset 0 0 0 1px rgba(185, 135, 191, 0.75);
|
||||
}
|
||||
@ -6220,16 +6303,29 @@ window.background.csd > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack.background, window.background.csd.tiled > box.vertical > overlay > stack.background, window.background.csd.fullscreen > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
#weather-page,
|
||||
#weekly-forecast-frame {
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page, .tiled #weather-page, .fullscreen #weather-page, .maximized #weekly-forecast-frame, .tiled #weekly-forecast-frame, .fullscreen #weekly-forecast-frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
#weather-page-content-view {
|
||||
border-bottom-right-radius: 12px;
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page-content-view, .tiled #weather-page-content-view, .fullscreen #weather-page-content-view {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
@ -6240,6 +6336,10 @@ window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.ti
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified.maximized, window.background.csd.unified.tiled, window.background.csd.unified.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
hdyviewswitcherbar > actionbar,
|
||||
viewswitcherbar > actionbar {
|
||||
background: none;
|
||||
@ -6251,6 +6351,10 @@ viewswitcherbar > actionbar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.polari-room-list.maximized .sidebar, .polari-room-list.tiled .sidebar, .polari-room-list.fullscreen .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area {
|
||||
background-color: #333333;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
@ -6269,6 +6373,10 @@ stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:active,
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.maximized stack.view.polari-entry-area, .tiled stack.view.polari-entry-area, .fullscreen stack.view.polari-entry-area {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area:disabled {
|
||||
background-image: image(#333333);
|
||||
}
|
||||
@ -6605,6 +6713,10 @@ flowboxchild.bookmark-tag-widget-selected {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.background.csd.main-window.maximized .sidebar.rooms-sidebar, .background.csd.main-window.tiled .sidebar.rooms-sidebar, .background.csd.main-window.fullscreen .sidebar.rooms-sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.documents-scrolledwin {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -6633,6 +6745,10 @@ window.background.csd > box.vertical > overlay > stack > box.vertical > actionba
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.tiled > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.fullscreen > box.vertical > overlay > stack > box.vertical > actionbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
background-color: transparent;
|
||||
border-radius: 12px;
|
||||
@ -6647,6 +6763,14 @@ window.background.csd evview.view.content-view {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.tiled > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.fullscreen > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized evview.view.content-view, window.background.csd.tiled evview.view.content-view, window.background.csd.fullscreen evview.view.content-view {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 12px 12px;
|
||||
background-color: #242424;
|
||||
@ -6665,6 +6789,14 @@ window.background.csd evview.view.content-view {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > box.vertical > box.vertical > box.vertical > paned.horizontal > separator {
|
||||
background-image: none;
|
||||
background-color: #0e0e0e;
|
||||
@ -6815,6 +6947,13 @@ window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > box > box > list,
|
||||
window.background.csd.maximized > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.tiled > stack > box > box > list,
|
||||
window.background.csd.tiled > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.fullscreen > stack > box > box > list,
|
||||
window.background.csd.fullscreen > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7100,6 +7239,10 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.thunar.maximized > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.tiled > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-top: none;
|
||||
background-color: rgba(51, 51, 51, 0.95);
|
||||
@ -7237,7 +7380,8 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd stack#conversation_viewer {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 13px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
@ -7331,6 +7475,34 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
|
||||
background: none;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.tiled > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.maximized > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.tiled > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer, .geary-main-window.background.csd.tiled stack#conversation_viewer, .geary-main-window.background.csd.fullscreen stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.tiled paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.maximized paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.tiled paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background:not(.csd) > widget > separator {
|
||||
padding-top: 1px;
|
||||
margin-top: 1px;
|
||||
@ -7640,6 +7812,10 @@ window.background.csd > box.horizontal > stack > box.vertical > notebook > stack
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.tiled > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.fullscreen > box.horizontal > stack > box.vertical > notebook > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
@ -7648,6 +7824,14 @@ window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizonta
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
toolbar#SubToolBox {
|
||||
min-height: 36px;
|
||||
}
|
||||
@ -8073,6 +8257,10 @@ window.background.csd > stack > stack > paned.horizontal > scrolledwindow > view
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.tiled > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.fullscreen > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook > notebook > stack {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
|
@ -26,6 +26,10 @@
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.background.csd.maximized, .background.csd.tiled, .background.csd.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.solid-csd {
|
||||
border-radius: 0;
|
||||
}
|
||||
@ -5072,15 +5076,19 @@ window.background.csd > box.vertical > box.horizontal > stack > widget > noteboo
|
||||
-gtk-icon-shadow: none;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack {
|
||||
.nautilus-window.maximized.background.csd, .nautilus-window.tiled.background.csd, .nautilus-window.fullscreen.background.csd {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized headerbar {
|
||||
.nautilus-window.maximized notebook, .nautilus-window.maximized notebook > stack, .nautilus-window.tiled notebook, .nautilus-window.tiled notebook > stack, .nautilus-window.fullscreen notebook, .nautilus-window.fullscreen notebook > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar {
|
||||
.nautilus-window.maximized headerbar, .nautilus-window.tiled headerbar, .nautilus-window.fullscreen headerbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.nautilus-window.maximized placessidebar, .nautilus-window.tiled placessidebar, .nautilus-window.fullscreen placessidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
@ -5343,42 +5351,38 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
background: none;
|
||||
}
|
||||
|
||||
.tiled window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .maximized window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, .fullscreen window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view {
|
||||
padding: 3px 6px 3px 6px;
|
||||
border-color: #242424;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover {
|
||||
background-color: #313131;
|
||||
}
|
||||
|
||||
.open-document-selector-treeview.view:hover:selected {
|
||||
window.org-gnome-gedit .open-document-selector-treeview.view:hover:selected {
|
||||
color: white;
|
||||
background-color: #ED5F5D;
|
||||
}
|
||||
|
||||
.open-document-selector-name-label {
|
||||
window.org-gnome-gedit .open-document-selector-name-label {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label {
|
||||
window.org-gnome-gedit .open-document-selector-path-label {
|
||||
color: #818181;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
.open-document-selector-path-label:selected {
|
||||
window.org-gnome-gedit .open-document-selector-path-label:selected {
|
||||
color: rgba(255, 255, 255, 0.9);
|
||||
}
|
||||
|
||||
.gedit-document-panel row.activatable {
|
||||
window.org-gnome-gedit .gedit-document-panel row.activatable {
|
||||
padding: 6px 0;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button {
|
||||
window.org-gnome-gedit .gedit-document-panel row button {
|
||||
min-width: 22px;
|
||||
min-height: 22px;
|
||||
padding: 0;
|
||||
@ -5387,47 +5391,47 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
-gtk-outline-radius: 100px;
|
||||
}
|
||||
|
||||
.gedit-document-panel row button image {
|
||||
window.org-gnome-gedit .gedit-document-panel row button image {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button {
|
||||
color: #a2a2a2;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:hover {
|
||||
color: #ff4d4d;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:not(:selected) button:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:not(:selected) button:active {
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover {
|
||||
color: #ff6666;
|
||||
}
|
||||
|
||||
.gedit-document-panel row:hover:selected button:hover:active {
|
||||
window.org-gnome-gedit .gedit-document-panel row:hover:selected button:hover:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.gedit-document-panel-dragged-row {
|
||||
window.org-gnome-gedit .gedit-document-panel-dragged-row {
|
||||
border: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #1a1a1a;
|
||||
color: #dedede;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar {
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
background-color: #333333;
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
.gedit-side-panel-paned statusbar frame > border {
|
||||
window.org-gnome-gedit .gedit-side-panel-paned statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.gedit-search-slider {
|
||||
window.org-gnome-gedit .gedit-search-slider {
|
||||
background-color: #383838;
|
||||
padding: 6px;
|
||||
border-color: rgba(255, 255, 255, 0.12);
|
||||
@ -5436,25 +5440,36 @@ window.org-gnome-gedit > overlay > box.vertical > paned.gedit-side-panel-paned s
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
.gedit-search-entry-occurrences-tag {
|
||||
window.org-gnome-gedit .gedit-search-entry-occurrences-tag {
|
||||
color: rgba(222, 222, 222, 0.6);
|
||||
border: none;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border {
|
||||
window.org-gnome-gedit .gedit-map-frame border {
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(ltr) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(ltr) {
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
.gedit-map-frame border:dir(rtl) {
|
||||
window.org-gnome-gedit .gedit-map-frame border:dir(rtl) {
|
||||
border-right-width: 1px;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.maximized > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow, window.org-gnome-gedit.fullscreen > overlay > box.vertical > paned.gedit-side-panel-paned > box.vertical > stack > grid.horizontal > scrolledwindow {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.org-gnome-gedit.tiled.background.csd,
|
||||
window.org-gnome-gedit.tiled .gedit-side-panel-paned statusbar, window.org-gnome-gedit.maximized.background.csd,
|
||||
window.org-gnome-gedit.maximized .gedit-side-panel-paned statusbar, window.org-gnome-gedit.fullscreen.background.csd,
|
||||
window.org-gnome-gedit.fullscreen .gedit-side-panel-paned statusbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.pluma-window statusbar frame > border {
|
||||
border: none;
|
||||
}
|
||||
@ -6039,11 +6054,6 @@ hdyleaflet frame.view list > separator, leaflet frame.view list > separator, box
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
row#AutostartTitle.tweak {
|
||||
padding: 3px;
|
||||
background-color: #242424;
|
||||
@ -6069,6 +6079,19 @@ row#AutostartTitle.tweak {
|
||||
background: none;
|
||||
}
|
||||
|
||||
window.background.csd > hdyleaflet > box.vertical > stack.main-container {
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > stack.main-container, window.background.csd.tiled > hdyleaflet > box.vertical > stack.main-container, window.background.csd.fullscreen > hdyleaflet > box.vertical > stack.main-container {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized .tweak-categories, window.background.csd.tiled .tweak-categories, window.background.csd.fullscreen .tweak-categories {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > stack {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
@ -6133,6 +6156,40 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack, window.background.csd.tiled > stack, window.background.csd.fullscreen > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background,
|
||||
window.background.csd.maximized > box.horizontal > stack.background, window.background.csd.tiled > leaflet > stack.background,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background,
|
||||
window.background.csd.tiled > box.horizontal > stack.background, window.background.csd.fullscreen > leaflet > stack.background,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.tiled > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame, window.background.csd.fullscreen > leaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > hdyleaflet > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > box.horizontal > stack.background > widget > box.vertical > box.vertical > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.maximized > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.tiled > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.tiled > box.horizontal > box.vertical > scrolledwindow.view, window.background.csd.fullscreen > leaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > hdyleaflet > box.vertical > scrolledwindow.view,
|
||||
window.background.csd.fullscreen > box.horizontal > box.vertical > scrolledwindow.view {
|
||||
border-bottom-left-radius: 1px;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd > box.vertical > stack {
|
||||
background-color: #242424;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6142,6 +6199,10 @@ window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical
|
||||
background: none;
|
||||
}
|
||||
|
||||
window#gnome-system-monitor.background.csd.maximized > box.vertical > stack, window#gnome-system-monitor.background.csd.tiled > box.vertical > stack, window#gnome-system-monitor.background.csd.fullscreen > box.vertical > stack {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
stack > grid.vertical > scrolledwindow {
|
||||
border: none;
|
||||
border-radius: 0 0 12px 12px;
|
||||
@ -6155,6 +6216,14 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid {
|
||||
border: none;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow, window.background.csd.tiled stack > grid.vertical > scrolledwindow, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.tiled stack > grid.vertical > scrolledwindow > viewport.frame list, window.background.csd.fullscreen stack > grid.vertical > scrolledwindow > viewport.frame list {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar,
|
||||
window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar {
|
||||
color: #FDFDFD;
|
||||
@ -6187,6 +6256,20 @@ window.background.csd > overlay > leaflet > overlay > scrolledwindow > viewport.
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.maximized > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.tiled > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.tiled > overlay > leaflet > stack > frame > grid.vertical, window.background.csd.fullscreen > overlay > hdyleaflet > stack > frame > grid.vertical,
|
||||
window.background.csd.fullscreen > overlay > leaflet > stack > frame > grid.vertical {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.maximized > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.tiled > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.tiled > overlay > leaflet > overlay > scrolledwindow > viewport.frame, window.background.csd.fullscreen > overlay > hdyleaflet > overlay > scrolledwindow > viewport.frame,
|
||||
window.background.csd.fullscreen > overlay > leaflet > overlay > scrolledwindow > viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
entry.contacts-postal-entry:focus {
|
||||
box-shadow: inset 0 0 0 1px rgba(245, 163, 162, 0.75);
|
||||
}
|
||||
@ -6220,16 +6303,29 @@ window.background.csd > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack.background, window.background.csd.tiled > box.vertical > overlay > stack.background, window.background.csd.fullscreen > box.vertical > overlay > stack.background {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
#weather-page,
|
||||
#weekly-forecast-frame {
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page, .tiled #weather-page, .fullscreen #weather-page, .maximized #weekly-forecast-frame, .tiled #weekly-forecast-frame, .fullscreen #weekly-forecast-frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
#weather-page-content-view {
|
||||
border-bottom-right-radius: 12px;
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.maximized #weather-page-content-view, .tiled #weather-page-content-view, .fullscreen #weather-page-content-view {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified {
|
||||
border-top-left-radius: 12px;
|
||||
border-top-right-radius: 12px;
|
||||
@ -6240,6 +6336,10 @@ window.background.csd.unified > deck > deck > deck > box.vertical > headerbar.ti
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.unified.maximized, window.background.csd.unified.tiled, window.background.csd.unified.fullscreen {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
hdyviewswitcherbar > actionbar,
|
||||
viewswitcherbar > actionbar {
|
||||
background: none;
|
||||
@ -6251,6 +6351,10 @@ viewswitcherbar > actionbar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.polari-room-list.maximized .sidebar, .polari-room-list.tiled .sidebar, .polari-room-list.fullscreen .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area {
|
||||
background-color: #333333;
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.12);
|
||||
@ -6269,6 +6373,10 @@ stack.view.polari-entry-area button.popup.flat.toggle.polari-nick-button:active,
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.maximized stack.view.polari-entry-area, .tiled stack.view.polari-entry-area, .fullscreen stack.view.polari-entry-area {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
stack.view.polari-entry-area:disabled {
|
||||
background-image: image(#333333);
|
||||
}
|
||||
@ -6605,6 +6713,10 @@ flowboxchild.bookmark-tag-widget-selected {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
.background.csd.main-window.maximized .sidebar.rooms-sidebar, .background.csd.main-window.tiled .sidebar.rooms-sidebar, .background.csd.main-window.fullscreen .sidebar.rooms-sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.documents-scrolledwin {
|
||||
background-color: transparent;
|
||||
}
|
||||
@ -6633,6 +6745,10 @@ window.background.csd > box.vertical > overlay > stack > box.vertical > actionba
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.tiled > box.vertical > overlay > stack > box.vertical > actionbar, window.background.csd.fullscreen > box.vertical > overlay > stack > box.vertical > actionbar {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
window.background.csd > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
background-color: transparent;
|
||||
border-radius: 12px;
|
||||
@ -6647,6 +6763,14 @@ window.background.csd evview.view.content-view {
|
||||
border-radius: 0 0 12px 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.tiled > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected), window.background.csd.fullscreen > box.vertical > scrolledwindow > iconview.view.content-view:not(:hover):not(:selected) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized evview.view.content-view, window.background.csd.tiled evview.view.content-view, window.background.csd.fullscreen evview.view.content-view {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 12px 12px;
|
||||
background-color: #242424;
|
||||
@ -6665,6 +6789,14 @@ window.background.csd evview.view.content-view {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd.maximized > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.tiled > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow, .background.csd.fullscreen > grid.horizontal > paned.horizontal > box.vertical > scrolledwindow {
|
||||
border-radius: 0 0 0 0;
|
||||
}
|
||||
|
||||
.background.csd > box.vertical > box.vertical > box.vertical > paned.horizontal > separator {
|
||||
background-image: none;
|
||||
background-color: #0e0e0e;
|
||||
@ -6815,6 +6947,13 @@ window.background.csd > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > box > box > list,
|
||||
window.background.csd.maximized > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.tiled > stack > box > box > list,
|
||||
window.background.csd.tiled > stack > box > stack > scrolledwindow > viewport > list, window.background.csd.fullscreen > stack > box > box > list,
|
||||
window.background.csd.fullscreen > stack > box > stack > scrolledwindow > viewport > list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
MsdOsdWindow.background.osd {
|
||||
border-radius: 2px;
|
||||
border: 1px solid rgba(22, 22, 22, 0.9);
|
||||
@ -7100,6 +7239,10 @@ window.background.csd.thunar > grid.horizontal > paned.horizontal > scrolledwind
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
window.background.csd.thunar.maximized > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.tiled > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane, window.background.csd.thunar.fullscreen > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.thunar > grid.horizontal > paned.horizontal > scrolledwindow.frame.sidebar.shortcuts-pane {
|
||||
border-top: none;
|
||||
background-color: rgba(51, 51, 51, 0.95);
|
||||
@ -7237,7 +7380,8 @@ window#GearyMainWindow.background.csd > overlay > box.vertical > paned > .sideba
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd stack#conversation_viewer {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
border-bottom-right-radius: 13px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
@ -7331,6 +7475,34 @@ window#GearyMainWindow.background.csd paned.geary-sidebar-pane-separator frame.g
|
||||
background: none;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.tiled > overlay > box.vertical > paned > .sidebar, .geary-main-window.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.maximized > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.tiled > overlay > box.vertical > paned > .sidebar,
|
||||
window#GearyMainWindow.background.csd.fullscreen > overlay > box.vertical > paned > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer, .geary-main-window.background.csd.tiled stack#conversation_viewer, .geary-main-window.background.csd.fullscreen stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer {
|
||||
border-bottom-right-radius: 1px;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame, .geary-main-window.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.maximized stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.tiled stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame,
|
||||
window#GearyMainWindow.background.csd.fullscreen stack#conversation_viewer scrolledwindow.geary-conversation-scroller viewport.frame {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.geary-main-window.background.csd.maximized paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.tiled paned.geary-sidebar-pane-separator statusbar, .geary-main-window.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.maximized paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.tiled paned.geary-sidebar-pane-separator statusbar,
|
||||
window#GearyMainWindow.background.csd.fullscreen paned.geary-sidebar-pane-separator statusbar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background:not(.csd) > widget > separator {
|
||||
padding-top: 1px;
|
||||
margin-top: 1px;
|
||||
@ -7640,6 +7812,10 @@ window.background.csd > box.horizontal > stack > box.vertical > notebook > stack
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.tiled > box.horizontal > stack > box.vertical > notebook > stack, window.background.csd.fullscreen > box.horizontal > stack > box.vertical > notebook > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
@ -7648,6 +7824,14 @@ window.background.csd > grid.vertical > overlay > grid.vertical > grid.horizonta
|
||||
border-bottom-right-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > .sidebar {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.tiled > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack, window.background.csd.fullscreen > grid.vertical > overlay > grid.vertical > grid.horizontal > paned.horizontal > stack {
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
toolbar#SubToolBox {
|
||||
min-height: 36px;
|
||||
}
|
||||
@ -8073,6 +8257,10 @@ window.background.csd > stack > stack > paned.horizontal > scrolledwindow > view
|
||||
border-bottom-left-radius: 12px;
|
||||
}
|
||||
|
||||
window.background.csd.maximized > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.tiled > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list, window.background.csd.fullscreen > stack > stack > paned.horizontal > scrolledwindow > viewport.frame list {
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.dynamic-notebook > notebook > stack {
|
||||
border-bottom-right-radius: 12px;
|
||||
background-color: #242424;
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user