[gedit] Use the theme color for the search popup background.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Use the theme color for the search popup background.
- Date: Fri, 2 Mar 2012 13:05:44 +0000 (UTC)
commit 4808d12a7c1f69f487ff1031fe4ba1cbce80943f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Fri Mar 2 13:04:12 2012 +0100
Use the theme color for the search popup background.
This way we have the same color background as the tab.
gedit/gedit-floating-slider.c | 17 +----------------
1 files changed, 1 insertions(+), 16 deletions(-)
---
diff --git a/gedit/gedit-floating-slider.c b/gedit/gedit-floating-slider.c
index 620e70b..ba2eeb3 100644
--- a/gedit/gedit-floating-slider.c
+++ b/gedit/gedit-floating-slider.c
@@ -321,10 +321,7 @@ gedit_floating_slider_class_init (GeditFloatingSliderClass *klass)
GtkWidgetClass *widget_class = GTK_WIDGET_CLASS (klass);
static const gchar style[] =
"* {"
- "background-image: -gtk-gradient (linear,\n"
- "left top, left bottom,\n"
- "from (shade (@notebook_tab_gradient_a, 0.97)),\n"
- "to (shade (@notebook_tab_gradient_b, 0.90)));\n"
+ "background-color: @theme_base_color;\n"
"padding: 6px;\n"
"border-color: shade (@notebook_tab_gradient_b, 0.80);\n"
@@ -332,18 +329,6 @@ gedit_floating_slider_class_init (GeditFloatingSliderClass *klass)
"border-radius: 0 0 3px 3px;\n"
"border-width: 0 1px 1px 1px;\n"
"border-style: solid;\n"
- "}\n"
-
- ".button {"
- "background-color: alpha (@theme_base_color, 0.0);"
- "background-image: none;"
-
- "padding: 0;\n"
- "border-style: none;"
- "border-image: none;"
-
- "-GtkButton-image-spacing: 0;"
- "-GtkButton-inner-border: 0;"
"}";
object_class->finalize = gedit_floating_slider_finalize;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]