Utnapishtim Linux Asked: 2015-02-11 19:16:10 +0800 CST2015-02-11 19:16:10 +0800 CST 2015-02-11 19:16:10 +0800 CST How to edit unity popup menu? 772 I want to create Ubuntu Touch theme for Ubuntu desktop. I have accomplished this so far. I'm left with one thing; and that is adding an orange border to the top panel popup menus. How can I do that? unity 1 Answers Voted Utnapishtim Linux 2015-02-11T19:27:05+08:002015-02-11T19:27:05+08:00 I fixed that by editing gtk-widgets.css .menu section. It looks like this now: .menu { padding: 0; border-radius: 0; border-bottom: 2px solid #f07746; background-color: @menu_bg_color; color: @menu_fg_color;
I fixed that by editing
gtk-widgets.css
.menu section. It looks like this now: