=== tsimpson_ is now known as tsimpson [12:44] Hello, [12:44] I've a bug only with the Ambiance theme and DbusGtkMenu menus from other applications than Unity panel and I just want to know how can I help you to fix this bug :) [12:44] https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/968133 [12:44] Launchpad bug 968133 in light-themes "Menus built with dbusmenu-gtk on Cairo-Dock are unreadable only with Ambiance GTK theme" [Undecided,Confirmed] [12:45] This is how it looks like: https://launchpadlibrarian.net/100414459/Bug_menu_sound-controller.png [12:47] I can fix the bug by adding '.menu,' just before "Genericmenuitem .menu, [12:47] DbusmenuGtkMenu .menu," on gtk-widgets.css:1045 but of course, there are other problems [12:49] sorry... [12:49] I said "I can fix the bug by adding '.menu,' just before "Genericmenuitem .menu, [12:49] DbusmenuGtkMenu .menu," on gtk-widgets.css:1045 but of course, there are other problems" [12:49] Ubuntu Serbia with few other Serbian Linux communities is working on a free e-magazine but we've got some design problems. Is there any community which is orriented towards open source and maybe will want to help us? [13:06] about my bug, it seems submenu are differents: http://uppix.net/7/4/4/5faa54d41169abdaddfec60169a73.png [13:08] but it's a bit strange because the menu is normal and the text is made for a dark menu... [13:08] It seems for the menu it doesn't use: Genericmenuitem .menu, DbusmenuGtkMenu .menu, .menubar .menu, .primary-toolbar .menu [13:08] But for the menu item, it uses the configuration set in: Genericmenuitem .menuitem, DbusmenuGtkMenu .menuitem, .menubar .menuitem, .primary-toolbar .menuitem [13:10] but I see that Unity has its own .css file. Is maybe Cairo-Dock needs that too? [13:24] Another thing: on the gtk-widgets.css file of the Radiance theme, I think there is a mistake at the line 1282: there is a dot at the end of the line instead of a comma. [13:24] Genericmenuitem .menuitem .accelerator:hover, [13:24] => DbusmenuGtkMenu .menuitem .accelerator:hover. [13:24] .menubar .menuitem .accelerator:hover,