Changeset c9f75d7 in firmaeventos for static/css


Ignore:
Timestamp:
Nov 20, 2017, 11:09:48 AM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
8ef5d2c, 94b3e3f
Parents:
8fa24c3 (diff), 989c168 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of https://github.com/cenditel-desarrollo/FirmaEventos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static/css/style.css

    r2f56f4e r989c168  
    1414
    1515.input-field input[type=text]:focus + label,
    16 .input-field input[type=password]:focus + label
     16.input-field input[type=password]:focus + label,
     17.input-field input[type=email]:focus + label
    1718{
    1819  color: #4caf50;
    1920}
    2021.input-field input[type=text]:focus,
    21 .input-field input[type=password]:focus
     22.input-field input[type=password]:focus,
     23.input-field input[type=email]:focus
    2224{
    2325  border-bottom: 1px solid #4caf50;
     
    3537
    3638.dropdown-content li>a, .dropdown-content li>span {
    37     color: #ff5722;
     39    color: #E53935;
    3840}
    3941
    4042[type="checkbox"]:checked+label:before {
    41     border-right: 2px solid #ff5722;
    42     border-bottom: 2px solid #ff5722;
     43    border-right: 2px solid #E53935;
     44    border-bottom: 2px solid #E53935;
    4345}
    4446
Note: See TracChangeset for help on using the changeset viewer.