Mercurial > hg > orthanc-stone
view Applications/StoneWebViewer/Resources/Styles/wv-loadingbar.scss @ 1620:1151e25d7311
Unregistering emscripten wheel and key events
in the ViewerViewport destructor, to prevent
callbacks being executed after the object has been
deleted.
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Mon, 02 Nov 2020 17:56:49 +0100 |
parents | d1806b4e4839 |
children |
line wrap: on
line source
.wv-loadingbar-image-bar { cursor: pointer; } .wv-loadingbar-not-loaded { fill: rgba(255, 255, 255, 0.1); } .wv-loadingbar-not-loaded, .wv-loadingbar-LOW-quality { transition: none; } .wv-loadingbar-not-loaded:hover { fill: rgba(255, 255, 255, 0.2); } .wv-loadingbar-LOSSLESS-quality, .wv-loadingbar-PIXELDATA-quality { fill:rgba(0, 255, 0, 0.7); } .wv-loadingbar-LOSSLESS-quality:hover, .wv-loadingbar-LOSSLESS-quality.wv-loadingbar-active, .wv-loadingbar-PIXELDATA-quality:hover, .wv-loadingbar-PIXELDATA-quality.wv-loadingbar-active { fill:rgba(0, 255, 0, 1); } .wv-loadingbar-LOW-quality { fill:rgba(255, 0, 0, 0.7); } .wv-loadingbar-LOW-quality:hover, .wv-loadingbar-LOW-quality.wv-loadingbar-active { fill:rgba(255, 0, 0, 1); } .wv-loadingbar-MEDIUM-quality { fill:rgba(255, 95, 0, 0.7); } .wv-loadingbar-MEDIUM-quality:hover, .wv-loadingbar-MEDIUM-quality.wv-loadingbar-active { fill:rgba(255, 95, 0, 1); }