From 307f7a3024995475ad7323b6cd93e0879ce2d930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20D=C3=A9murget?= Date: Tue, 30 Oct 2012 23:05:23 +0100 Subject: [PATCH] IM status menu: adjust the combo popup background The transparent background for available/unavailable IM status menu makes the text difficult to read. Simplifies that by using the default combo-popup background instead of a custom one. https://bugzilla.gnome.org/show_bug.cgi?id=658091 --- data/theme/gnome-shell.css | 1 - 1 file changed, 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 417bc54ae..91040861b 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -551,7 +551,6 @@ StScrollBar StButton#vhandle:active { } .status-chooser-combo.popup-combo-menu { - background-color: rgba(0,0,0,0.7); padding: .4em 0em; border-radius: 4px; border: 1px solid #5f5f5f;