diff --git a/css/default.css b/css/default.css index 4d464be..80c049b 100755 --- a/css/default.css +++ b/css/default.css @@ -1,3 +1,12 @@ +[data-toggle*=collapse]:after { + font-family: "Glyphicons Halflings"; + content: "\e114"; +} +/* Icon when the collapsible content is hidden */ +[data-toggle*=collapse].collapsed:after { + content: "\e080"; +} + .ol-attribution li { display: block; list-style: none; diff --git a/ferramentas/legenda/template_mst.html b/ferramentas/legenda/template_mst.html index e72081c..61bcfb9 100755 --- a/ferramentas/legenda/template_mst.html +++ b/ferramentas/legenda/template_mst.html @@ -1,340 +1,324 @@