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
This commit is contained in:
Jasper St. Pierre 2012-01-12 14:55:47 -05:00
parent 62b65a25d8
commit 31ffc5a85d

View File

@ -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;
}