mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-27 18:36:33 -07:00
update
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user