From 2864c360bc04ee0b8bf129c33b4d9fc10f524332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 6 Feb 2012 14:32:04 +0100 Subject: [PATCH] theme: Fix highlight of panel buttons More fallout from the background-size change ... --- 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 5463819a4..cd0b57327 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -360,7 +360,6 @@ StTooltip StLabel { .panel-button:focus { border-image: url("panel-button-border.svg") 10 10 0 2; background-image: url("panel-button-highlight-wide.svg"); - background-size: contain; color: white; text-shadow: black 0px 2px 2px; } @@ -369,7 +368,6 @@ StTooltip StLabel { .panel-status-button:checked, .panel-status-button:focus { background-image: url("panel-button-highlight-narrow.svg"); - background-size: contain; } .panel-button:active > .system-status-icon,