diff --git a/css/default.css b/css/default.css index ab9247a..a35cff7 100755 --- a/css/default.css +++ b/css/default.css @@ -24,7 +24,9 @@ Botoes material color:white; background-color: #477596; } - +.form-group.label-floating.is-focused > label, .form-group.label-floating.is-empty.is-focused > label, .form-group.condensed.is-focused > label, .form-group.is-focused > label { + color: #BDBDBD; +} /* Para Bootstrap */ @@ -48,7 +50,7 @@ a, a:focus, a:hover { color: #767676; } .label, label { - color: #767676; + color: white; } h2 small { @@ -151,6 +153,14 @@ hr { background-color: white; } +#i3GEOguiaMovel label { + color: #BDBDBD; +} + +#i3GEOguiaMovel .form-control { + background-color: transparent; +} + .nomeTema { width: 265px; vertical-align: middle; @@ -1038,12 +1048,17 @@ bd .i3geoFormIconeEdita { .comboTemasCabecalhoBs { z-index: 100; position: absolute; - top: -30px; + top: 0px; left: 0px; width: auto; max-width:85%; -} + margin: 0px; +} +/* .form-group .form-control*/ +.comboTemasCabecalhoBs > select { + background-color: #094672 !Important; +} .comboTemasCabecalho .yuimenuitemlabel { color: black; diff --git a/ferramentas/atalhoscamada/template_mst.html b/ferramentas/atalhoscamada/template_mst.html index 3b37524..e8f7501 100755 --- a/ferramentas/atalhoscamada/template_mst.html +++ b/ferramentas/atalhoscamada/template_mst.html @@ -1,7 +1,7 @@