[gnome-shell] theme: Fix highlight of panel buttons



commit 2864c360bc04ee0b8bf129c33b4d9fc10f524332
Author: Florian MÃllner <fmuellner gnome org>
Date:   Mon Feb 6 14:32:04 2012 +0100

    theme: Fix highlight of panel buttons
    
    More fallout from the background-size change ...

 data/theme/gnome-shell.css |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 5463819..cd0b573 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]