GTK3: Update 3.24.23
This commit is contained in:
parent
ab9324cffa
commit
a6b929b9c4
@ -131,6 +131,12 @@ label {
|
||||
color: #43495a; }
|
||||
button label:disabled:backdrop {
|
||||
color: inherit; }
|
||||
label.error {
|
||||
color: #bf1717; }
|
||||
label.error:disabled {
|
||||
color: rgba(191, 23, 23, 0.5); }
|
||||
label.error:disabled:backdrop {
|
||||
color: rgba(191, 23, 23, 0.4); }
|
||||
|
||||
.dim-label, .titlebar:not(headerbar) .subtitle,
|
||||
headerbar .subtitle, label.separator {
|
||||
@ -424,6 +430,10 @@ entry progress {
|
||||
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
||||
border-top-color: #19a187; }
|
||||
|
||||
spinbutton.error:not(.vertical),
|
||||
entry.error {
|
||||
color: #bf1717; }
|
||||
|
||||
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
|
||||
background-color: #272a34;
|
||||
transition-property: color, background; }
|
||||
|
||||
@ -131,6 +131,12 @@ label {
|
||||
color: #43495a; }
|
||||
button label:disabled:backdrop {
|
||||
color: inherit; }
|
||||
label.error {
|
||||
color: #bf1717; }
|
||||
label.error:disabled {
|
||||
color: rgba(191, 23, 23, 0.5); }
|
||||
label.error:disabled:backdrop {
|
||||
color: rgba(191, 23, 23, 0.4); }
|
||||
|
||||
.dim-label, .titlebar:not(headerbar) .subtitle,
|
||||
headerbar .subtitle, label.separator {
|
||||
@ -424,6 +430,10 @@ entry progress {
|
||||
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
||||
border-top-color: #19a187; }
|
||||
|
||||
spinbutton.error:not(.vertical),
|
||||
entry.error {
|
||||
color: #bf1717; }
|
||||
|
||||
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
|
||||
background-color: #272a34;
|
||||
transition-property: color, background; }
|
||||
|
||||
@ -131,6 +131,12 @@ label {
|
||||
color: #d9d9d9; }
|
||||
button label:disabled:backdrop {
|
||||
color: inherit; }
|
||||
label.error {
|
||||
color: #bf1717; }
|
||||
label.error:disabled {
|
||||
color: rgba(191, 23, 23, 0.5); }
|
||||
label.error:disabled:backdrop {
|
||||
color: rgba(191, 23, 23, 0.4); }
|
||||
|
||||
.dim-label, .titlebar:not(headerbar) .subtitle,
|
||||
headerbar .subtitle, label.separator {
|
||||
@ -424,6 +430,10 @@ entry progress {
|
||||
.linked.vertical > entry:drop(active):not(:only-child) + combobox > box > button.combo {
|
||||
border-top-color: #19a187; }
|
||||
|
||||
spinbutton.error:not(.vertical),
|
||||
entry.error {
|
||||
color: #bf1717; }
|
||||
|
||||
treeview entry:focus:dir(rtl), treeview entry:focus:dir(ltr) {
|
||||
background-color: #fafafa;
|
||||
transition-property: color, background; }
|
||||
|
||||
@ -205,6 +205,12 @@ label {
|
||||
&:backdrop {
|
||||
selection { @extend %selected_items_backdrop; }
|
||||
}
|
||||
|
||||
&.error {
|
||||
color: $error_color;
|
||||
&:disabled { color: transparentize($error_color,0.5); }
|
||||
&:disabled:backdrop { color: transparentize($error_color,0.6); }
|
||||
}
|
||||
}
|
||||
|
||||
.dim-label {
|
||||
@ -473,6 +479,8 @@ entry {
|
||||
+ combobox > box > button.combo { border-top-color: $drop_target_color; }
|
||||
}
|
||||
}
|
||||
|
||||
&.error { color: $error_color; }
|
||||
}
|
||||
|
||||
treeview entry {
|
||||
|
||||
@ -4,7 +4,7 @@ GREEN='\033[0;32m'
|
||||
YELLOW='\033[0;33m'
|
||||
RESET='\033[0m'
|
||||
|
||||
VERSION=3.24.22
|
||||
VERSION=3.24.23
|
||||
|
||||
echo
|
||||
echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user