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



commit 70dbffe68b318017a62d1035c71225f35d9e3f98
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 bab0101..17f6595 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -1503,6 +1503,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 9eb44a5..edaa2ae 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1503,6 +1503,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]