Progress on filters

This commit is contained in:
Edin Dazdarevic
2017-04-05 00:14:30 +02:00
parent 49e9e2fdfb
commit d2ee02b6df
14 changed files with 395 additions and 164 deletions

13
web/dist/main.css vendored
View File

@@ -581,7 +581,7 @@ html {
letter-spacing: .26px;
border-radius: 3px;
background: #fff;
color: #5ab8f8;
color: #51bc6a;
cursor: pointer;
}
@@ -783,3 +783,14 @@ html {
}
}
.fa-refresh-custom {
font-size: 1.5em;
cursor: pointer;
color: #b6d53b;
padding: 5px;
}
.hide {
display: none;
}