added edit button css

This commit is contained in:
Yaman 2015-01-01 01:49:13 -05:00
parent a6bab03b78
commit 19362dd6a6
2 changed files with 10 additions and 5 deletions

View File

@ -24,8 +24,4 @@ padding-top:0;
.row {
height: 10%;
display: flex;
}
.edit {
color: #F7F7FF;
}
}

View File

@ -38,6 +38,15 @@ body {
transition: color 0.5s;
}
.edit {
color: #C4C4C4;
transition: color 0.5s;
}
.edit:hover {
color: #25abd9;
}
.cross:hover {
color: #E14C2B;
}