it's ok now???? why????
parent
56f0dcc16e
commit
697b0c0c46
|
|
@ -5,6 +5,7 @@
|
|||
font-size: 14pt;
|
||||
color: #d6abab; /* Updated text color */
|
||||
background-color: #1a1a1a;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
/* Window styling */
|
||||
|
|
@ -18,7 +19,8 @@ window {
|
|||
|
||||
.rubberband {
|
||||
background-color: rgba(80, 24, 221, 0.2); /* translucent purple */
|
||||
border: 1px solid rgba(80, 24, 221, 0.8);
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -29,8 +31,9 @@ iconview:selected,
|
|||
treeview:selected,
|
||||
list:selected,
|
||||
row:selected {
|
||||
background-color: rgba(80, 24, 221, 0.25); /* subtle translucent purple */
|
||||
color: #d6abab; /* readable text */
|
||||
color: #E40046; /* readable text */
|
||||
border-width: 5px;
|
||||
border-color: #E40046;
|
||||
}
|
||||
|
||||
/* Also handle focus highlight for keyboard navigation */
|
||||
|
|
@ -38,7 +41,7 @@ row:selected {
|
|||
.view:selected:focus,
|
||||
row:selected:focus {
|
||||
background-color: rgba(80, 24, 221, 0.35);
|
||||
color: #ffffff;
|
||||
color: #5018DD;
|
||||
}
|
||||
|
||||
/* Smooth out / disable the dark flash when reaching scroll limits */
|
||||
|
|
|
|||
Loading…
Reference in New Issue