From d18413d41f6c9dd0b4a95f2c15e3bd50c610fa0c Mon Sep 17 00:00:00 2001 From: edmarmoretti Date: Wed, 30 Aug 2017 10:22:37 -0300 Subject: [PATCH] Ajuste no contraste e tamanho das fontes utilizadas no cabeƧalho das janelas flutuantes e nos labels dos campos input --- css/default.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/css/default.css b/css/default.css index 028ab34..128f36f 100755 --- a/css/default.css +++ b/css/default.css @@ -86,6 +86,17 @@ Botoes material color:white; background-color: #477596; } +.form-group label { + color: white; +} + +.form-group.label-static label.control-label { + top: -50px; + left: 0; + font-size: 13px; + line-height: 1.07142857; +} + .form-control.upload { font-size: 12px; color:inherit; @@ -723,6 +734,7 @@ Configuracoes especificas dos elementos que ficam no rodape top: 5px; /*margin-top: -30px;*/ } + .i3GeoTituloJanelaBs { opacity: 1.0; position: absolute; @@ -730,13 +742,14 @@ Configuracoes especificas dos elementos que ficam no rodape right: 65px; color: #008579; } + .i3GeoTituloJanelaBsNolink { opacity: 1.0; position: absolute; margin: 5px; font-size: 14px; font-weight: initial; - color: #008579 !Important; + color: #00D53D !Important; } .i3GeoIconeJanela{ -- libgit2 0.21.2