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:
parent
62b65a25d8
commit
31ffc5a85d
@ -1624,7 +1624,6 @@ StTooltip StLabel {
|
|||||||
border: 0px;
|
border: 0px;
|
||||||
background: rgba(255,255,255,0.5);
|
background: rgba(255,255,255,0.5);
|
||||||
background-image: url("ws-switch-arrow-up.svg");
|
background-image: url("ws-switch-arrow-up.svg");
|
||||||
background-size: contain;
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1633,7 +1632,6 @@ StTooltip StLabel {
|
|||||||
border: 0px;
|
border: 0px;
|
||||||
background: rgba(255,255,255,0.5);
|
background: rgba(255,255,255,0.5);
|
||||||
background-image: url("ws-switch-arrow-down.svg");
|
background-image: url("ws-switch-arrow-down.svg");
|
||||||
background-size: contain;
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user