From 47c7074c13dc338cddc660b9fd27c3953af61033 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Fri, 12 Jul 2019 10:20:16 -0500 Subject: [PATCH] Fix #33 --- .gitignore | 0 LICENSE | 0 README.md | 0 theme/colors/dark.css | 0 theme/colors/light.css | 0 theme/gnome-icons.css | 0 theme/gnome-theme.css | 0 theme/hide-single-tab.css | 0 theme/matching-autocomplete-width.css | 0 theme/parts/buttons-fixes.css | 0 theme/parts/buttons.css | 0 theme/parts/csd.css | 0 theme/parts/custom-icons.css | 0 theme/parts/entries.css | 0 theme/parts/findbar.css | 0 theme/parts/headerbar-private-urlbar.css | 0 theme/parts/headerbar-urlbar.css | 0 theme/parts/headerbar.css | 0 theme/parts/popups-contents.css | 0 theme/parts/popups.css | 0 theme/parts/remove-white-flash.css | 0 theme/parts/tabsbar.css | 0 theme/parts/toolbox.css | 0 theme/symbolic-tab-icons.css | 0 userChrome.css | 0 25 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .gitignore mode change 100755 => 100644 LICENSE mode change 100755 => 100644 README.md mode change 100755 => 100644 theme/colors/dark.css mode change 100755 => 100644 theme/colors/light.css mode change 100755 => 100644 theme/gnome-icons.css mode change 100755 => 100644 theme/gnome-theme.css mode change 100755 => 100644 theme/hide-single-tab.css mode change 100755 => 100644 theme/matching-autocomplete-width.css mode change 100755 => 100644 theme/parts/buttons-fixes.css mode change 100755 => 100644 theme/parts/buttons.css mode change 100755 => 100644 theme/parts/csd.css mode change 100755 => 100644 theme/parts/custom-icons.css mode change 100755 => 100644 theme/parts/entries.css mode change 100755 => 100644 theme/parts/findbar.css mode change 100755 => 100644 theme/parts/headerbar-private-urlbar.css mode change 100755 => 100644 theme/parts/headerbar-urlbar.css mode change 100755 => 100644 theme/parts/headerbar.css mode change 100755 => 100644 theme/parts/popups-contents.css mode change 100755 => 100644 theme/parts/popups.css mode change 100755 => 100644 theme/parts/remove-white-flash.css mode change 100755 => 100644 theme/parts/tabsbar.css mode change 100755 => 100644 theme/parts/toolbox.css mode change 100755 => 100644 theme/symbolic-tab-icons.css mode change 100755 => 100644 userChrome.css diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/theme/colors/dark.css b/theme/colors/dark.css old mode 100755 new mode 100644 diff --git a/theme/colors/light.css b/theme/colors/light.css old mode 100755 new mode 100644 diff --git a/theme/gnome-icons.css b/theme/gnome-icons.css old mode 100755 new mode 100644 diff --git a/theme/gnome-theme.css b/theme/gnome-theme.css old mode 100755 new mode 100644 diff --git a/theme/hide-single-tab.css b/theme/hide-single-tab.css old mode 100755 new mode 100644 diff --git a/theme/matching-autocomplete-width.css b/theme/matching-autocomplete-width.css old mode 100755 new mode 100644 diff --git a/theme/parts/buttons-fixes.css b/theme/parts/buttons-fixes.css old mode 100755 new mode 100644 diff --git a/theme/parts/buttons.css b/theme/parts/buttons.css old mode 100755 new mode 100644 diff --git a/theme/parts/csd.css b/theme/parts/csd.css old mode 100755 new mode 100644 diff --git a/theme/parts/custom-icons.css b/theme/parts/custom-icons.css old mode 100755 new mode 100644 diff --git a/theme/parts/entries.css b/theme/parts/entries.css old mode 100755 new mode 100644 diff --git a/theme/parts/findbar.css b/theme/parts/findbar.css old mode 100755 new mode 100644 diff --git a/theme/parts/headerbar-private-urlbar.css b/theme/parts/headerbar-private-urlbar.css old mode 100755 new mode 100644 diff --git a/theme/parts/headerbar-urlbar.css b/theme/parts/headerbar-urlbar.css old mode 100755 new mode 100644 diff --git a/theme/parts/headerbar.css b/theme/parts/headerbar.css old mode 100755 new mode 100644 diff --git a/theme/parts/popups-contents.css b/theme/parts/popups-contents.css old mode 100755 new mode 100644 diff --git a/theme/parts/popups.css b/theme/parts/popups.css old mode 100755 new mode 100644 diff --git a/theme/parts/remove-white-flash.css b/theme/parts/remove-white-flash.css old mode 100755 new mode 100644 diff --git a/theme/parts/tabsbar.css b/theme/parts/tabsbar.css old mode 100755 new mode 100644 diff --git a/theme/parts/toolbox.css b/theme/parts/toolbox.css old mode 100755 new mode 100644 diff --git a/theme/symbolic-tab-icons.css b/theme/symbolic-tab-icons.css old mode 100755 new mode 100644 diff --git a/userChrome.css b/userChrome.css old mode 100755 new mode 100644