From 6da0ebe35f3ae43797ac3acbf28ed65a8906560d Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 20 Feb 2015 17:43:46 -0800 Subject: [PATCH] data: Update theme again Fix another warning message when opening the calendar. --- data/theme/gnome-shell-high-contrast.css | 1 - data/theme/gnome-shell-sass | 2 +- data/theme/gnome-shell.css | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css index e98f2ebdd..9cb794fc0 100644 --- a/data/theme/gnome-shell-high-contrast.css +++ b/data/theme/gnome-shell-high-contrast.css @@ -645,7 +645,6 @@ StScrollBar { color: white; background-color: transparent; width: 32px; - background-position: center; border-radius: 4px; } .pager-button:hover, .pager-button:focus { background-color: rgba(255, 255, 255, 0.05); } diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass index ffaf0147e..04c721a71 160000 --- a/data/theme/gnome-shell-sass +++ b/data/theme/gnome-shell-sass @@ -1 +1 @@ -Subproject commit ffaf0147e477ffaff845cfa009a7b21dc9cc459b +Subproject commit 04c721a71fe879d77cb5a03c5e291ac57fe3ca0c diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 1a267aa58..e20cd647c 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -645,7 +645,6 @@ StScrollBar { color: white; background-color: transparent; width: 32px; - background-position: center; border-radius: 4px; } .pager-button:hover, .pager-button:focus { background-color: rgba(238, 238, 236, 0.05); }