Pull-request: #16263 Fixes: #16217 Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
commit
6744a7de06
@ -761,6 +761,14 @@ div.tools a:hover,
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.error {
|
||||
border: 1px solid maroon !important;
|
||||
margin-left: 2px;
|
||||
padding: 1px 2px;
|
||||
color: #000;
|
||||
background: pink;
|
||||
}
|
||||
|
||||
// disabled text
|
||||
.disabled {
|
||||
color: #666;
|
||||
|
||||
@ -827,6 +827,13 @@ fieldset.confirmation legend {
|
||||
background-color: $browse-warning-color;
|
||||
}
|
||||
|
||||
.error {
|
||||
border: 1px solid $browse-warning-color !important;
|
||||
padding: 5px;
|
||||
color: $button-color;
|
||||
background-color: $browse-warning-color;
|
||||
}
|
||||
|
||||
/* end messageboxes */
|
||||
|
||||
.column_name {
|
||||
|
||||
@ -472,6 +472,16 @@ fieldset.confirmation {
|
||||
}
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: #ffc;
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
label.error {
|
||||
padding: 3px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/* end messageboxes */
|
||||
|
||||
.new_central_col {
|
||||
|
||||
@ -740,6 +740,13 @@ td .icon {
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
.error {
|
||||
border: 1px solid maroon !important;
|
||||
padding: 0.27em;
|
||||
color: #000;
|
||||
background: pink;
|
||||
}
|
||||
|
||||
// end messageboxes
|
||||
|
||||
.new_central_col {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user