theme: More fallout from background-size

The app filter arrows and scroll handles should be at 100%, not
mapped to their container

https://bugzilla.gnome.org/show_bug.cgi?id=633462
This commit is contained in:
Jasper St. Pierre 2012-02-02 06:29:58 -05:00
parent 39dd24310d
commit fad88dd517

View File

@ -60,7 +60,6 @@ StScrollBar StBin#trough {
StScrollBar StButton#vhandle StScrollBar StButton#vhandle
{ {
background-image: url("scroll-vhandle.svg"); background-image: url("scroll-vhandle.svg");
background-size: contain;
background-color: #252525; background-color: #252525;
border: 1px solid #080808; border: 1px solid #080808;
border-radius: 8px; border-radius: 8px;
@ -69,7 +68,6 @@ StScrollBar StButton#vhandle
StScrollBar StButton#hhandle StScrollBar StButton#hhandle
{ {
background-image: url("scroll-hhandle.svg"); background-image: url("scroll-hhandle.svg");
background-size: contain;
background-color: #252525; background-color: #252525;
border: 1px solid #080808; border: 1px solid #080808;
border-radius: 8px; border-radius: 8px;
@ -707,13 +705,11 @@ StTooltip StLabel {
.app-filter:selected { .app-filter:selected {
color: #ffffff; color: #ffffff;
background-image: url("filter-selected-ltr.svg"); background-image: url("filter-selected-ltr.svg");
background-size: contain;
background-position: 190px 10px; background-position: 190px 10px;
} }
.app-filter:selected:rtl { .app-filter:selected:rtl {
background-image: url("filter-selected-rtl.svg"); background-image: url("filter-selected-rtl.svg");
background-size: contain;
background-position: 10px 10px; background-position: 10px 10px;
} }