changed restore icon, changed trash css, changed alert colours

This commit is contained in:
KodeStar
2018-02-03 20:05:28 +00:00
parent 1b4b6cb966
commit 2cbedb2d40
5 changed files with 21 additions and 8 deletions

12
public/css/app.css vendored
View File

@@ -413,7 +413,7 @@ body {
left: 0;
bottom: 0;
width: 60px;
background: #1cd41c;
background: #0eb584;
text-align: center;
color: white;
line-height: 57px;
@@ -431,7 +431,7 @@ body {
.alert.alert-danger:before {
content: "\F00D";
background: #c00;
background: #d64d55;
}
.alert a {
@@ -851,6 +851,14 @@ input:-webkit-autofill {
-webkit-animation-fill-mode: both;
}
button.link {
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: transparent;
}
/*! Huebee v2.0.0
http://huebee.buzz
---------------------------------------------- */