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