diff --git a/css/default.css b/css/default.css index c13eb24..4616786 100755 --- a/css/default.css +++ b/css/default.css @@ -12,8 +12,12 @@ Para a barra de rolagem } .customScrollBar .mCSB_container { max-width: 100%; - padding-right: 5px !Important; + padding-right: 1px !Important; } +.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { + background-color: #094672; +} + /* Utilizado no elemento select */ diff --git a/interface/carto_ol.htm b/interface/carto_ol.htm index 1b1f56e..576f383 100755 --- a/interface/carto_ol.htm +++ b/interface/carto_ol.htm @@ -708,7 +708,7 @@ theme: "inset-2", axis: "yx", scrollbarPosition: "inside", - scrollButtons:{ enable: false }, + scrollButtons:{ enable: true }, advanced:{ autoExpandHorizontalScroll: true } } }, diff --git a/interface/ol.htm b/interface/ol.htm index aff2055..8b23a0f 100755 --- a/interface/ol.htm +++ b/interface/ol.htm @@ -721,7 +721,7 @@ theme: "inset-2", axis: "yx", scrollbarPosition: "inside", - scrollButtons:{ enable: false }, + scrollButtons:{ enable: true }, advanced:{ autoExpandHorizontalScroll: true } } }, diff --git a/interface/openlayersdebug.htm b/interface/openlayersdebug.htm index 7026c60..64fe2b2 100755 --- a/interface/openlayersdebug.htm +++ b/interface/openlayersdebug.htm @@ -721,7 +721,7 @@ theme: "inset-2", axis: "yx", scrollbarPosition: "inside", - scrollButtons:{ enable: false }, + scrollButtons:{ enable: true }, advanced:{ autoExpandHorizontalScroll: true } } }, diff --git a/interface/osm.htm b/interface/osm.htm index 3612f90..cc0cfcc 100755 --- a/interface/osm.htm +++ b/interface/osm.htm @@ -721,7 +721,7 @@ theme: "inset-2", axis: "yx", scrollbarPosition: "inside", - scrollButtons:{ enable: false }, + scrollButtons:{ enable: true }, advanced:{ autoExpandHorizontalScroll: true } } }, diff --git a/interface/osmdebug.htm b/interface/osmdebug.htm index 10d49d9..75ea6d3 100755 --- a/interface/osmdebug.htm +++ b/interface/osmdebug.htm @@ -721,7 +721,7 @@ theme: "inset-2", axis: "yx", scrollbarPosition: "inside", - scrollButtons:{ enable: false }, + scrollButtons:{ enable: true }, advanced:{ autoExpandHorizontalScroll: true } } }, diff --git a/js/janela.js b/js/janela.js index 509f99e..583d9d6 100755 --- a/js/janela.js +++ b/js/janela.js @@ -73,14 +73,15 @@ i3GEO.janela = theme: "3d-dark", axis: "yx", scrollbarPosition: "inside", - scrollButtons:{ enable: false }, - advanced:{ autoExpandHorizontalScroll: true } + advanced:{ autoExpandHorizontalScroll: true }, + scrollButtons:{ enable: true } }, /** * Cada vez que uma janela flutuante é criada, esse valor é acrescido de 1 */ ULTIMOZINDEX : 5, //aplica a estilizacao da barra de rolagem + //https://github.com/malihu/malihu-custom-scrollbar-plugin applyScrollBar: function(iddiv,seletor,config) { var a = i3GEO.janela.scrollBar; if(config){ -- libgit2 0.21.2