style review
This commit is contained in:
parent
7a09a80ace
commit
31257c02a4
|
@ -839,7 +839,7 @@ foreach ($fields as $field) {
|
|||
$custom_value = '';
|
||||
}
|
||||
|
||||
$table->rowstyle[$i] = 'cursor: pointer;';
|
||||
$table->rowstyle[$i] = 'cursor: pointer;user-select: none;';
|
||||
if (!empty($custom_value)) {
|
||||
$table->rowstyle[($i + 1)] = 'display: table-row;';
|
||||
} else {
|
||||
|
@ -909,7 +909,8 @@ if (!empty($fields)) {
|
|||
'',
|
||||
true,
|
||||
false,
|
||||
'white_box white_box_opened'
|
||||
'white_box white_box_opened',
|
||||
'no-border'
|
||||
);
|
||||
echo '</div>';
|
||||
}
|
||||
|
|
|
@ -469,7 +469,9 @@ select:-internal-list-box {
|
|||
.padding-6 {
|
||||
padding: 6em;
|
||||
}
|
||||
|
||||
.no-border {
|
||||
border: none;
|
||||
}
|
||||
.no-padding {
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -1169,7 +1171,7 @@ div#agent_wizard_subtabs {
|
|||
}
|
||||
|
||||
#menu_tab_left span {
|
||||
padding-left: 1em;
|
||||
padding-left: 0.9em;
|
||||
}
|
||||
|
||||
#menu_tab_left .mn,
|
||||
|
|
Loading…
Reference in New Issue