From 31ffc5a85df526a569735ab0718a3d8dd2400f9b Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 12 Jan 2012 14:55:47 -0500 Subject: [PATCH] theme: Fix some more fallout from background-size addition The workspace-switcher-popup background should be at 100%, not upscaled to contain the entire popup. https://bugzilla.gnome.org/show_bug.cgi?id=668430 --- data/theme/gnome-shell.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 8a2f698a2..5a4b1eac4 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1624,7 +1624,6 @@ StTooltip StLabel { border: 0px; background: rgba(255,255,255,0.5); background-image: url("ws-switch-arrow-up.svg"); - background-size: contain; border-radius: 8px; } @@ -1633,7 +1632,6 @@ StTooltip StLabel { border: 0px; background: rgba(255,255,255,0.5); background-image: url("ws-switch-arrow-down.svg"); - background-size: contain; border-radius: 8px; }