From f2e8d4c123c408efeb76a61403d4e24e5062a4a0 Mon Sep 17 00:00:00 2001 From: Rafael Mardojai CM Date: Sat, 20 Jul 2019 19:23:50 -0500 Subject: [PATCH] Add missing new line at end in some files --- theme/colors/light.css | 1 - theme/parts/buttons-fixes.css | 2 +- theme/parts/entries.css | 2 +- theme/parts/findbar.css | 2 +- theme/parts/scrollbars.css | 2 +- theme/symbolic-tab-icons.css | 1 + theme/system-icons.css | 1 + 7 files changed, 6 insertions(+), 5 deletions(-) diff --git a/theme/colors/light.css b/theme/colors/light.css index 5dbbbf6..37794e0 100644 --- a/theme/colors/light.css +++ b/theme/colors/light.css @@ -96,4 +96,3 @@ --gnome-inactive-tabbar-tab-active-border-bottom-color: var(--gnome-tabbar-tab-active-border-bottom-color); --gnome-inactive-tabbar-tab-active-color: var(--gnome-inactive-tabbar-tab-color); } - diff --git a/theme/parts/buttons-fixes.css b/theme/parts/buttons-fixes.css index 1fec29d..3824f7e 100644 --- a/theme/parts/buttons-fixes.css +++ b/theme/parts/buttons-fixes.css @@ -144,4 +144,4 @@ menulist { } .expander-down image, .expander-up image { margin: 6px !important; -} \ No newline at end of file +} diff --git a/theme/parts/entries.css b/theme/parts/entries.css index 3b3cd7a..d755de8 100644 --- a/theme/parts/entries.css +++ b/theme/parts/entries.css @@ -65,4 +65,4 @@ } #searchbar > .searchbar-textbox[focused] .searchbar-search-button:not(#hack) { margin: 0 !important; -} \ No newline at end of file +} diff --git a/theme/parts/findbar.css b/theme/parts/findbar.css index 9efc2a3..3d73cb8 100644 --- a/theme/parts/findbar.css +++ b/theme/parts/findbar.css @@ -44,4 +44,4 @@ hbox[anonid="findbar-textbox-wrapper"] { .findbar-find-status, .found-matches { order: 0 !important; } -} \ No newline at end of file +} diff --git a/theme/parts/scrollbars.css b/theme/parts/scrollbars.css index 1db7242..0557c40 100644 --- a/theme/parts/scrollbars.css +++ b/theme/parts/scrollbars.css @@ -30,4 +30,4 @@ toolbarbutton#alltabs-button { } #alltabs-button:-moz-window-inactive::before { opacity: 0.7 !important; -} \ No newline at end of file +} diff --git a/theme/symbolic-tab-icons.css b/theme/symbolic-tab-icons.css index e54473c..4f78367 100644 --- a/theme/symbolic-tab-icons.css +++ b/theme/symbolic-tab-icons.css @@ -14,3 +14,4 @@ tab .tab-icon-image { filter: var(--gnome-convert-icon-to-symbolic-hack-filter); } + diff --git a/theme/system-icons.css b/theme/system-icons.css index 2f85754..f818323 100644 --- a/theme/system-icons.css +++ b/theme/system-icons.css @@ -194,3 +194,4 @@ filter: var(--gnome-icons-hack-filter); list-style-image: url("moz-icon://stock/edit-paste-symbolic?size=dialog") !important; } +