[gtk+/gtk-3-22] Adwaita: Fix typo .backgrounf => .background



commit 77401118c21402e6a8438efb5659facecbb43413
Author: Daniel Boles <dboles src gnome org>
Date:   Wed Oct 4 15:42:18 2017 +0100

    Adwaita: Fix typo .backgrounf => .background

 gtk/theme/Adwaita/_common.scss           |    2 +-
 gtk/theme/Adwaita/gtk-contained-dark.css |    2 +-
 gtk/theme/Adwaita/gtk-contained.css      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 274c0ce..c4fb80c 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1658,7 +1658,7 @@ headerbar {
 .background.tiled-bottom .titlebar,
 .background.tiled-left .titlebar,
 .background.maximized .titlebar,
-.backgrounf.solid-csd .titlebar {
+.background.solid-csd .titlebar {
   &:backdrop, & {
     border-top-left-radius: 0;
     border-top-right-radius: 0;
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 82c4bac..0fc08f7 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -666,7 +666,7 @@ headerbar switch { margin-top: 9px; margin-bottom: 9px; }
 
 .background .titlebar:backdrop, .background .titlebar { border-top-left-radius: 7px; 
border-top-right-radius: 7px; }
 
-.background.tiled .titlebar:backdrop, .background.tiled .titlebar, .background.tiled-top .titlebar:backdrop, 
.background.tiled-top .titlebar, .background.tiled-right .titlebar:backdrop, .background.tiled-right 
.titlebar, .background.tiled-bottom .titlebar:backdrop, .background.tiled-bottom .titlebar, 
.background.tiled-left .titlebar:backdrop, .background.tiled-left .titlebar, .background.maximized 
.titlebar:backdrop, .background.maximized .titlebar, .backgrounf.solid-csd .titlebar:backdrop, 
.backgrounf.solid-csd .titlebar { border-top-left-radius: 0; border-top-right-radius: 0; }
+.background.tiled .titlebar:backdrop, .background.tiled .titlebar, .background.tiled-top .titlebar:backdrop, 
.background.tiled-top .titlebar, .background.tiled-right .titlebar:backdrop, .background.tiled-right 
.titlebar, .background.tiled-bottom .titlebar:backdrop, .background.tiled-bottom .titlebar, 
.background.tiled-left .titlebar:backdrop, .background.tiled-left .titlebar, .background.maximized 
.titlebar:backdrop, .background.maximized .titlebar, .background.solid-csd .titlebar:backdrop, 
.background.solid-csd .titlebar { border-top-left-radius: 0; border-top-right-radius: 0; }
 
 window separator:first-child + headerbar:first-child:backdrop, window separator:first-child + 
headerbar:first-child, window separator:first-child + headerbar:last-child:backdrop, window 
separator:first-child + headerbar:last-child, window stack headerbar:first-child:backdrop, window stack 
headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child, 
headerbar:first-child:first-child:backdrop, headerbar:first-child:first-child, 
headerbar:first-child:last-child:backdrop, headerbar:first-child:last-child, 
headerbar:last-child:first-child:backdrop, headerbar:last-child:first-child, 
headerbar:last-child:last-child:backdrop, headerbar:last-child:last-child { border-top-left-radius: 7px; 
border-top-right-radius: 7px; }
 
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 5409f53..762fc03 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -674,7 +674,7 @@ headerbar switch { margin-top: 9px; margin-bottom: 9px; }
 
 .background .titlebar:backdrop, .background .titlebar { border-top-left-radius: 7px; 
border-top-right-radius: 7px; }
 
-.background.tiled .titlebar:backdrop, .background.tiled .titlebar, .background.tiled-top .titlebar:backdrop, 
.background.tiled-top .titlebar, .background.tiled-right .titlebar:backdrop, .background.tiled-right 
.titlebar, .background.tiled-bottom .titlebar:backdrop, .background.tiled-bottom .titlebar, 
.background.tiled-left .titlebar:backdrop, .background.tiled-left .titlebar, .background.maximized 
.titlebar:backdrop, .background.maximized .titlebar, .backgrounf.solid-csd .titlebar:backdrop, 
.backgrounf.solid-csd .titlebar { border-top-left-radius: 0; border-top-right-radius: 0; }
+.background.tiled .titlebar:backdrop, .background.tiled .titlebar, .background.tiled-top .titlebar:backdrop, 
.background.tiled-top .titlebar, .background.tiled-right .titlebar:backdrop, .background.tiled-right 
.titlebar, .background.tiled-bottom .titlebar:backdrop, .background.tiled-bottom .titlebar, 
.background.tiled-left .titlebar:backdrop, .background.tiled-left .titlebar, .background.maximized 
.titlebar:backdrop, .background.maximized .titlebar, .background.solid-csd .titlebar:backdrop, 
.background.solid-csd .titlebar { border-top-left-radius: 0; border-top-right-radius: 0; }
 
 window separator:first-child + headerbar:first-child:backdrop, window separator:first-child + 
headerbar:first-child, window separator:first-child + headerbar:last-child:backdrop, window 
separator:first-child + headerbar:last-child, window stack headerbar:first-child:backdrop, window stack 
headerbar:first-child, window stack headerbar:last-child:backdrop, window stack headerbar:last-child, 
headerbar:first-child:first-child:backdrop, headerbar:first-child:first-child, 
headerbar:first-child:last-child:backdrop, headerbar:first-child:last-child, 
headerbar:last-child:first-child:backdrop, headerbar:last-child:first-child, 
headerbar:last-child:last-child:backdrop, headerbar:last-child:last-child { border-top-left-radius: 7px; 
border-top-right-radius: 7px; }
 


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