style review

This commit is contained in:
fbsanchez 2019-06-03 14:50:22 +02:00
parent 7a09a80ace
commit 31257c02a4
2 changed files with 7 additions and 4 deletions

View File

@ -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>';
}

View File

@ -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,