improve home glidera ui

This commit is contained in:
bechi 2015-09-29 17:58:04 -03:00
commit 4e36f88b1c
2 changed files with 24 additions and 17 deletions

View file

@ -496,6 +496,12 @@ input[type=number]::-webkit-outer-spin-button {
border: 1px solid #4B6178;
}
.label.outline.gray {
font-size: 90%;
background: transparent;
border: 1px solid #A9B6C2;
}
.label.success {background-color: #1ABC9C;}
.label.alert {background-color: #ED4A43;}
.label.gray {background-color: #4B6178;}