B00merang-Project / Windows-XP

Windows XP themes
http://b00merang.weebly.com/windows-xp-themes.html
GNU General Public License v3.0
332 stars 27 forks source link

[BUG] Grouped-windows mouse hover doesn't have background #44

Closed Rendellan closed 1 year ago

Rendellan commented 1 year ago

When you hover the pointer on top of a grouped window, it won't have a background which can make selecting a window harder.

Proposed solution: I tried with Windows XP Luna theme, but if the menu-bottom.png exists, it should work. Modify cinnamon.css with the following:

.grouped-window-list-thumbnail-menu { spacing: 6px; padding: 6px 12px 12px 12px; border-image: url("menu-bottom.png") 6; color: #ffffff; }

Evidence: Before hotfix: image

After hotfix: image

Elbullazul commented 1 year ago

1c876f9 addresses this, thanks for your contribution