Changeset 2f56f4e in firmaeventos for static/css


Ignore:
Timestamp:
Nov 20, 2017, 10:05:37 AM (7 years ago)
Author:
rudmanmrrod <rudman22@…>
Branches:
master
Children:
7cad786, 9add819
Parents:
3996539
Message:

Agregados estilos de formularios, agregado form de errores, acomodado login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/css/style.css

    r3996539 r2f56f4e  
    1010/* Input colors */
    1111.input-field .prefix.active{
    12     color: #ff5722;
     12    color: #4caf50;
    1313}
    1414
     
    1616.input-field input[type=password]:focus + label
    1717{
    18   color: #ff5722;
     18  color: #4caf50;
    1919}
    2020.input-field input[type=text]:focus,
    2121.input-field input[type=password]:focus
    2222{
    23   border-bottom: 1px solid #ff5722;
    24   box-shadow: 0 1px 0 0 #ff5722;
     23  border-bottom: 1px solid #4caf50;
     24  box-shadow: 0 1px 0 0 #4caf50;
    2525}
    2626
     
    4848
    4949a{
    50     color: #ff7043;
     50    color: #E53935;
    5151}
Note: See TracChangeset for help on using the changeset viewer.