~lightdm-gtk-greeter-team/lightdm-gtk-greeter/trunk

« back to all changes in this revision

Viewing changes to src/lightdm-gtk-greeter-fallback.css

  • Committer: Launchpad Translations on behalf of lightdm-gtk-greeter-team
  • Date: 2018-04-25 05:34:45 UTC
  • Revision ID: launchpad_translations_on_behalf_of_lightdm-gtk-greeter-team-20180425053445-q1gkc1ukj7bovd6m
Launchpad automatic translations update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
{
11
11
    padding: 1px;
12
12
}
 
13
 
 
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; }