[gnome-flashback/wip/segeiger/gnome-3-18-stylefixes: 2/3] input-sources: fix GfInputSourcePopup style



commit 8a20f5bffed7859c396a060f6936ddcd27e58c76
Author: Sebastian Geiger <sbastig gmx net>
Date:   Fri Jan 22 20:35:50 2016 +0100

    input-sources: fix GfInputSourcePopup style
    
    Backported from commit: 79d740d2625f06103c5c7294888ba413bd7bbb05

 gnome-flashback/Adwaita.css      |    7 +++++--
 gnome-flashback/HighContrast.css |    7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/gnome-flashback/Adwaita.css b/gnome-flashback/Adwaita.css
index 0f33634..99a0209 100644
--- a/gnome-flashback/Adwaita.css
+++ b/gnome-flashback/Adwaita.css
@@ -1,6 +1,7 @@
 GfPopupWindow
 {
   background-color: #e8e8e7;
+  color: #2e3436;
   border: 1px solid rgba(0, 0, 0, 0.23);
   border-radius: 10px;
 }
@@ -12,12 +13,14 @@ GfPopupWindow.solid {
 
 GfInputSourcePopup #input-source
 {
-   font-size: 22px;
+  font-size: 22px;
 }
 
 GfInputSourcePopup #input-source:selected
 {
-  border-radius: 10px;
+  background-color: #4a90d9;
+  color: #ffffff;
+  border-radius: 6px;
 }
 
 FlashbackLabelWindow
diff --git a/gnome-flashback/HighContrast.css b/gnome-flashback/HighContrast.css
index 74383ab..1fb4c28 100644
--- a/gnome-flashback/HighContrast.css
+++ b/gnome-flashback/HighContrast.css
@@ -1,6 +1,7 @@
 GfPopupWindow
 {
   background-color: #ffffff;
+  color: #000000;
   border: 1px solid rgba(0, 0, 0, 0.23);
   border-radius: 10px;
 }
@@ -12,12 +13,14 @@ GfPopupWindow.solid {
 
 GfInputSourcePopup #input-source
 {
-   font-size: 22px;
+  font-size: 22px;
 }
 
 GfInputSourcePopup #input-source:selected
 {
-  border-radius: 10px;
+  background-color: #000000;
+  color: #ffffff;
+  border-radius: 6px;
 }
 
 FlashbackLabelWindow


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