N°2112: Setup alert message introduced by 83ba909 stopped working since 797893d🐒 🐒

This commit is contained in:
Stephen Abello
2020-01-15 10:08:14 +01:00
parent efef582119
commit 7b6481efbd
3 changed files with 23 additions and 27 deletions

View File

@@ -74,10 +74,6 @@ a {
a:hover {
color: #ea7d1e;
}
label {
cursor: pointer;
}
#header {
width: 600px;
margin-left: auto;
@@ -185,7 +181,8 @@ table.formTable {
border-radius: inherit;
}
#progress .progress.progress-error {
background-color: #e53e3e !important;
background-image: none !important;
background-color: #f56565 !important;
/* !important to overload jQuery UI style */
animation: none;
}
@@ -264,3 +261,10 @@ fieldset > legend {
background-color: #f7fafc;
padding: 10px;
}
.module-selection-body .wiz-choice:checked ~ .description #itop-ticket-mgmt-simple-ticket-enhanced-portal:not(:checked) ~ .description::after, .module-selection-body .wiz-choice:checked ~ .description #itop-ticket-mgmt-itil-enhanced-portal:not(:checked) ~ .description::after {
content: "Legacy portal is no longer part of iTop, by leaving this option unchecked your portal users won't be able to access iTop anymore.";
display: block;
margin-top: 0.5em;
font-weight: bold;
color: rgba(230, 0, 0, 0.722);
}