Fixes bug 263740 - [CSS] Gallery background not matching CSS
diff --git a/examples/org.eclipse.e4.demo.e4photo/css/e4photo.css b/examples/org.eclipse.e4.demo.e4photo/css/e4photo.css
index 6082377..1798afb 100644
--- a/examples/org.eclipse.e4.demo.e4photo/css/e4photo.css
+++ b/examples/org.eclipse.e4.demo.e4photo/css/e4photo.css
@@ -25,7 +25,7 @@
 	background-color: #f4f4f4;
 }
 
-CTabFolder Gallery GalleryItem {
+CTabFolder {
 	background-color: #f4f4f4;
 }
 
@@ -34,6 +34,10 @@
 	background-color: #ffffff;
 }
 
+Gallery {
+	background-color: #f4f4f4;
+}
+
 GalleryItem:selected {
 	background-color: #ff884c;
 }