gtk themeing die 23ste
parent
ab1fc6b3b4
commit
63af0a3050
|
|
@ -31,7 +31,7 @@ iconview:selected,
|
||||||
treeview:selected,
|
treeview:selected,
|
||||||
list:selected,
|
list:selected,
|
||||||
row:selected {
|
row:selected {
|
||||||
color: #d6abab; /* readable text */
|
color: #5018DD; /* readable text */
|
||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
border-color: #E40046;
|
border-color: #E40046;
|
||||||
}
|
}
|
||||||
|
|
@ -52,6 +52,10 @@ overshoot.right {
|
||||||
background: transparent; /* removes the opaque overlay */
|
background: transparent; /* removes the opaque overlay */
|
||||||
background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */
|
background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */
|
||||||
border: none;
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
margin: 0;
|
||||||
|
min-height: 0;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Optional: make it fade faster for less distraction */
|
/* Optional: make it fade faster for less distraction */
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ iconview:selected,
|
||||||
treeview:selected,
|
treeview:selected,
|
||||||
list:selected,
|
list:selected,
|
||||||
row:selected {
|
row:selected {
|
||||||
color: #d6abab; /* readable text */
|
color: #5018DD; /* readable text */
|
||||||
border-width: 5px;
|
border-width: 5px;
|
||||||
border-color: #E40046;
|
border-color: #E40046;
|
||||||
}
|
}
|
||||||
|
|
@ -52,6 +52,10 @@ overshoot.right {
|
||||||
background: transparent; /* removes the opaque overlay */
|
background: transparent; /* removes the opaque overlay */
|
||||||
background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */
|
background-color: rgba(80, 24, 221, 0.08); /* faint translucent purple instead */
|
||||||
border: none;
|
border: none;
|
||||||
|
box-shadow: none;
|
||||||
|
margin: 0;
|
||||||
|
min-height: 0;
|
||||||
|
min-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Optional: make it fade faster for less distraction */
|
/* Optional: make it fade faster for less distraction */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue