From 7a79236bab67e6421352d0dc0bb51ad2d493c32c Mon Sep 17 00:00:00 2001 From: Allan Day Date: Wed, 27 Feb 2013 12:11:55 +0000 Subject: [PATCH] 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 file changed, 2 insertions(+), 12 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 1d9201853..65c29ad70 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;