Conjunto de cambios 810b149 en participacion_consulta para static


Ignorar:
Fecha y hora:
28/09/2017 15:52:38 (hace 7 años)
Autor:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
fd72443
Parents:
935ded3
Mensaje:

Acomodados colores de input, agregada config para bd en postgres, agregada sección para visualizar la participación

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • static/css/style.css

    rf29adf8 r810b149  
    3636    padding: 50px;
    3737}
     38
     39/* Input colors */
     40.input-field .prefix.active{
     41    color: #1565C0;
     42}
     43
     44.input-field input[type=text]:focus + label,
     45.input-field input[type=password]:focus + label
     46{
     47  color: #1565C0;
     48}
     49
     50.input-field input[type=text]:focus,
     51.input-field input[type=password]:focus
     52{
     53  border-bottom: 1px solid #1565C0;
     54  box-shadow: 0 1px 0 0 #1565C0;
     55}
     56
     57.invalid input {
     58    border-bottom: 1px solid #F44336;
     59    box-shadow: 0 1px 0 0 #F44336;
     60}
     61
     62.invalid label,.invalid  i, .errorlist, .danger {
     63    color: #F44336;
     64}
     65
     66/* Color de los check y radio */
     67[type="checkbox"]:checked+label:before {
     68    border-right: 2px solid #1565C0;
     69    border-bottom: 2px solid #1565C0;
     70}
     71
     72[type="radio"]:checked+label:after,
     73[type="radio"].with-gap:checked+label:after {
     74    background-color: #1565C0;
     75}
     76[type="radio"]:checked+label:after,
     77[type="radio"].with-gap:checked+label:before,
     78[type="radio"].with-gap:checked+label:after {
     79    border: 2px solid #1565C0;
     80}
     81
     82.dropdown-content li>a, .dropdown-content li>span {
     83    color: #1565C0;
     84}
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.