https://bugs.kde.org/show_bug.cgi?id=422866

--- Comment #4 from Ilhan Yesil <ilhanye...@gmx.de> ---
This is a german extension for libreoffice, so I can't provide a translation.
In this example, the third selection has three items. 

I've take a look in /usr/share/themes/Breeze/gtk-3.20/gtk.css:

If I add one line, I've a correct display:

assistant .sidebar {
  background-color: @theme_fg_color;
  border-top: 1px solid @borders; }
  assistant .sidebar:backdrop {
    background-color: @theme_fg_color;
    border-color: @borders; }
assistant.csd .sidebar {
  border-top-style: none; }
assistant .sidebar label {
  padding: 6px 12px; 
  background-color: @theme_bg_color;  <<---- added line
}
assistant .sidebar label.highlight {
  background-color: @extra_dull_borders; }

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to