Handle NULL booleans in the data editor. Fixes #1790

This commit is contained in:
Surinder Kumar
2017-02-05 11:06:48 +01:00
committed by Dave Page
parent b7c5039416
commit 4566877188
3 changed files with 101 additions and 1 deletions

View File

@@ -394,6 +394,11 @@ input.editor-checkbox {
border: 0;
}
/* remove outlined border on focus */
input.editor-checkbox:focus {
outline: none;
}
/* Override selected row color */
.sc.selected {
background-color: #eeeeee !important;