From da6caea713a89cacfd10b10cd7dcab42e9c1220a Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Mon, 2 Nov 2015 23:08:04 -0600 Subject: [PATCH] found what was causing the problem! --- .gitignore | 1 - src/lightdm-webkit2-greeter-application.css | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 src/lightdm-webkit2-greeter-application.css diff --git a/.gitignore b/.gitignore index 6d9f7d9..8782032 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ *.sig pkg/ -src/ ### JetBrains template # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio diff --git a/src/lightdm-webkit2-greeter-application.css b/src/lightdm-webkit2-greeter-application.css new file mode 100644 index 0000000..9ad6d22 --- /dev/null +++ b/src/lightdm-webkit2-greeter-application.css @@ -0,0 +1,3 @@ +GtkWindow { + background: #000000; +} \ No newline at end of file