Fix invisible separator in file browser Places

Set minimum height and color for the TreeView separator for the
RawTherapee and legacy RawTherapee themes.
This commit is contained in:
Lawrence Lee
2023-07-30 17:54:52 -07:00
parent b68a6e9581
commit a592b2dfc3
2 changed files with 4 additions and 0 deletions

View File

@@ -227,6 +227,8 @@ menu separator {
}
#PlacesPaned .view.separator {
min-height: 0.16666666666666666em;
color: #363636;
}
#MetaPanelNotebook separator {

View File

@@ -207,6 +207,8 @@ menu separator {
}
#PlacesPaned .view.separator {
min-height: 0.16666666666666666em;
color: #363636;
}
#MetaPanelNotebook separator {