Colloid-gtk-theme
Colloid-gtk-theme copied to clipboard
Colloid issue with shell + dash to dock css issue( missing drop shadow,border..)
Hi author !
I want to report, look like is css issue with dash to dock and dark colloid theme
You can see. The menu don't have drop shadow when using with gnome-shell
Nvm i just find out the way.
To add border. find gnome-shell.css in gnome-shell folder
Look for popup-menu .popup-menu-content class . Add border: 1px solid #212121; font-weight: normal;
.popup-menu .popup-menu-content {
padding: 6px 0 !important;
background-color: #2c2c2c;
border-radius: 12px;
margin: 0;
/* dropshadow */
border: 1px solid #212121;
font-weight: normal;
}
Result:

What's your gnome-shell version?
@vinceliuice sorry for late response. It 3.36 (Ubuntu 20.04.3 LTS)