[gnome-flashback] remove old Adwaita.css and HighContrast.css



commit 92723ff095d3bd15f9b9f3c6534b7b6707bedf66
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Tue Jan 19 14:56:29 2016 +0200

    remove old Adwaita.css and HighContrast.css

 data/theme/Adwaita/gnome-flashback-dark.css |    2 --
 data/theme/Adwaita/gnome-flashback.css      |    2 --
 data/theme/HighContrast/gnome-flashback.css |    2 --
 gnome-flashback/Makefile.am                 |    2 --
 gnome-flashback/flashback.gresource.xml     |    2 --
 5 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/data/theme/Adwaita/gnome-flashback-dark.css b/data/theme/Adwaita/gnome-flashback-dark.css
index 5f7a14e..4a0d734 100644
--- a/data/theme/Adwaita/gnome-flashback-dark.css
+++ b/data/theme/Adwaita/gnome-flashback-dark.css
@@ -1,5 +1,3 @@
- import url("resource:///org/gnome/gnome-flashback/Adwaita.css");
-
 gf-popup-window {
   background-color: #393f3f;
   color: #eeeeec;
diff --git a/data/theme/Adwaita/gnome-flashback.css b/data/theme/Adwaita/gnome-flashback.css
index 0f3407c..3802f18 100644
--- a/data/theme/Adwaita/gnome-flashback.css
+++ b/data/theme/Adwaita/gnome-flashback.css
@@ -1,5 +1,3 @@
- import url("resource:///org/gnome/gnome-flashback/Adwaita.css");
-
 gf-popup-window {
   background-color: #e8e8e7;
   color: #2e3436;
diff --git a/data/theme/HighContrast/gnome-flashback.css b/data/theme/HighContrast/gnome-flashback.css
index 53215f8..4ad1416 100644
--- a/data/theme/HighContrast/gnome-flashback.css
+++ b/data/theme/HighContrast/gnome-flashback.css
@@ -1,5 +1,3 @@
- import url("resource:///org/gnome/gnome-flashback/HighContrast.css");
-
 gf-popup-window {
   background-color: #ffffff;
   color: #000000;
diff --git a/gnome-flashback/Makefile.am b/gnome-flashback/Makefile.am
index 06ec724..41c6a94 100644
--- a/gnome-flashback/Makefile.am
+++ b/gnome-flashback/Makefile.am
@@ -82,9 +82,7 @@ BUILT_SOURCES = \
        $(NULL)
 
 EXTRA_DIST = \
-       Adwaita.css \
        flashback.gresource.xml \
-       HighContrast.css \
        $(NULL)
 
 CLEANFILES = \
diff --git a/gnome-flashback/flashback.gresource.xml b/gnome-flashback/flashback.gresource.xml
index 1d7b838..e35cf55 100644
--- a/gnome-flashback/flashback.gresource.xml
+++ b/gnome-flashback/flashback.gresource.xml
@@ -7,8 +7,6 @@
     <file 
alias="HighContrast/gnome-flashback-dark.css">../data/theme/HighContrast/gnome-flashback-dark.css</file>
   </gresource>
   <gresource prefix="/org/gnome/gnome-flashback">
-    <file>Adwaita.css</file>
-    <file>HighContrast.css</file>
     <file alias="flashback-confirm-dialog.ui" 
compressed="true">libdisplay-config/flashback-confirm-dialog.ui</file>
     <file alias="gf-inhibit-dialog.ui" compressed="true">libend-session-dialog/gf-inhibit-dialog.ui</file>
     <file alias="flashback-polkit-dialog.ui" compressed="true">libpolkit/flashback-polkit-dialog.ui</file>


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