|
40 | 40 | } |
41 | 41 | .nr-db-sb-tab-list-item { |
42 | 42 | border-radius: 4px; |
43 | | - color: var(--nr-db-dark-text); |
| 43 | + color: var(--red-ui-primary-text-color, var(--nr-db-dark-text)); |
44 | 44 | } |
45 | 45 | .nr-db-sb-list-header { |
46 | 46 | cursor: pointer; |
47 | 47 | position:relative; |
48 | | - color: var(--nr-db-dark-text); |
| 48 | + color: var(--red-ui-header-text-color, var(--nr-db-dark-text)); |
49 | 49 | padding:3px; |
50 | 50 | white-space: nowrap; |
51 | 51 | } |
52 | 52 | .nr-db-sb-list-header:hover { |
53 | | - color: var(--nr-db-dark-text); |
| 53 | + color: var(--red-ui-secondary-text-color-hover, var(--nr-db-dark-text)); |
54 | 54 | } |
55 | 55 | .nr-db-sb-title-hidden { |
56 | 56 | text-decoration: line-through; |
57 | 57 | } |
58 | 58 | .nr-db-sb-title-disabled { |
59 | | - color: var(--nr-db-disabled-text); |
| 59 | + color: var(--red-ui-secondary-text-color-disabled, var(--nr-db-disabled-text)); |
60 | 60 | } |
61 | 61 | .nr-db-sb-tab-list-header { |
62 | | - background: var(--nr-db-light-text); |
| 62 | + background: var(--red-ui-secondary-background-selected, var(--nr-db-light-text)); |
63 | 63 | padding:5px; |
64 | 64 | } |
65 | 65 | .nr-db-sb-group-list-header:hover, |
66 | 66 | .nr-db-sb-widget-list-header:hover { |
67 | | - background: var(--nr-db-light-text); |
| 67 | + background: var(--red-ui-secondary-background-hover, var(--nr-db-light-text)); |
68 | 68 | } |
69 | 69 | .nr-db-sb-list-chevron { |
70 | 70 | width: 15px; |
|
90 | 90 | opacity: 0; |
91 | 91 | } |
92 | 92 | .nr-db-sb-list-handle { |
93 | | - color: var(--nr-db-light-text); |
| 93 | + color: var(--red-ui-tertiary-text-color, var(--nr-db-light-text)); |
94 | 94 | padding:5px; |
95 | 95 | } |
96 | 96 | .nr-db-sb-tab-list-header>.nr-db-sb-list-chevron { |
|
105 | 105 | min-height: 10px; |
106 | 106 | } |
107 | 107 | .nr-db-sb-group-list li { |
108 | | - border-bottom-color: var(--nr-db-light-text); |
| 108 | + border-bottom-color: var(--red-ui-secondary-border-color, var(--nr-db-light-text)); |
109 | 109 | } |
110 | 110 | .nr-db-sb-group-list>li.ui-sortable-helper { |
111 | | - border-top: 1px solid var(--nr-db-light-text); |
| 111 | + border-top: 1px solid var(--red-ui-secondary-border-color, var(--nr-db-light-text)); |
112 | 112 | } |
113 | 113 | .nr-db-sb-group-list>li:last-child { |
114 | 114 | border-bottom: none; |
|
151 | 151 | } |
152 | 152 | .nr-db-sb-link-url { |
153 | 153 | font-size: 0.8em; |
154 | | - color: var(--nr-db-mid-grey); |
| 154 | + color: var(--red-ui-secondary-text-color, var(--nr-db-mid-grey)); |
155 | 155 | } |
156 | 156 | span.nr-db-color-pick-container { |
157 | 157 | max-width: 50px; |
|
206 | 206 | .nr-db-resetIcon { |
207 | 207 | margin: 3px 6px 0px 6px; |
208 | 208 | float: right; |
209 | | - color: var(--nr-db-mid-grey); |
| 209 | + color: var(--red-ui-secondary-text-color, var(--nr-db-mid-grey)); |
210 | 210 | opacity: 0.8; |
211 | 211 | display: block; |
212 | 212 | } |
|
0 commit comments