gtk: Add a workaround for rename entries in FileZilla
Fixes https://github.com/nana-4/materia-theme/issues/503
Fixes https://github.com/nana-4/materia-theme/issues/503
by roundabout, Saturday, 13 June 2020, 00:43:09 (1592008989), pushed by roundabout, Sunday, 11 May 2025, 13:22:53 (1746969773)
Author identity: nana-4 <hnmaigo@gmail.com>
d0629951993b4b74e344e9df01fb878efa2a5e64
}
/*************
* FileZilla *
*************/
window.background > box.vertical > widget > widget > widget > widget > widget > widget > widget > scrolledwindow > widget {
> entry {
all: unset;
padding: 5px;
box-shadow: inset 0 0 0 1px $overlay-selected;
background-color: $base;
}
> widget > entry {
all: unset;
padding: 0 3px 1px;
box-shadow: inset 0 0 0 1px $overlay-selected;
background-color: $base;
}
}
/************
* Chromium *
************/