rtlewis88 / rtl88-Themes

GTK, xfwm4, openbox-3, GNOME-Shell Themes, and Cinnamon themes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solarized Dark shell popup-submenu background

somoant opened this issue · comments

gnome 3.36, 3.38 shell theme
Default background for popup submenu is the same as selected background
image

after remove background-color: #CB4B16; looks better
image

.popup-sub-menu {
border-top: 0;
border-bottom: 0;
padding-bottom: 0;
box-shadow: none;
background-color: #CB4B16;
}

@somoant I experimented with this and removing the back-ground color entirely just brought back the default gnome coloration which looks ugly with the rest of the them (using the Green 3.36 version here). I changed it to rgba(253, 246, 227, 0.12) and I think that looks much better.

image