[gnome-shell/wip/jimmac/osk-338-tweaks] theme: OSK opaque
- From: Jakub Steiner <jimmac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/jimmac/osk-338-tweaks] theme: OSK opaque
- Date: Thu, 20 Feb 2020 13:11:05 +0000 (UTC)
commit eea0109b0fa4ad45783462dc4961dea74ebce28a
Author: Jakub Steiner <jimmac gmail com>
Date: Thu Feb 20 14:08:34 2020 +0100
theme: OSK opaque
- the on screen keyboard is not an overlay in most cases. the semi-opacity
is distracting.
- use opaque background color
data/theme/gnome-shell-sass/widgets/_keyboard.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_keyboard.scss
b/data/theme/gnome-shell-sass/widgets/_keyboard.scss
index f866d77ca9..86bfa27a33 100644
--- a/data/theme/gnome-shell-sass/widgets/_keyboard.scss
+++ b/data/theme/gnome-shell-sass/widgets/_keyboard.scss
@@ -9,8 +9,8 @@ $default_key_bg_color: if($variant=='light', darken($osd_bg_color, 11%), lighten
// draw keys using button function
#keyboard {
- background-color: transparentize(if($variant=='light', darken($bg_color, 5%), darken($bg_color, 8%)), 0.1);
- box-shadow: inset 0 1px 0 0 $osd_outer_borders_color;
+ background-color: $bg_color;
+ box-shadow: inset 0 1px 0 0 $borders_color;
.page-indicator {
padding: $base_padding;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]