GTK3: Update 3.24.23

This commit is contained in:
Daniel Ruiz de Alegría
2020-09-17 15:24:09 +02:00
parent ab9324cffa
commit a6b929b9c4
5 changed files with 39 additions and 1 deletions
+10
View File
@@ -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; }