app/assets/stylesheets/datatables/extensions/AutoFill/autoFill.dataTables.scss in jquery-datatables-1.10.19.1 vs app/assets/stylesheets/datatables/extensions/AutoFill/autoFill.dataTables.scss in jquery-datatables-1.10.20
- old
+ new
@@ -1,20 +1,27 @@
$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 {
position: absolute;
height: 8px;
width: 8px;
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 {
position: absolute;
z-index: 1001;