mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-27 10:26:33 -07:00
update
This commit is contained in:
@@ -1402,7 +1402,6 @@ searchbar > revealer > box {
|
||||
}
|
||||
|
||||
.titlebar:backdrop {
|
||||
background-color: #2C2C2C;
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
@@ -1410,6 +1409,10 @@ searchbar > revealer > box {
|
||||
color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.csd .titlebar:backdrop {
|
||||
background-color: #2C2C2C;
|
||||
}
|
||||
|
||||
.titlebar .title {
|
||||
padding: 0 12px;
|
||||
font-weight: bold;
|
||||
|
@@ -1402,7 +1402,6 @@ searchbar > revealer > box {
|
||||
}
|
||||
|
||||
.titlebar:backdrop {
|
||||
background-color: #FAFAFA;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
@@ -1410,6 +1409,10 @@ searchbar > revealer > box {
|
||||
color: rgba(0, 0, 0, 0.26);
|
||||
}
|
||||
|
||||
.csd .titlebar:backdrop {
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
.titlebar .title {
|
||||
padding: 0 12px;
|
||||
font-weight: bold;
|
||||
|
@@ -1402,7 +1402,6 @@ searchbar > revealer > box {
|
||||
}
|
||||
|
||||
.titlebar:backdrop {
|
||||
background-color: #2C2C2C;
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
|
||||
@@ -1410,6 +1409,10 @@ searchbar > revealer > box {
|
||||
color: rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
|
||||
.csd .titlebar:backdrop {
|
||||
background-color: #2C2C2C;
|
||||
}
|
||||
|
||||
.titlebar .title {
|
||||
padding: 0 12px;
|
||||
font-weight: bold;
|
||||
|
@@ -1139,12 +1139,15 @@ searchbar > revealer > box {
|
||||
&:disabled { color: $titlebar-text-disabled; }
|
||||
|
||||
&:backdrop {
|
||||
background-color: $titlebar-backdrop;
|
||||
color: $titlebar-text-secondary;
|
||||
|
||||
&:disabled { color: $titlebar-text-secondary-disabled; }
|
||||
}
|
||||
|
||||
.csd &:backdrop {
|
||||
background-color: $titlebar-backdrop;
|
||||
}
|
||||
|
||||
.title {
|
||||
padding: 0 12px;
|
||||
font-weight: bold;
|
||||
|
Reference in New Issue
Block a user