Skip to content

Commit

Permalink
Update: Reflect KeyTable's new alternative styling for doing a "hard"…
Browse files Browse the repository at this point in the history
… edit
  • Loading branch information
Allan Jardine committed Jul 31, 2018
1 parent 42200b4 commit 6352154
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions css/autoFill.dataTables.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

$autofill-define-button: true !default;
$autofill-outline: #4989de !default;
$autofill-handle-border: 1px solid #316ad1 !default;
$autofill-handle-background: linear-gradient(to bottom, #abcffb 0%, #4989de 100%) !default;
$autofill-handle-background: #3366ff !default;
$autofill-handle-background-focus: #ff8b33 !default;


div.dt-autofill-handle {
Expand All @@ -12,8 +12,15 @@ div.dt-autofill-handle {
z-index: 102;

box-sizing: border-box;
border: $autofill-handle-border;
background: $autofill-handle-background;
cursor: pointer;
}

// KeyTable alt focus
div.dtk-focus-alt {
div.dt-autofill-handle {
background: $autofill-handle-background-focus;
}
}

div.dt-autofill-select {
Expand Down

0 comments on commit 6352154

Please sign in to comment.