Changeset 0138d11 in firmaeventos for static/css


Ignore:
Timestamp:
Nov 20, 2017, 10:11:45 AM (7 years ago)
Author:
lhernandez <lhernandez@…>
Branches:
master
Children:
8fa24c3
Parents:
3397a08 (diff), 2f56f4e (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

    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.