theme: Fix highlight of panel buttons

More fallout from the background-size change ...
This commit is contained in:
Florian Müllner 2012-02-06 14:32:04 +01:00
parent e5dfc6323a
commit 2864c360bc

View File

@ -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,