diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/popupview/popupview.scss')
-rw-r--r-- | WebContent/VAADIN/themes/base/popupview/popupview.scss | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/WebContent/VAADIN/themes/base/popupview/popupview.scss b/WebContent/VAADIN/themes/base/popupview/popupview.scss deleted file mode 100644 index cafcf9b720..0000000000 --- a/WebContent/VAADIN/themes/base/popupview/popupview.scss +++ /dev/null @@ -1,17 +0,0 @@ -@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%; -} - -}
\ No newline at end of file |