[gnome-builder] theme: remove searchbar styling



commit 880cb5173c6394d54030c23d279893e36ccc5689
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 5 16:07:45 2017 -0700

    theme: remove searchbar styling
    
    I don't think we are even using this anymore, but either way, the styling
    comes from Dazzle now.

 data/theme/Adwaita-dark.css |   10 ----------
 data/theme/Adwaita.css      |   11 -----------
 2 files changed, 0 insertions(+), 21 deletions(-)
---
diff --git a/data/theme/Adwaita-dark.css b/data/theme/Adwaita-dark.css
index 165e261..375c9d1 100644
--- a/data/theme/Adwaita-dark.css
+++ b/data/theme/Adwaita-dark.css
@@ -1,16 +1,6 @@
 @import url("resource:///org/gnome/builder/theme/Adwaita-shared.css");
 
 
-eggsearchbar box.search-bar {
-  background-color: #2c3133;
-  box-shadow: 0 4px 3px -5px #2c3030 inset,
-              0 -1px 0 #1c1f1f inset;
-}
-eggsearchbar:backdrop box.search-bar {
-  box-shadow: 0 -1px 0 #2c3030 inset;
-}
-
-
 perspectiveswitcher {
   background-color: #272c2e;
 }
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index 30958ed..cd209ba 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -1,17 +1,6 @@
 @import url("resource:///org/gnome/builder/theme/Adwaita-shared.css");
 
 
-eggsearchbar box.search-bar {
-  background-color: #d6d6d6;
-  box-shadow: 0 4px 3px -5px #aaa inset,
-              0 -1px 0 #a1a1a1 inset;
-}
-eggsearchbar:backdrop box.search-bar {
-  background-color: #d5d5d5;
-  box-shadow: none;
-}
-
-
 layouttabbar {
   background-color: #d6d6d6;
   border-bottom: 1px solid #a1a1a1;


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