blue colors

This commit is contained in:
H.T. Kruitbosch 2017-11-15 16:03:39 +01:00
parent 25e0b8b3f3
commit ae112246dc
3 changed files with 13 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = '0.1.11'
__version__ = '0.1.12'

View File

@ -196,7 +196,6 @@ SAML_PROVIDERS = [{
}
},
"security": {
"requested_authn_context": False,
"name_id_encrypted": False,
"authn_requests_signed": True,
"logout_requests_signed": False,

View File

@ -1,3 +1,14 @@
.progress.progress.progress * { color: #222; }
.progress-bar.progress-bar.progress-bar {
background-image: -webkit-linear-gradient(top, #0f9fed 0%, #029fed 100%);
background-image: -o-linear-gradient(top, #0f9fed 0%, #029fed 100%);
background-image: -webkit-gradient(linear, left top, left bottom, from(#0f9fed), to(#029fed));
background-image: linear-gradient(to bottom, #0f9fed 0%, #029fed 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f9fed', endColorstr='#ff0f9fed', GradientType=0);
}
html, body {
min-width: 800px;
}
@ -46,7 +57,7 @@ html, body {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff029fed', endColorstr='#ff029fed', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x;
border-color: #029fedB;
border-color: #029fed;
}