mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user