comparison gtk-3.20/gtk.scss @ 30:78e21cea68af

Fix context menus in some situations (seen in Corebird)
author IBBoard <dev@ibboard.co.uk>
date Mon, 05 Dec 2016 21:03:53 +0000
parents ccdb5b8b5a6f
children d8fb69db13bf
comparison
equal deleted inserted replaced
29:ccdb5b8b5a6f 30:78e21cea68af
419 } 419 }
420 } 420 }
421 // Make all menus dark - we mainly want the menu bar menus dark, but 421 // Make all menus dark - we mainly want the menu bar menus dark, but
422 // Firefox and other non-standard apps use those colours for their 422 // Firefox and other non-standard apps use those colours for their
423 // context menus as well, so be consistent. 423 // context menus as well, so be consistent.
424 menu { 424 menu, .menu, .context-menu {
425 background-color: $bg_dark_color; 425 background-color: $bg_dark_color;
426 color: $menu_fg_dark_color; 426 color: $menu_fg_dark_color;
427 border-color: $header_button_border; 427 border-color: $header_button_border;
428 } 428 }
429 // Except combo box backgrounds. We want those to be grey, like the 429 // Except combo box backgrounds. We want those to be grey, like the
430 // combobox itself 430 // combobox itself
431 #gtk-combobox-popup-menu { 431 popover.menu, #gtk-combobox-popup-menu {
432 background-color: $bg_color; 432 background-color: $bg_color;
433 color: $fg_color; 433 color: $fg_color;
434 } 434 }
435 // Top-level menu text needs to be tweaked to match dark menus 435 // Top-level menu text needs to be tweaked to match dark menus
436 menubar, headerbar { 436 menubar, headerbar {