summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/popupview/popupview.scss
blob: e192d0d1471c587b03c57cf84ca81defc161eee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@mixin base-popupview {

.v-popupview {
	cursor: pointer;
	text-decoration: underline;
	white-space: nowrap;
}
.v-popupview-popup {
	overflow: auto;
}
.v-popupview-loading {
	width: 30px;
	height: 30px;
	background: transparent url(../common/img/ajax-loader-medium.gif) no-repeat 50%;
}

}