From 85a7646f24e233048a410e49a5fea26173942ad9 Mon Sep 17 00:00:00 2001 From: Test User Date: Sun, 3 Jan 2016 11:49:16 +0100 Subject: [PATCH] Fixes theming of option-button --- gtk-3.0/scss/apps/_unity-greeter.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk-3.0/scss/apps/_unity-greeter.scss b/gtk-3.0/scss/apps/_unity-greeter.scss index 3cb208f..5bbfee3 100644 --- a/gtk-3.0/scss/apps/_unity-greeter.scss +++ b/gtk-3.0/scss/apps/_unity-greeter.scss @@ -98,6 +98,10 @@ border-width: 0; } + .lightdm.option-button:insensitive:insensitive { + background: none; + } + .lightdm.toggle-button { background: none; border-width: 0;