Small fixes

This commit is contained in:
RainLoop Team 2014-10-23 21:59:21 +04:00
parent 300cee0b6e
commit 3e9a7a55c6
15 changed files with 405 additions and 292 deletions

View file

@ -1,7 +1,7 @@
.b-admin-branding {
.disabled-form {
opacity: 0.5;
opacity: 0.4;
}
}

View file

@ -206,6 +206,14 @@ select {
margin-left: 0;
}
.alert a {
color: #c09853;
}
.alert.alert-info a {
color: #3a87ad;
}
.alert.alert-error a {
color: #b94a48;
}