mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-18 08:31:00 +00:00
Update navigator.js
Only modified the transparency to make the Navigator completely opaque.
This commit is contained in:
parent
4d5ccb2007
commit
affc770b71
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ $.Navigator = function( options ){
|
|||
style.border = borderWidth + 'px solid #555';
|
||||
style.padding = '0px';
|
||||
style.background = '#000';
|
||||
style.opacity = 0.8;
|
||||
style.opacity = 1.0;
|
||||
style.overflow = 'hidden';
|
||||
}( this.element.style, this.borderWidth));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue