|
21 | 21 | @import "themes/type.less";
|
22 | 22 |
|
23 | 23 | /* Main colors */
|
24 |
| -div.k-header .k-icon, |
25 |
| -.k-group-indicator .k-icon, |
26 |
| -.k-button .k-icon, |
27 |
| -.k-group-indicator .k-icon, |
28 |
| -.k-primary.k-button .k-icon, |
29 |
| -.k-dropdown-wrap.k-state-hovered .k-select .k-icon, |
30 |
| -.k-dropdown-wrap.k-state-active .k-select .k-icon, |
31 |
| -a.k-state-active.k-button-icon .k-icon, |
32 |
| -.k-header .k-button-group .k-state-selected .k-icon, |
33 |
| -.k-tabstrip-wrapper .k-spreadsheet-quick-access-toolbar .k-icon { |
34 |
| - color: @selected-text-color; |
35 |
| - &:hover { |
36 |
| - color: @selected-text-color; |
37 |
| - } |
38 |
| -} |
39 |
| - |
40 |
| -.k-icon, |
41 |
| -.k-header .k-button .k-icon, |
42 |
| -.k-header .k-button-group .k-icon, |
43 |
| -.k-widget .k-icon, |
44 |
| -.k-dialog-titlebar.k-header .k-icon, |
45 |
| -.k-editor-dropdown .k-icon, |
46 |
| -.k-tool-icon.k-icon, |
47 |
| -.k-widget.k-header .k-icon, |
48 |
| -.k-button .k-icon, |
49 |
| -.k-button-icontext .k-icon, |
50 |
| -.k-button-icon .k-icon, |
51 |
| -.k-header.k-tabstrip .k-icon, |
52 |
| -.k-select .k-link .k-icon { |
53 |
| - color: @normal-text-color; |
54 |
| - &:hover { |
55 |
| - color: @normal-text-color; |
56 |
| - } |
57 |
| -} |
58 |
| - |
59 |
| -.k-widget.k-notification .k-icon { |
60 |
| - color: inherit; |
61 |
| -} |
62 | 24 |
|
63 | 25 | .k-splitbar .k-resize-handle {
|
64 | 26 | background-color: @normal-text-color;
|
|
0 commit comments