Themes - Tukan/Cicada - "The settings have been applied" color fix (#1336)

see my screenshot with the wrong colors! This is now been fixed!
This commit is contained in:
René
2019-05-13 16:54:02 +02:00
committed by Franco Fichtner
parent 75778c2e89
commit 5e04bcca3c
4 changed files with 13 additions and 12 deletions
@@ -6948,9 +6948,9 @@ a.thumbnail {
}
.alert-success {
background-color: #9BD275;
border-color: #9BD275;
color: #66aa37;
background-color: #424242;
border-color: #515151;
color: #ffffff;
hr {
border-top-color: #8dcc62;
}
@@ -4363,9 +4363,10 @@ a.thumbnail.active {
color: inherit; }
.alert-success {
background-color: #9BD275;
border-color: #9BD275;
color: #66aa37; }
background-color: #424242;
border-color: #515151;
color: #ffffff; }
.alert-success hr {
border-top-color: #8dcc62; }
.alert-success .alert-link {
@@ -6944,9 +6944,9 @@ a.thumbnail {
}
.alert-success {
background-color: #9BD275;
border-color: #9BD275;
color: #66aa37;
background-color: #fbfbfb;
border-color: #a5a5a5;
color: #000;
hr {
border-top-color: #8dcc62;
}
@@ -4352,9 +4352,9 @@ a.thumbnail.active {
color: inherit; }
.alert-success {
background-color: #9BD275;
border-color: #9BD275;
color: #66aa37; }
background-color: #fbfbfb;
border-color: #a5a5a5;
color: #000; }
.alert-success hr {
border-top-color: #8dcc62; }
.alert-success .alert-link {