summaryrefslogtreecommitdiff
path: root/src/lightdm-gtk-greeter-fallback.css
blob: 7cd7fbca4df765e202d06992776d2b9f559f4dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#layout_menuitem>GtkLabel
{
    border: 1px solid alpha(@menu_fg_color, 0.8);
    border-radius: 0.5em;
    padding: 0px 0.25em;
    background: alpha(@menu_fg_color, 0.2);
}

#layout_menuitem
{
    padding: 1px;
}

/* Make sure the GtkSeparatorMenuItems don't alter the overall panel/menubar background */
#panel_window menubar > separator { background: transparent; }