Heisenberg Asked: 2020-12-12 13:36:04 +0800 CST2020-12-12 13:36:04 +0800 CST 2020-12-12 13:36:04 +0800 CST Class of CSS element of the background color of wifi selection box in gnome-shell 772 I want to change the background color of the wifi selection box in gnome. However, I don't know which CSS is responsible for the same. Can anybody help me? gnome themes css gnome-shell 1 Answers Voted Best Answer Heisenberg 2020-12-26T01:59:11+08:002020-12-26T01:59:11+08:00 I had to edit a CSS class in order to change the background color of the wifi menu. The class responsible for this was .nm-dialog-scroll-view .nm-dialog-scroll-view { background: transparent; /* use any color you want */ }
I had to edit a CSS class in order to change the background color of the wifi menu. The class responsible for this was
.nm-dialog-scroll-view