fix map overlay appearance, again
This commit is contained in:
parent
7bfa671ebf
commit
5c655f3337
1 changed files with 1 additions and 1 deletions
|
@ -683,7 +683,7 @@ Ox.Map = function(options, self) {
|
||||||
color: 'rgb(192, 192, 192)'
|
color: 'rgb(192, 192, 192)'
|
||||||
});
|
});
|
||||||
// Report Map Error
|
// Report Map Error
|
||||||
$element = $(self.$map.find('a[href$="$apiref:1"]').parent())
|
$element = $(self.$map.find('a[href$="output=classic"]').parent())
|
||||||
$element.css({
|
$element.css({
|
||||||
borderColor: 'transparent',
|
borderColor: 'transparent',
|
||||||
backgroundColor: 'rgba(255, 255, 255, 0.1)',
|
backgroundColor: 'rgba(255, 255, 255, 0.1)',
|
||||||
|
|
Loading…
Reference in a new issue