summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/popupview/popupview.scss
blob: cafcf9b7200e39525a35102b8d94e2c4ade45780 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@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%;
}

}