Migliorie grafiche minori
This commit is contained in:
parent
b3f2d6bd78
commit
8bacd51c38
|
@ -1159,4 +1159,11 @@ div.tip {
|
|||
html body.sidebar-mini.sidebar-mini.sidebar-collapse i.fa.fa-user-circle-o.fa-3x.pull-left {
|
||||
font-size: 2.4em;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Colore help icon
|
||||
*/
|
||||
.tip.tooltipstered>.fa-question-circle-o {
|
||||
color: dodgerblue;
|
||||
}
|
|
@ -457,7 +457,7 @@ class HTMLBuilder
|
|||
// Gestione grafica dell'attributo required
|
||||
if (in_array('required', $extras)) {
|
||||
if (!empty($values['label'])) {
|
||||
$values['label'] .= '*';
|
||||
$values['label'] .= '<span class="text-red" >*</span>';
|
||||
} elseif (!empty($values['placeholder'])) {
|
||||
$values['placeholder'] .= '*';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue