[gnome-shell] theme: use standard styling for ibus candidate popups



commit 7a79236bab67e6421352d0dc0bb51ad2d493c32c
Author: Allan Day <allanpday gmail com>
Date:   Wed Feb 27 12:11:55 2013 +0000

    theme: use standard styling for ibus candidate popups
    
    This is more consistent and helps with legibility.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694796

 data/theme/gnome-shell.css |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 1d92018..65c29ad 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -125,7 +125,8 @@ StScrollBar StButton#vhandle:active {
 
 /* PopupMenu */
 
-.popup-menu-boxpointer {
+.popup-menu-boxpointer,
+.candidate-popup-boxpointer {
     -arrow-border-radius: 8px;
     -arrow-background-color: rgba(0,0,0,0.9);
     -arrow-border-width: 2px;
@@ -2129,23 +2130,12 @@ StScrollBar StButton#vhandle:active {
 }
 
 /* IBus Candidate Popup */
-.candidate-popup-boxpointer {
-    -arrow-border-radius: 8px;
-    -arrow-background-color: #707070;
-    -arrow-border-width: 0px;
-    -arrow-base: 24px;
-    -arrow-rise: 11px;
-}
 
 .candidate-popup-content {
     padding: 0.5em;
     spacing: 0.3em;
 }
 
-.candidate-popup-text {
-    font-size: 9pt;
-}
-
 .candidate-index {
     padding: 0 0.5em 0 0;
     color: #cccccc;


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