This commit is contained in:
vinceliuice
2022-03-18 20:55:19 +08:00
parent 0d949baee2
commit b646d62f32
4 changed files with 16 additions and 4 deletions

View File

@@ -1402,7 +1402,6 @@ searchbar > revealer > box {
} }
.titlebar:backdrop { .titlebar:backdrop {
background-color: #2C2C2C;
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
} }
@@ -1410,6 +1409,10 @@ searchbar > revealer > box {
color: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.3);
} }
.csd .titlebar:backdrop {
background-color: #2C2C2C;
}
.titlebar .title { .titlebar .title {
padding: 0 12px; padding: 0 12px;
font-weight: bold; font-weight: bold;

View File

@@ -1402,7 +1402,6 @@ searchbar > revealer > box {
} }
.titlebar:backdrop { .titlebar:backdrop {
background-color: #FAFAFA;
color: rgba(0, 0, 0, 0.6); color: rgba(0, 0, 0, 0.6);
} }
@@ -1410,6 +1409,10 @@ searchbar > revealer > box {
color: rgba(0, 0, 0, 0.26); color: rgba(0, 0, 0, 0.26);
} }
.csd .titlebar:backdrop {
background-color: #FAFAFA;
}
.titlebar .title { .titlebar .title {
padding: 0 12px; padding: 0 12px;
font-weight: bold; font-weight: bold;

View File

@@ -1402,7 +1402,6 @@ searchbar > revealer > box {
} }
.titlebar:backdrop { .titlebar:backdrop {
background-color: #2C2C2C;
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
} }
@@ -1410,6 +1409,10 @@ searchbar > revealer > box {
color: rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.3);
} }
.csd .titlebar:backdrop {
background-color: #2C2C2C;
}
.titlebar .title { .titlebar .title {
padding: 0 12px; padding: 0 12px;
font-weight: bold; font-weight: bold;

View File

@@ -1139,12 +1139,15 @@ searchbar > revealer > box {
&:disabled { color: $titlebar-text-disabled; } &:disabled { color: $titlebar-text-disabled; }
&:backdrop { &:backdrop {
background-color: $titlebar-backdrop;
color: $titlebar-text-secondary; color: $titlebar-text-secondary;
&:disabled { color: $titlebar-text-secondary-disabled; } &:disabled { color: $titlebar-text-secondary-disabled; }
} }
.csd &:backdrop {
background-color: $titlebar-backdrop;
}
.title { .title {
padding: 0 12px; padding: 0 12px;
font-weight: bold; font-weight: bold;