Commit d18413d41f6c9dd0b4a95f2c15e3bd50c610fa0c

Authored by Edmar Moretti
1 parent cead96a3

Ajuste no contraste e tamanho das fontes utilizadas no cabeçalho das janelas flu…

…tuantes e nos labels dos campos input
Showing 1 changed file with 14 additions and 1 deletions   Show diff stats
css/default.css
... ... @@ -86,6 +86,17 @@ Botoes material
86 86 color:white;
87 87 background-color: #477596;
88 88 }
  89 +.form-group label {
  90 + color: white;
  91 +}
  92 +
  93 +.form-group.label-static label.control-label {
  94 + top: -50px;
  95 + left: 0;
  96 + font-size: 13px;
  97 + line-height: 1.07142857;
  98 +}
  99 +
89 100 .form-control.upload {
90 101 font-size: 12px;
91 102 color:inherit;
... ... @@ -723,6 +734,7 @@ Configuracoes especificas dos elementos que ficam no rodape
723 734 top: 5px;
724 735 /*margin-top: -30px;*/
725 736 }
  737 +
726 738 .i3GeoTituloJanelaBs {
727 739 opacity: 1.0;
728 740 position: absolute;
... ... @@ -730,13 +742,14 @@ Configuracoes especificas dos elementos que ficam no rodape
730 742 right: 65px;
731 743 color: #008579;
732 744 }
  745 +
733 746 .i3GeoTituloJanelaBsNolink {
734 747 opacity: 1.0;
735 748 position: absolute;
736 749 margin: 5px;
737 750 font-size: 14px;
738 751 font-weight: initial;
739   - color: #008579 !Important;
  752 + color: #00D53D !Important;
740 753 }
741 754  
742 755 .i3GeoIconeJanela{
... ...