Small style changes

This commit is contained in:
Bernd Bestel
2018-04-19 21:12:01 +02:00
parent eae5b8bad9
commit 7be35a90c1
2 changed files with 26 additions and 0 deletions

View File

@@ -169,3 +169,22 @@ a.discrete-link:focus {
.well {
background-color: #e5e5e5;
}
.nav > li.disabled > a,
.navbar-default .navbar-nav > .disabled > a
{
color: #a7a7a7;
}
#toast-container > div {
opacity: 1;
filter: alpha(opacity=100);
}
.toast-success {
background-color: #4c994c;
}
#toast-container > div {
box-shadow: none;
}