From 2aebfb76ffc6c06f4cffb91cb10c7ac7af710666 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Wed, 3 Jul 2013 18:03:36 +0530 Subject: [PATCH] Fix typo --- gtk-3.0/gtk-widgets.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index c720d1b..fc5efc0 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -1516,11 +1516,10 @@ GtkComboBox .separator { border-style: solid; border-color: shade(@theme_base_color, 0.8); border-width: 0 1px 1px 1px; - border-radius: 0 0 5px 5px; + border-radius: 0 0 2px 2px; padding: 8px; background-color: @theme_base_color; - background-color: none; - + background-image: none; color: @theme_text_color; }