Browse Source

Merge pull request #69 from samueldr/fix-backgroundflash

Combine css files in one / Removes white flash
sisyphus
Dustin Falgout 9 years ago committed by GitHub
parent
commit
2120486d18
  1. 4
      src/Makefile.am
  2. 3
      src/lightdm-webkit2-greeter-application-3.20.css
  3. 1
      src/lightdm-webkit2-greeter-application.css

4
src/Makefile.am

@ -1,11 +1,7 @@
webextension_LTLIBRARIES = liblightdm-webkit2-greeter-ext.la
webextensiondir = $(libdir)/lightdm-webkit2-greeter
if HAVE_GTK320
ldmcssfile = lightdm-webkit2-greeter-application-3.20.css
else
ldmcssfile = lightdm-webkit2-greeter-application.css
endif
lightdm-webkit2-greeter-css-application.h: $(srcdir)/$(ldmcssfile) Makefile
$(AM_V_GEN) exo-csource --static --name=lightdm_webkit2_greeter_css_application $< >$@

3
src/lightdm-webkit2-greeter-application-3.20.css

@ -1,3 +0,0 @@
window {
background: #000000;
}

1
src/lightdm-webkit2-greeter-application.css

@ -1,3 +1,4 @@
window,
GtkWindow {
background: #000000;
}

Loading…
Cancel
Save