[Common] dimension picker didn't render correctly
This commit is contained in:
parent
8513705b1e
commit
75626ea68b
|
@ -130,9 +130,9 @@
|
|||
|
||||
/**/
|
||||
|
||||
.background-ximage(@image, @image2x, @w: auto, @h: auto) {
|
||||
.background-ximage(@image, @image2x, @w: auto, @h: auto, @repeat: no-repeat) {
|
||||
background-image: data-uri(%("%s",@image));
|
||||
background-repeat: no-repeat;
|
||||
background-repeat: @repeat;
|
||||
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 2),
|
||||
|
|
|
@ -20,13 +20,13 @@
|
|||
}
|
||||
|
||||
.dimension-picker-unhighlighted {
|
||||
background: transparent repeat scroll 0 0;
|
||||
.background-ximage('@{app-image-path}/controls/dimension-picker/dimension-unhighlighted.png', '@{app-image-path}/controls/dimension-picker/dimension-unhighlighted@2x.png', 18px);
|
||||
//background: transparent repeat scroll 0 0;
|
||||
.background-ximage('@{app-image-path}/controls/dimension-picker/dimension-unhighlighted.png', '@{app-image-path}/controls/dimension-picker/dimension-unhighlighted@2x.png', 18px, auto, repeat);
|
||||
}
|
||||
|
||||
.dimension-picker div.dimension-picker-highlighted {
|
||||
background: transparent repeat scroll 0 0;
|
||||
.background-ximage('@{app-image-path}/controls/dimension-picker/dimension-highlighted.png', '@{app-image-path}/controls/dimension-picker/dimension-highlighted@2x.png', 18px);
|
||||
//background: transparent repeat scroll 0 0;
|
||||
.background-ximage('@{app-image-path}/controls/dimension-picker/dimension-highlighted.png', '@{app-image-path}/controls/dimension-picker/dimension-highlighted@2x.png', 18px, auto, repeat);
|
||||
}
|
||||
|
||||
.dimension-picker-status {
|
||||
|
|
Loading…
Reference in a new issue