blob: cafcf9b7200e39525a35102b8d94e2c4ade45780 [file] [log] [blame]
@mixin base-popupview($primaryStyleName : v-popupview) {
.#{$primaryStyleName} {
cursor: pointer;
text-decoration: underline;
white-space: nowrap;
}
.#{$primaryStyleName}-popup {
overflow: auto;
}
.#{$primaryStyleName}-loading {
width: 30px;
height: 30px;
background: transparent url(../common/img/ajax-loader-medium.gif) no-repeat 50%;
}
}