14
/* Make sure the GtkSeparatorMenuItems don't alter the overall panel/menubar background */
15
#panel_window menubar > separator { background: transparent; }
16
/* Workaround for Adwaita - and other themes - setting a smaller font for the keycap window */
17
#login_window.keycap, #power_window.keycap { font-size: initial; }