lxqt / lxqt-themes

Themes, graphics and icons for LXQt
https://lxqt.github.io
GNU Lesser General Public License v2.1
28 stars 12 forks source link

Clearlooks has no visible #ColorPicker divider #102

Open isf63 opened 1 year ago

isf63 commented 1 year ago

I noticed there is no visible QFrame divider from the Color Picker widget, but of the 12 themes, only in Clearlooks.

Setting LXQtPanel #BackgroundWidget { background-color: green; } results in:

image

However, setting #ColorPicker QFrame { background: red; } shows that there is a bounding box for it still:

image2

isf63 commented 1 year ago

Not sure how I missed this at first look: https://github.com/lxqt/lxqt-themes/blob/f33eee46eb69a87859a373cf03ed7e6afc38d6a2/themes/Clearlooks/lxqt-panel.qss#L13 affects ColorPickerPlugin → ColorPickerWidget → QFrame.

stefonarch commented 10 months ago

It's also good visible in Leech: screen_area_mar_19:12:02_

isf63 commented 6 months ago

@stefonarch, it's the same as Clearlooks: https://github.com/lxqt/lxqt-themes/blob/f33eee46eb69a87859a373cf03ed7e6afc38d6a2/themes/Leech/lxqt-panel.qss#L13

In both cases border: 0px; hides the frame.