@indigina/kendo 2.0.30 → 2.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/assets/styles/Site.scss
CHANGED
|
@@ -348,7 +348,9 @@ html .km-pane-wrapper .k-header {
|
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
.k-state-selected,
|
|
351
|
-
.k-
|
|
351
|
+
.k-selected,
|
|
352
|
+
.k-list > .k-state-selected,
|
|
353
|
+
.k-list > .k-selected {
|
|
352
354
|
background-color: #dce4f0 !important;
|
|
353
355
|
color: #333333 !important;
|
|
354
356
|
border: 0 none;
|
|
@@ -490,16 +492,24 @@ html .km-pane-wrapper .k-header {
|
|
|
490
492
|
/*end*/
|
|
491
493
|
|
|
492
494
|
.k-state-selected,
|
|
495
|
+
.k-selected,
|
|
493
496
|
.k-state-selected:link,
|
|
497
|
+
.k-selected:link,
|
|
494
498
|
.k-state-selected:visited,
|
|
499
|
+
.k-selected:visited,
|
|
495
500
|
.k-list > .k-state-selected,
|
|
501
|
+
.k-list > .k-selected,
|
|
496
502
|
.k-list > .k-state-highlight,
|
|
497
503
|
.k-panel > .k-state-selected,
|
|
504
|
+
.k-panel > .k-selected,
|
|
498
505
|
.k-ghost-splitbar-vertical,
|
|
499
506
|
.k-ghost-splitbar-horizontal,
|
|
500
507
|
.k-draghandle.k-state-selected:hover,
|
|
508
|
+
.k-draghandle.k-selected:hover,
|
|
501
509
|
.k-scheduler .k-scheduler-toolbar .k-state-selected,
|
|
510
|
+
.k-scheduler .k-scheduler-toolbar .k-selected,
|
|
502
511
|
.k-scheduler .k-today.k-state-selected,
|
|
512
|
+
.k-scheduler .k-today.k-selected,
|
|
503
513
|
.k-marquee-color {
|
|
504
514
|
background-color: #e5daf8;
|
|
505
515
|
border-color: #e5daf8;
|
|
@@ -578,14 +588,21 @@ html .km-pane-wrapper .k-header {
|
|
|
578
588
|
|
|
579
589
|
/*Arrows*/
|
|
580
590
|
|
|
581
|
-
.k-pager-wrap .k-link:link
|
|
591
|
+
.k-pager-wrap .k-link:link,
|
|
592
|
+
.k-pager-wrap .k-button,
|
|
593
|
+
.k-pager-numbers .k-button {
|
|
582
594
|
color: #5f5f5f !important;
|
|
595
|
+
background-color: transparent;
|
|
596
|
+
border-color: transparent;
|
|
583
597
|
}
|
|
584
598
|
|
|
585
|
-
.k-pager-wrap .k-link:hover
|
|
599
|
+
.k-pager-wrap .k-link:hover,
|
|
600
|
+
.k-pager-wrap .k-button:hover,
|
|
601
|
+
.k-pager-numbers .k-button:hover {
|
|
586
602
|
border-color: transparent;
|
|
587
603
|
color: #9766af;
|
|
588
604
|
border-radius: 3px;
|
|
605
|
+
background-color: transparent;
|
|
589
606
|
}
|
|
590
607
|
|
|
591
608
|
/*table header arrows*/
|
|
@@ -2677,7 +2677,8 @@ body.mini-navbar .navbar-static-side.open {
|
|
|
2677
2677
|
border: 1px solid #36517e;
|
|
2678
2678
|
}
|
|
2679
2679
|
/* Kendo overrides */
|
|
2680
|
-
.k-pager-numbers .k-state-selected
|
|
2680
|
+
.k-pager-numbers .k-state-selected,
|
|
2681
|
+
.k-pager-numbers .k-selected {
|
|
2681
2682
|
border-color: #dce4f0;
|
|
2682
2683
|
background-color: #dce4f0 !important;
|
|
2683
2684
|
color: #486da9;
|