[gnome-builder] theme: remove pillbox styling



commit 0ea2b91a8187244e24d9eacf3a637c80e7962971
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 5 16:02:31 2017 -0700

    theme: remove pillbox styling
    
    This comes from libdazzle now with theme-agnostic styling.

 data/theme/Adwaita-dark.css |   18 ------------------
 data/theme/Adwaita.css      |    6 ------
 data/theme/shared.css       |    9 ---------
 3 files changed, 0 insertions(+), 33 deletions(-)
---
diff --git a/data/theme/Adwaita-dark.css b/data/theme/Adwaita-dark.css
index 387661a..165e261 100644
--- a/data/theme/Adwaita-dark.css
+++ b/data/theme/Adwaita-dark.css
@@ -26,11 +26,6 @@ perspectiveswitcher button:hover {
 }
 
 
-pillbox {
-  background-color: #333435;
-}
-
-
 layouttabbar {
   background-color: #272c2e;
   box-shadow: 0 4px 3px -5px #2c3030 inset,
@@ -51,19 +46,6 @@ layouttab:backdrop {
 }
 
 
-docktabstrip {
-  background-color: #272c2e;
-  box-shadow: 0 4px 3px -5px #2c3030 inset,
-              0 -1px 0 #1c1f1f inset;
-}
-docktabstrip:backdrop {
-  box-shadow: 0 -1px 0 #2c3030 inset;
-}
-docktabstrip docktab:checked {
-  box-shadow: 0 -2px 0 #215d9c inset;
-}
-
-
 entry.search-missing {
   border-color: #330000;
 }
diff --git a/data/theme/Adwaita.css b/data/theme/Adwaita.css
index 8b62802..30958ed 100644
--- a/data/theme/Adwaita.css
+++ b/data/theme/Adwaita.css
@@ -12,12 +12,6 @@ eggsearchbar:backdrop box.search-bar {
 }
 
 
-pillbox {
-  background-color: #e1e1e1;
-  border-radius: 3px;
-}
-
-
 layouttabbar {
   background-color: #d6d6d6;
   border-bottom: 1px solid #a1a1a1;
diff --git a/data/theme/shared.css b/data/theme/shared.css
index cc948b8..b31c631 100644
--- a/data/theme/shared.css
+++ b/data/theme/shared.css
@@ -154,15 +154,6 @@ eggsearchbar entry {
   min-height: 24px;
 }
 
-
-/*
- * Pillbox is used to render "languages" in the greeter.
- */
-pillbox {
-  border-radius: 3px;
-}
-
-
 /*
  * Styling in the genesis (create project) perspective.
  */


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