[gnome-builder] style: fix search entries in panels



commit 9e0d0c157b4884439006d70905308530501b8a32
Author: Christian Hergert <chergert redhat com>
Date:   Thu Oct 29 10:36:02 2015 -0700

    style: fix search entries in panels

 data/theme/Adwaita-shared.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/theme/Adwaita-shared.css b/data/theme/Adwaita-shared.css
index 51f62cf..a14f12a 100644
--- a/data/theme/Adwaita-shared.css
+++ b/data/theme/Adwaita-shared.css
@@ -12,7 +12,7 @@
 /*
  * Preferences styling.
  */
-GbPreferencesPageLanguage GtkSearchEntry {
+GbPreferencesPageLanguage entry {
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
 }
@@ -138,7 +138,7 @@ GbWorkspacePane GbViewStack GtkBox.header.notebook GtkSeparator.vertical {
 /*
  * Adjust devehlp styling.
  */
-DhSidebar GtkSearchEntry {
+DhSidebar entry {
   border-left: none;
   border-right: none;
   border-top: none;
@@ -149,7 +149,7 @@ DhSidebar GtkSearchEntry {
 /*
  * Adjust symbol panel styling.
  */
-SymbolTree GtkSearchEntry {
+SymbolTree entry {
   border-left: none;
   border-right: none;
   border-top: none;


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