From 3ba66b544006679c305b869b799e76e2cd523e76 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Tue, 9 Jan 2018 20:56:44 +0000 Subject: [PATCH] Mate screensaver styling --- common/gtk-3.0/3.20/sass/_applications.scss | 32 +++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index d6a4e8e..4241f6e 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -829,6 +829,38 @@ panel-toplevel.background { .panel .menu .spinner, .menu .spinner { opacity: 1 } // Fixes sound indicator buttons +/******************** + * Mate-Screensaver * + ********************/ + +.lock-dialog { + background-color: $panel_bg; + color: white; + + & entry, entry:focus textview text { + background-color: transparent; + color: white; + border-style: none; + border-bottom: 1px solid $borders_color; + border-radius: 1px; + } + + frame > border { + border-style: none; + border-width: 0px; + } + + & notebook { + color: white; + background-color: gtkopacity($panel_bg, 0.8); + } + + & button { + @extend %selected-button; + } +} + + // // Wingpanel Popover //