[gnome-shell/wip/carlosg/osk-cldr: 35/35] data: Add theming for OSK suggestions box



commit 626d54f3c51bf2ea0c080953965a021f9470b95b
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Dec 6 18:10:57 2017 +0100

    data: Add theming for OSK suggestions box

 data/theme/gnome-shell-high-contrast.css |    4 ++++
 data/theme/gnome-shell.css               |    4 ++++
 2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 444646a..8f15af7 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1495,6 +1495,10 @@ StScrollBar {
     border-width: 0; }
 
 /* On-screen Keyboard */
+.word-suggestions {
+  font-size: 14pt;
+  spacing: 12px; }
+
 #keyboard {
   background-color: rgba(46, 52, 54, 0.7); }
 
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 24f85f7..6b79ee7 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1495,6 +1495,10 @@ StScrollBar {
     border-width: 0; }
 
 /* On-screen Keyboard */
+.word-suggestions {
+  font-size: 14pt;
+  spacing: 12px; }
+
 #keyboard {
   background-color: rgba(46, 52, 54, 0.7); }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]