neo.mjs 5.18.0 → 6.0.0

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.
Files changed (291) hide show
  1. package/apps/ServiceWorker.mjs +2 -2
  2. package/buildScripts/buildThemes.mjs +89 -192
  3. package/buildScripts/createClass.mjs +13 -11
  4. package/buildScripts/watchThemes.mjs +41 -83
  5. package/examples/ServiceWorker.mjs +2 -2
  6. package/examples/form/field/fileupload/server.mjs +1 -1
  7. package/package.json +2 -2
  8. package/resources/scss/src/Global.scss +7 -7
  9. package/resources/scss/src/apps/covid/HeaderContainer.scss +25 -25
  10. package/resources/scss/src/apps/covid/country/Gallery.scss +6 -6
  11. package/resources/scss/src/apps/covid/country/Helix.scss +8 -8
  12. package/resources/scss/src/apps/covid/country/LineChartComponent.scss +2 -2
  13. package/resources/scss/src/apps/docs/ContentTabContainer.scss +3 -3
  14. package/resources/scss/src/apps/docs/HeaderContainer.scss +8 -8
  15. package/resources/scss/src/apps/docs/MainContainer.scss +1 -1
  16. package/resources/scss/src/apps/docs/classdetails/HeaderComponent.scss +1 -1
  17. package/resources/scss/src/apps/docs/classdetails/MembersList.scss +16 -16
  18. package/resources/scss/src/apps/docs/classdetails/TutorialComponent.scss +3 -3
  19. package/resources/scss/src/apps/website/HeaderContainer.scss +9 -9
  20. package/resources/scss/src/apps/website/MainContainer.scss +3 -3
  21. package/resources/scss/src/apps/website/blog/Container.scss +3 -3
  22. package/resources/scss/src/apps/website/blog/List.scss +8 -8
  23. package/resources/scss/src/apps/website/examples/List.scss +7 -7
  24. package/resources/scss/src/apps/website/home/TabContainer.scss +5 -5
  25. package/resources/scss/src/button/Base.scss +101 -101
  26. package/resources/scss/src/button/Split.scss +3 -3
  27. package/resources/scss/src/calendar/view/EditEventContainer.scss +4 -4
  28. package/resources/scss/src/calendar/view/MainContainer.scss +46 -46
  29. package/resources/scss/src/calendar/view/SettingsContainer.scss +3 -3
  30. package/resources/scss/src/calendar/view/YearComponent.scss +13 -13
  31. package/resources/scss/src/calendar/view/calendars/EditContainer.scss +4 -4
  32. package/resources/scss/src/calendar/view/calendars/List.scss +7 -7
  33. package/resources/scss/src/calendar/view/month/Component.scss +15 -13
  34. package/resources/scss/src/calendar/view/week/Component.scss +12 -12
  35. package/resources/scss/src/calendar/view/week/TimeAxisComponent.scss +4 -4
  36. package/resources/scss/src/component/BoxLabel.scss +5 -5
  37. package/resources/scss/src/component/Chip.scss +13 -13
  38. package/resources/scss/src/component/Circle.scss +2 -2
  39. package/resources/scss/src/component/DateSelector.scss +28 -28
  40. package/resources/scss/src/component/Helix.scss +1 -1
  41. package/resources/scss/src/component/Process.scss +17 -17
  42. package/resources/scss/src/component/Progress.scss +2 -2
  43. package/resources/scss/src/component/Splitter.scss +6 -6
  44. package/resources/scss/src/component/StatusBadge.scss +21 -21
  45. package/resources/scss/src/component/Timer.scss +9 -9
  46. package/resources/scss/src/component/Toast.scss +10 -10
  47. package/resources/scss/src/component/Video.scss +5 -5
  48. package/resources/scss/src/container/Accordion.scss +3 -3
  49. package/resources/scss/src/container/AccordionItem.scss +15 -15
  50. package/resources/scss/src/container/Base.scss +3 -3
  51. package/resources/scss/src/container/Panel.scss +4 -4
  52. package/resources/scss/src/container/Viewport.scss +2 -2
  53. package/resources/scss/src/dialog/Base.scss +8 -8
  54. package/resources/scss/src/draggable/list/DragZone.scss +2 -2
  55. package/resources/scss/src/examples/ConfigurationPanel.scss +3 -3
  56. package/resources/scss/src/examples/calendar/basic/MainContainer.scss +2 -2
  57. package/resources/scss/src/examples/treeSelectionModel/MainContainer.scss +6 -6
  58. package/resources/scss/src/form/Fieldset.scss +4 -4
  59. package/resources/scss/src/form/field/CheckBox.scss +10 -10
  60. package/resources/scss/src/form/field/FileUpload.scss +4 -4
  61. package/resources/scss/src/form/field/Number.scss +5 -5
  62. package/resources/scss/src/form/field/Picker.scss +3 -3
  63. package/resources/scss/src/form/field/Range.scss +5 -5
  64. package/resources/scss/src/form/field/Search.scss +1 -1
  65. package/resources/scss/src/form/field/Select.scss +8 -8
  66. package/resources/scss/src/form/field/Switch.scss +6 -6
  67. package/resources/scss/src/form/field/Text.scss +78 -78
  68. package/resources/scss/src/form/field/TextArea.scss +1 -1
  69. package/resources/scss/src/form/field/trigger/Base.scss +6 -6
  70. package/resources/scss/src/form/field/trigger/Clear.scss +2 -2
  71. package/resources/scss/src/form/field/trigger/CopyToClipboard.scss +3 -3
  72. package/resources/scss/src/form/field/trigger/Time.scss +5 -5
  73. package/resources/scss/src/grid/Container.scss +6 -6
  74. package/resources/scss/src/grid/View.scss +11 -11
  75. package/resources/scss/src/grid/header/Button.scss +5 -5
  76. package/resources/scss/src/grid/header/Toolbar.scss +2 -2
  77. package/resources/scss/src/list/Base.scss +11 -11
  78. package/resources/scss/src/list/Chip.scss +3 -3
  79. package/resources/scss/src/list/Circle.scss +2 -2
  80. package/resources/scss/src/menu/List.scss +21 -21
  81. package/resources/scss/src/menu/Panel.scss +1 -1
  82. package/resources/scss/src/sitemap/Component.scss +2 -2
  83. package/resources/scss/src/tab/Container.scss +1 -1
  84. package/resources/scss/src/tab/Strip.scss +7 -7
  85. package/resources/scss/src/tab/header/Button.scss +26 -26
  86. package/resources/scss/src/tab/header/Toolbar.scss +18 -18
  87. package/resources/scss/src/table/Container.scss +16 -16
  88. package/resources/scss/src/table/View.scss +11 -11
  89. package/resources/scss/src/table/header/Button.scss +5 -5
  90. package/resources/scss/src/toolbar/Base.scss +20 -20
  91. package/resources/scss/src/toolbar/Breadcrumb.scss +1 -1
  92. package/resources/scss/src/tree/List.scss +5 -5
  93. package/resources/scss/theme-dark/Global.scss +7 -17
  94. package/resources/scss/theme-dark/apps/covid/HeaderContainer.scss +10 -23
  95. package/resources/scss/theme-dark/apps/covid/country/Gallery.scss +7 -17
  96. package/resources/scss/theme-dark/apps/covid/country/Helix.scss +8 -19
  97. package/resources/scss/theme-dark/apps/covid/country/LineChartComponent.scss +3 -9
  98. package/resources/scss/theme-dark/apps/docs/ContentTabContainer.scss +4 -11
  99. package/resources/scss/theme-dark/apps/docs/HeaderContainer.scss +10 -23
  100. package/resources/scss/theme-dark/apps/docs/MainContainer.scss +3 -9
  101. package/resources/scss/theme-dark/apps/docs/classdetails/HeaderComponent.scss +4 -11
  102. package/resources/scss/theme-dark/apps/docs/classdetails/MembersList.scss +17 -37
  103. package/resources/scss/theme-dark/apps/docs/classdetails/TutorialComponent.scss +4 -11
  104. package/resources/scss/theme-dark/apps/website/HeaderContainer.scss +5 -13
  105. package/resources/scss/theme-dark/apps/website/MainContainer.scss +4 -11
  106. package/resources/scss/theme-dark/apps/website/blog/Container.scss +3 -9
  107. package/resources/scss/theme-dark/apps/website/home/TabContainer.scss +4 -11
  108. package/resources/scss/theme-dark/button/Base.scss +108 -219
  109. package/resources/scss/theme-dark/calendar/view/EditEventContainer.scss +4 -12
  110. package/resources/scss/theme-dark/calendar/view/MainContainer.scss +22 -48
  111. package/resources/scss/theme-dark/calendar/view/SettingsContainer.scss +4 -11
  112. package/resources/scss/theme-dark/calendar/view/YearComponent.scss +10 -23
  113. package/resources/scss/theme-dark/calendar/view/calendars/EditContainer.scss +4 -12
  114. package/resources/scss/theme-dark/calendar/view/calendars/List.scss +2 -8
  115. package/resources/scss/theme-dark/calendar/view/month/Component.scss +9 -22
  116. package/resources/scss/theme-dark/calendar/view/week/Component.scss +12 -28
  117. package/resources/scss/theme-dark/component/BoxLabel.scss +5 -13
  118. package/resources/scss/theme-dark/component/Chip.scss +14 -31
  119. package/resources/scss/theme-dark/component/DateSelector.scss +24 -52
  120. package/resources/scss/theme-dark/component/Process.scss +9 -21
  121. package/resources/scss/theme-dark/component/Progress.scss +3 -9
  122. package/resources/scss/theme-dark/component/Splitter.scss +4 -12
  123. package/resources/scss/theme-dark/component/StatusBadge.scss +19 -41
  124. package/resources/scss/theme-dark/component/Timer.scss +4 -13
  125. package/resources/scss/theme-dark/component/Toast.scss +8 -20
  126. package/resources/scss/theme-dark/component/Video.scss +3 -10
  127. package/resources/scss/theme-dark/container/Accordion.scss +5 -13
  128. package/resources/scss/theme-dark/container/AccordionItem.scss +10 -23
  129. package/resources/scss/theme-dark/container/Base.scss +4 -11
  130. package/resources/scss/theme-dark/container/Panel.scss +5 -13
  131. package/resources/scss/theme-dark/container/Viewport.scss +3 -9
  132. package/resources/scss/theme-dark/dialog/Base.scss +5 -13
  133. package/resources/scss/theme-dark/examples/ConfigurationPanel.scss +3 -9
  134. package/resources/scss/theme-dark/examples/calendar/basic/MainContainer.scss +3 -10
  135. package/resources/scss/theme-dark/form/Fieldset.scss +5 -14
  136. package/resources/scss/theme-dark/form/field/CheckBox.scss +7 -18
  137. package/resources/scss/theme-dark/form/field/FileUpload.scss +11 -26
  138. package/resources/scss/theme-dark/form/field/Picker.scss +5 -13
  139. package/resources/scss/theme-dark/form/field/Range.scss +4 -11
  140. package/resources/scss/theme-dark/form/field/Search.scss +3 -9
  141. package/resources/scss/theme-dark/form/field/Select.scss +8 -20
  142. package/resources/scss/theme-dark/form/field/Switch.scss +6 -16
  143. package/resources/scss/theme-dark/form/field/Text.scss +31 -66
  144. package/resources/scss/theme-dark/form/field/trigger/Base.scss +5 -14
  145. package/resources/scss/theme-dark/form/field/trigger/Time.scss +3 -10
  146. package/resources/scss/theme-dark/grid/Container.scss +6 -16
  147. package/resources/scss/theme-dark/grid/View.scss +12 -28
  148. package/resources/scss/theme-dark/grid/header/Button.scss +5 -14
  149. package/resources/scss/theme-dark/list/Base.scss +11 -26
  150. package/resources/scss/theme-dark/menu/List.scss +20 -44
  151. package/resources/scss/theme-dark/menu/Panel.scss +2 -8
  152. package/resources/scss/theme-dark/tab/Container.scss +3 -9
  153. package/resources/scss/theme-dark/tab/Strip.scss +5 -13
  154. package/resources/scss/theme-dark/tab/header/Button.scss +29 -62
  155. package/resources/scss/theme-dark/table/Container.scss +9 -22
  156. package/resources/scss/theme-dark/table/View.scss +13 -29
  157. package/resources/scss/theme-dark/table/header/Button.scss +6 -16
  158. package/resources/scss/theme-dark/toolbar/Base.scss +4 -11
  159. package/resources/scss/theme-dark/tree/List.scss +4 -11
  160. package/resources/scss/theme-light/Global.scss +7 -17
  161. package/resources/scss/theme-light/apps/covid/HeaderContainer.scss +10 -23
  162. package/resources/scss/theme-light/apps/covid/country/Gallery.scss +7 -17
  163. package/resources/scss/theme-light/apps/covid/country/Helix.scss +8 -19
  164. package/resources/scss/theme-light/apps/covid/country/LineChartComponent.scss +3 -9
  165. package/resources/scss/theme-light/apps/docs/ContentTabContainer.scss +4 -11
  166. package/resources/scss/theme-light/apps/docs/HeaderContainer.scss +10 -23
  167. package/resources/scss/theme-light/apps/docs/MainContainer.scss +3 -9
  168. package/resources/scss/theme-light/apps/docs/classdetails/HeaderComponent.scss +4 -11
  169. package/resources/scss/theme-light/apps/docs/classdetails/MembersList.scss +17 -37
  170. package/resources/scss/theme-light/apps/docs/classdetails/TutorialComponent.scss +4 -11
  171. package/resources/scss/theme-light/apps/website/HeaderContainer.scss +5 -13
  172. package/resources/scss/theme-light/apps/website/MainContainer.scss +4 -11
  173. package/resources/scss/theme-light/apps/website/blog/Container.scss +3 -9
  174. package/resources/scss/theme-light/apps/website/home/TabContainer.scss +4 -11
  175. package/resources/scss/theme-light/button/Base.scss +107 -218
  176. package/resources/scss/theme-light/calendar/view/EditEventContainer.scss +4 -12
  177. package/resources/scss/theme-light/calendar/view/MainContainer.scss +22 -48
  178. package/resources/scss/theme-light/calendar/view/SettingsContainer.scss +3 -11
  179. package/resources/scss/theme-light/calendar/view/YearComponent.scss +10 -23
  180. package/resources/scss/theme-light/calendar/view/calendars/EditContainer.scss +4 -12
  181. package/resources/scss/theme-light/calendar/view/calendars/List.scss +2 -8
  182. package/resources/scss/theme-light/calendar/view/month/Component.scss +10 -23
  183. package/resources/scss/theme-light/calendar/view/week/Component.scss +12 -28
  184. package/resources/scss/theme-light/component/BoxLabel.scss +5 -13
  185. package/resources/scss/theme-light/component/Chip.scss +14 -31
  186. package/resources/scss/theme-light/component/DateSelector.scss +24 -52
  187. package/resources/scss/theme-light/component/Process.scss +9 -21
  188. package/resources/scss/theme-light/component/Progress.scss +3 -9
  189. package/resources/scss/theme-light/component/Splitter.scss +4 -12
  190. package/resources/scss/theme-light/component/StatusBadge.scss +19 -41
  191. package/resources/scss/theme-light/component/Timer.scss +5 -14
  192. package/resources/scss/theme-light/component/Toast.scss +8 -20
  193. package/resources/scss/theme-light/component/Video.scss +3 -10
  194. package/resources/scss/theme-light/container/Accordion.scss +5 -13
  195. package/resources/scss/theme-light/container/AccordionItem.scss +10 -23
  196. package/resources/scss/theme-light/container/Base.scss +4 -11
  197. package/resources/scss/theme-light/container/Panel.scss +5 -13
  198. package/resources/scss/theme-light/container/Viewport.scss +3 -9
  199. package/resources/scss/theme-light/dialog/Base.scss +5 -13
  200. package/resources/scss/theme-light/examples/ConfigurationPanel.scss +3 -9
  201. package/resources/scss/theme-light/examples/calendar/basic/MainContainer.scss +3 -10
  202. package/resources/scss/theme-light/form/Fieldset.scss +5 -14
  203. package/resources/scss/theme-light/form/field/CheckBox.scss +7 -18
  204. package/resources/scss/theme-light/form/field/FileUpload.scss +11 -26
  205. package/resources/scss/theme-light/form/field/Picker.scss +5 -13
  206. package/resources/scss/theme-light/form/field/Range.scss +4 -11
  207. package/resources/scss/theme-light/form/field/Search.scss +3 -9
  208. package/resources/scss/theme-light/form/field/Select.scss +9 -21
  209. package/resources/scss/theme-light/form/field/Switch.scss +6 -16
  210. package/resources/scss/theme-light/form/field/Text.scss +31 -66
  211. package/resources/scss/theme-light/form/field/trigger/Base.scss +5 -14
  212. package/resources/scss/theme-light/form/field/trigger/Time.scss +3 -10
  213. package/resources/scss/theme-light/grid/Container.scss +6 -16
  214. package/resources/scss/theme-light/grid/View.scss +12 -28
  215. package/resources/scss/theme-light/grid/header/Button.scss +5 -14
  216. package/resources/scss/theme-light/list/Base.scss +12 -27
  217. package/resources/scss/theme-light/menu/List.scss +20 -44
  218. package/resources/scss/theme-light/menu/Panel.scss +2 -8
  219. package/resources/scss/theme-light/tab/Container.scss +3 -9
  220. package/resources/scss/theme-light/tab/Strip.scss +5 -13
  221. package/resources/scss/theme-light/tab/header/Button.scss +29 -62
  222. package/resources/scss/theme-light/table/Container.scss +9 -22
  223. package/resources/scss/theme-light/table/View.scss +13 -29
  224. package/resources/scss/theme-light/table/header/Button.scss +6 -16
  225. package/resources/scss/theme-light/toolbar/Base.scss +4 -11
  226. package/resources/scss/theme-light/tree/List.scss +4 -11
  227. package/src/DefaultConfig.mjs +2 -2
  228. package/src/form/field/FileUpload.mjs +9 -0
  229. package/src/main/DomAccess.mjs +2 -2
  230. package/src/main/DomEvents.mjs +50 -12
  231. package/resources/scss/mixins/_all.scss +0 -31
  232. package/resources/scss/theme-dark/_all.scss +0 -15
  233. package/resources/scss/theme-dark/apps/_all.scss +0 -3
  234. package/resources/scss/theme-dark/apps/covid/_all.scss +0 -4
  235. package/resources/scss/theme-dark/apps/docs/ExamplesTreeList.scss +0 -0
  236. package/resources/scss/theme-dark/apps/docs/TutorialsTreeList.scss +0 -0
  237. package/resources/scss/theme-dark/apps/docs/_all.scss +0 -6
  238. package/resources/scss/theme-dark/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
  239. package/resources/scss/theme-dark/apps/docs/classdetails/MainContainer.scss +0 -0
  240. package/resources/scss/theme-dark/apps/docs/classdetails/_all.scss +0 -5
  241. package/resources/scss/theme-dark/apps/website/_all.scss +0 -4
  242. package/resources/scss/theme-dark/button/_all.scss +0 -1
  243. package/resources/scss/theme-dark/calendar/_all.scss +0 -8
  244. package/resources/scss/theme-dark/component/Circle.scss +0 -0
  245. package/resources/scss/theme-dark/component/_all.scss +0 -5
  246. package/resources/scss/theme-dark/container/_all.scss +0 -3
  247. package/resources/scss/theme-dark/dialog/_all.scss +0 -1
  248. package/resources/scss/theme-dark/examples/_all.scss +0 -2
  249. package/resources/scss/theme-dark/form/_all.scss +0 -9
  250. package/resources/scss/theme-dark/form/field/trigger/Clear.scss +0 -0
  251. package/resources/scss/theme-dark/form/field/trigger/_all.scss +0 -3
  252. package/resources/scss/theme-dark/grid/_all.scss +0 -3
  253. package/resources/scss/theme-dark/grid/header/Toolbar.scss +0 -0
  254. package/resources/scss/theme-dark/grid/header/_all.scss +0 -2
  255. package/resources/scss/theme-dark/list/_all.scss +0 -1
  256. package/resources/scss/theme-dark/menu/_all.scss +0 -2
  257. package/resources/scss/theme-dark/tab/_all.scss +0 -3
  258. package/resources/scss/theme-dark/table/_all.scss +0 -3
  259. package/resources/scss/theme-dark/table/header/Toolbar.scss +0 -0
  260. package/resources/scss/theme-dark/table/header/_all.scss +0 -2
  261. package/resources/scss/theme-dark/tree/_all.scss +0 -1
  262. package/resources/scss/theme-light/_all.scss +0 -15
  263. package/resources/scss/theme-light/apps/_all.scss +0 -3
  264. package/resources/scss/theme-light/apps/covid/_all.scss +0 -4
  265. package/resources/scss/theme-light/apps/docs/ExamplesTreeList.scss +0 -0
  266. package/resources/scss/theme-light/apps/docs/TutorialsTreeList.scss +0 -0
  267. package/resources/scss/theme-light/apps/docs/_all.scss +0 -6
  268. package/resources/scss/theme-light/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
  269. package/resources/scss/theme-light/apps/docs/classdetails/MainContainer.scss +0 -0
  270. package/resources/scss/theme-light/apps/docs/classdetails/_all.scss +0 -5
  271. package/resources/scss/theme-light/apps/website/_all.scss +0 -4
  272. package/resources/scss/theme-light/button/_all.scss +0 -1
  273. package/resources/scss/theme-light/calendar/_all.scss +0 -8
  274. package/resources/scss/theme-light/component/Circle.scss +0 -0
  275. package/resources/scss/theme-light/component/_all.scss +0 -5
  276. package/resources/scss/theme-light/container/_all.scss +0 -3
  277. package/resources/scss/theme-light/dialog/_all.scss +0 -1
  278. package/resources/scss/theme-light/examples/_all.scss +0 -2
  279. package/resources/scss/theme-light/form/_all.scss +0 -9
  280. package/resources/scss/theme-light/form/field/trigger/Clear.scss +0 -0
  281. package/resources/scss/theme-light/form/field/trigger/_all.scss +0 -3
  282. package/resources/scss/theme-light/grid/_all.scss +0 -3
  283. package/resources/scss/theme-light/grid/header/Toolbar.scss +0 -0
  284. package/resources/scss/theme-light/grid/header/_all.scss +0 -2
  285. package/resources/scss/theme-light/list/_all.scss +0 -1
  286. package/resources/scss/theme-light/menu/_all.scss +0 -2
  287. package/resources/scss/theme-light/tab/_all.scss +0 -3
  288. package/resources/scss/theme-light/table/_all.scss +0 -3
  289. package/resources/scss/theme-light/table/header/Toolbar.scss +0 -0
  290. package/resources/scss/theme-light/table/header/_all.scss +0 -2
  291. package/resources/scss/theme-light/tree/_all.scss +0 -1
@@ -1,9 +1,3 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'searchfield-glyph-color': #bbb
3
- ));
4
-
5
- @if $useCssVars == true {
6
- :root .neo-theme-dark { // .neo-searchfield
7
- --searchfield-glyph-color: #{neo(searchfield-glyph-color)};
8
- }
9
- }
1
+ :root .neo-theme-dark { // .neo-searchfield
2
+ --searchfield-glyph-color: #bbb;
3
+ }
@@ -1,21 +1,9 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'selectfield-input-hint-color' : #bbb,
3
- 'selectfield-input-hint-opacity' : 0.6,
4
- 'selectfield-list-search-background-color' : inherit,
5
- 'selectfield-list-search-color' : #fff,
6
- 'selectfield-list-search-color-selected' : #000,
7
- 'selectfield-picker-container-border' : 1px solid #bbb,
8
- 'selectfield-picker-container-border-radius': 0
9
- ));
10
-
11
- @if $useCssVars == true {
12
- :root .neo-theme-dark { // .neo-selectfield
13
- --selectfield-input-hint-color : #{neo(selectfield-input-hint-color)};
14
- --selectfield-input-hint-opacity : #{neo(selectfield-input-hint-opacity)};
15
- --selectfield-list-search-background-color : #{neo(selectfield-list-search-background-color)};
16
- --selectfield-list-search-color : #{neo(selectfield-list-search-color)};
17
- --selectfield-list-search-color-selected : #{neo(selectfield-list-search-color-selected)};
18
- --selectfield-picker-container-border : #{neo(selectfield-picker-container-border)};
19
- --selectfield-picker-container-border-radius: #{neo(selectfield-picker-container-border-radius)};
20
- }
1
+ :root .neo-theme-dark { // .neo-selectfield
2
+ --selectfield-input-hint-color : #bbb;
3
+ --selectfield-input-hint-opacity : 0.6;
4
+ --selectfield-list-search-background-color : inherit;
5
+ --selectfield-list-search-color : #fff;
6
+ --selectfield-list-search-color-selected : #000;
7
+ --selectfield-picker-container-border : 1px solid #bbb;
8
+ --selectfield-picker-container-border-radius: 0;
21
9
  }
@@ -1,17 +1,7 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'switchfield-active-color' : white,
3
- 'switchfield-background-color': darkgrey,
4
- 'switchfield-checked' : green,
5
- 'switchfield-inactive-color' : grey,
6
- 'switchfield-thumb-color' : white
7
- ));
8
-
9
- @if $useCssVars == true {
10
- :root .neo-theme-dark { // .neo-switchfield
11
- --switchfield-active-color : #{neo(switchfield-active-color)};
12
- --switchfield-background-color: #{neo(switchfield-background-color)};
13
- --switchfield-checked : #{neo(switchfield-checked)};
14
- --switchfield-inactive-color : #{neo(switchfield-inactive-color)};
15
- --switchfield-thumb-color : #{neo(switchfield-thumb-color)};
16
- }
1
+ :root .neo-theme-dark { // .neo-switchfield
2
+ --switchfield-active-color : white;
3
+ --switchfield-background-color: darkgrey;
4
+ --switchfield-checked : green;
5
+ --switchfield-inactive-color : grey;
6
+ --switchfield-thumb-color : white;
17
7
  }
@@ -1,67 +1,32 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'textfield-border-color' : #424242,
3
- 'textfield-border-color-active' : #5d83a7,
4
- 'textfield-border-color-disabled' : #424242,
5
- 'textfield-border-color-hovered' : #424242,
6
- 'textfield-border-color-invalid' : brown,
7
- 'textfield-border-color-readonly' : #424242,
8
- 'textfield-border-radius' : 0,
9
- 'textfield-border-width' : 1px,
10
- 'textfield-input-background-color' : #2b2b2b,
11
- 'textfield-input-background-color-disabled': #2b2b2b,
12
- 'textfield-input-background-color-readonly': #222,
13
- 'textfield-input-color' : #ccc,
14
- 'textfield-input-color-disabled' : #ccc,
15
- 'textfield-input-color-readonly' : #ccc,
16
- 'textfield-input-font' : 400 13px/17px Arial,
17
- 'textfield-input-height' : 25px,
18
- 'textfield-input-padding' : 3px 6px 2px,
19
- 'textfield-input-placeholder-color' : #ccc,
20
- 'textfield-input-placeholder-opacity' : 0.6,
21
- 'textfield-label-color' : #bbb,
22
- 'textfield-label-color-disabled' : #bbb,
23
- 'textfield-label-color-readonly' : #bbb,
24
- 'textfield-label-top-margin' : 0 0 3px,
25
- 'textfield-opacity-disabled' : #{neo(neo-disabled-opacity)},
26
- 'textfield-opacity-readonly' : 1,
27
- 'textfield-outline-active' : none,
28
- 'textfield-outline-hovered' : none,
29
- 'textfield-sublabel-color' : #999,
30
- 'textfield-sublabel-font-size' : 12px,
31
- 'textfield-sublabel-margin' : 0 0 5px
32
- ));
33
-
34
- @if $useCssVars == true {
35
- :root .neo-theme-dark { // .neo-textfield
36
- --textfield-border-color : #{neo(textfield-border-color)};
37
- --textfield-border-color-active : #{neo(textfield-border-color-active)};
38
- --textfield-border-color-disabled : #{neo(textfield-border-color-disabled)};
39
- --textfield-border-color-hovered : #{neo(textfield-border-color-hovered)};
40
- --textfield-border-color-invalid : #{neo(textfield-border-color-invalid)};
41
- --textfield-border-color-readonly : #{neo(textfield-border-color-readonly)};
42
- --textfield-border-radius : #{neo(textfield-border-radius)};
43
- --textfield-border-width : #{neo(textfield-border-width)};
44
- --textfield-input-background-color : #{neo(textfield-input-background-color)};
45
- --textfield-input-background-color-disabled: #{neo(textfield-input-background-color-disabled)};
46
- --textfield-input-background-color-readonly: #{neo(textfield-input-background-color-readonly)};
47
- --textfield-input-color : #{neo(textfield-input-color)};
48
- --textfield-input-color-disabled : #{neo(textfield-input-color-disabled)};
49
- --textfield-input-color-readonly : #{neo(textfield-input-color-readonly)};
50
- --textfield-input-font : #{neo(textfield-input-font)};
51
- --textfield-input-height : #{neo(textfield-input-height)};
52
- --textfield-input-padding : #{neo(textfield-input-padding)};
53
- --textfield-input-placeholder-color : #{neo(textfield-input-placeholder-color)};
54
- --textfield-input-placeholder-opacity : #{neo(textfield-input-placeholder-opacity)};
55
- --textfield-label-color : #{neo(textfield-label-color)};
56
- --textfield-label-color-disabled : #{neo(textfield-label-color-disabled)};
57
- --textfield-label-color-readonly : #{neo(textfield-label-color-readonly)};
58
- --textfield-label-top-margin : #{neo(textfield-label-top-margin)};
59
- --textfield-opacity-disabled : #{neo(textfield-opacity-disabled)};
60
- --textfield-opacity-readonly : #{neo(textfield-opacity-readonly)};
61
- --textfield-outline-active : #{neo(textfield-outline-active)};
62
- --textfield-outline-hovered : #{neo(textfield-outline-hovered)};
63
- --textfield-sublabel-color : #{neo(textfield-sublabel-color)};
64
- --textfield-sublabel-font-size : #{neo(textfield-sublabel-font-size)};
65
- --textfield-sublabel-margin : #{neo(textfield-sublabel-margin)};
66
- }
1
+ :root .neo-theme-dark { // .neo-textfield
2
+ --textfield-border-color : #424242;
3
+ --textfield-border-color-active : #5d83a7;
4
+ --textfield-border-color-disabled : #424242;
5
+ --textfield-border-color-hovered : #424242;
6
+ --textfield-border-color-invalid : brown;
7
+ --textfield-border-color-readonly : #424242;
8
+ --textfield-border-radius : 0;
9
+ --textfield-border-width : 1px;
10
+ --textfield-input-background-color : #2b2b2b;
11
+ --textfield-input-background-color-disabled: #2b2b2b;
12
+ --textfield-input-background-color-readonly: #222;
13
+ --textfield-input-color : #ccc;
14
+ --textfield-input-color-disabled : #ccc;
15
+ --textfield-input-color-readonly : #ccc;
16
+ --textfield-input-font : 400 13px/17px Arial;
17
+ --textfield-input-height : 25px;
18
+ --textfield-input-padding : 3px 6px 2px;
19
+ --textfield-input-placeholder-color : #ccc;
20
+ --textfield-input-placeholder-opacity : 0.6;
21
+ --textfield-label-color : #bbb;
22
+ --textfield-label-color-disabled : #bbb;
23
+ --textfield-label-color-readonly : #bbb;
24
+ --textfield-label-top-margin : 0 0 3px;
25
+ --textfield-opacity-disabled : var(--neo-disabled-opacity);
26
+ --textfield-opacity-readonly : 1;
27
+ --textfield-outline-active : none;
28
+ --textfield-outline-hovered : none;
29
+ --textfield-sublabel-color : #999;
30
+ --textfield-sublabel-font-size : 12px;
31
+ --textfield-sublabel-margin : 0 0 5px;
67
32
  }
@@ -1,15 +1,6 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'trigger-background-color-hover': #33343d,
3
- 'trigger-border-width' : 1px,
4
- 'trigger-color' : #bbb,
5
- 'trigger-color-hover' : #ddd
6
- ));
7
-
8
- @if $useCssVars == true {
9
- :root .neo-theme-dark {
10
- --trigger-background-color-hover: #{neo(trigger-background-color-hover)};
11
- --trigger-border-width : #{neo(trigger-border-width)};
12
- --trigger-color : #{neo(trigger-color)};
13
- --trigger-color-hover : #{neo(trigger-color-hover)};
14
- }
1
+ :root .neo-theme-dark {
2
+ --trigger-background-color-hover: #33343d;
3
+ --trigger-border-width : 1px;
4
+ --trigger-color : #bbb;
5
+ --trigger-color-hover : #ddd;
15
6
  }
@@ -1,11 +1,4 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'trigger-time-background-color-hover': #64B5F6,
3
- 'trigger-time-pointer-color' : #33343d
4
- ));
5
-
6
- @if $useCssVars == true {
7
- :root .neo-theme-dark {
8
- --trigger-time-background-color-hover: #{neo(trigger-time-background-color-hover)};
9
- --trigger-time-pointer-color : #{neo(trigger-time-pointer-color)};
10
- }
1
+ :root .neo-theme-dark {
2
+ --trigger-time-background-color-hover: #64B5F6;
3
+ --trigger-time-pointer-color : #33343d;
11
4
  }
@@ -1,17 +1,7 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'grid-container-border-color' : #2b2b2b,
3
- 'grid-container-cell-background-color' : #3c3f41,
4
- 'grid-container-cell-background-color-even': #323232,
5
- 'grid-container-color' : #bbb,
6
- 'grid-container-header-cell-border-bottom' : 2px solid #2b2b2b
7
- ));
8
-
9
- @if $useCssVars == true {
10
- :root .neo-theme-dark { // .neo-grid-container
11
- --grid-container-border-color : #{neo(grid-container-border-color)};
12
- --grid-container-cell-background-color : #{neo(grid-container-cell-background-color)};
13
- --grid-container-cell-background-color-even: #{neo(grid-container-cell-background-color-even)};
14
- --grid-container-color : #{neo(grid-container-color)};
15
- --grid-container-header-cell-border-bottom : #{neo(grid-container-header-cell-border-bottom)};
16
- }
1
+ :root .neo-theme-dark { // .neo-grid-container
2
+ --grid-container-border-color : #2b2b2b;
3
+ --grid-container-cell-background-color : #3c3f41;
4
+ --grid-container-cell-background-color-even: #323232;
5
+ --grid-container-color : #bbb;
6
+ --grid-container-header-cell-border-bottom : 2px solid #2b2b2b;
17
7
  }
@@ -1,29 +1,13 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'grid-cell-background-color-hover' : #54595c,
3
- 'grid-cellmodel-selected-cell-background-color' : #64B5F6,
4
- 'grid-cellmodel-selected-cell-color' : #2b2b2b,
5
- 'grid-cellmodel-selected-column-cell-background-color': #4f558a,
6
- 'grid-cellmodel-selected-column-cell-color' : #bbb,
7
- 'grid-cellrowmodel-selected-cell-background-color' : #64B5F6,
8
- 'grid-cellrowmodel-selected-cell-color' : #2b2b2b,
9
- 'grid-cellrowmodel-selected-row-cell-background-color': #4f558a,
10
- 'grid-cellrowmodel-selected-row-cell-color' : #bbb,
11
- 'grid-rowmodel-selected-cell-background-color' : #64B5F6,
12
- 'grid-rowmodel-selected-cell-color' : #2b2b2b
13
- ));
14
-
15
- @if $useCssVars == true {
16
- :root .neo-theme-dark { // .neo-grid-view
17
- --grid-cell-background-color-hover : #{neo(grid-cell-background-color-hover)};
18
- --grid-cellmodel-selected-cell-background-color : #{neo(grid-cellmodel-selected-cell-background-color)};
19
- --grid-cellmodel-selected-cell-color : #{neo(grid-cellmodel-selected-cell-color)};
20
- --grid-cellmodel-selected-column-cell-background-color: #{neo(grid-cellmodel-selected-column-cell-background-color)};
21
- --grid-cellmodel-selected-column-cell-color : #{neo(grid-cellmodel-selected-column-cell-color)};
22
- --grid-cellrowmodel-selected-cell-background-color : #{neo(grid-cellrowmodel-selected-cell-background-color)};
23
- --grid-cellrowmodel-selected-cell-color : #{neo(grid-cellrowmodel-selected-cell-color)};
24
- --grid-cellrowmodel-selected-row-cell-background-color: #{neo(grid-cellrowmodel-selected-row-cell-background-color)};
25
- --grid-cellrowmodel-selected-row-cell-color : #{neo(grid-cellrowmodel-selected-row-cell-color)};
26
- --grid-rowmodel-selected-cell-background-color : #{neo(grid-rowmodel-selected-cell-background-color)};
27
- --grid-rowmodel-selected-cell-color : #{neo(grid-rowmodel-selected-cell-color)};
28
- }
1
+ :root .neo-theme-dark { // .neo-grid-view
2
+ --grid-cell-background-color-hover : #54595c;
3
+ --grid-cellmodel-selected-cell-background-color : #64B5F6;
4
+ --grid-cellmodel-selected-cell-color : #2b2b2b;
5
+ --grid-cellmodel-selected-column-cell-background-color: #4f558a;
6
+ --grid-cellmodel-selected-column-cell-color : #bbb;
7
+ --grid-cellrowmodel-selected-cell-background-color : #64B5F6;
8
+ --grid-cellrowmodel-selected-cell-color : #2b2b2b;
9
+ --grid-cellrowmodel-selected-row-cell-background-color: #4f558a;
10
+ --grid-cellrowmodel-selected-row-cell-color : #bbb;
11
+ --grid-rowmodel-selected-cell-background-color : #64B5F6;
12
+ --grid-rowmodel-selected-cell-color : #2b2b2b;
29
13
  }
@@ -1,15 +1,6 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'grid-header-button-background-color': #323232,
3
- 'grid-header-button-background-image': linear-gradient(#3c3f41, #323232),
4
- 'grid-header-button-color' : #bbb,
5
- 'grid-header-button-glyph-color' : #bbb
6
- ));
7
-
8
- @if $useCssVars == true {
9
- :root .neo-theme-dark { // .neo-grid-header
10
- --grid-header-button-background-color: #{neo(grid-header-button-background-color)};
11
- --grid-header-button-background-image: #{neo(grid-header-button-background-image)};
12
- --grid-header-button-color : #{neo(grid-header-button-color)};
13
- --grid-header-button-glyph-color : #{neo(grid-header-button-glyph-color)};
14
- }
1
+ :root .neo-theme-dark { // .neo-grid-header
2
+ --grid-header-button-background-color: #323232;
3
+ --grid-header-button-background-image: linear-gradient(#3c3f41, #323232);
4
+ --grid-header-button-color : #bbb;
5
+ --grid-header-button-glyph-color : #bbb;
15
6
  }
@@ -1,27 +1,12 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'list-container-background-color' : #33343d,
3
- 'list-container-border' : 1px solid #282829,
4
- 'list-container-list-color' : #bbb,
5
- 'list-item-background-color' : #33343d,
6
- 'list-item-background-color-hover' : lighten(#33343d, 10%),
7
- 'list-item-background-color-selected': #5a7082,
8
- 'list-item-color-selected' : #2b2b2b,
9
- 'list-item-glyph-color' : inherit,
10
- 'list-item-highlight-search-color' : #fff,
11
- 'list-item-padding' : 5px
12
- ));
13
-
14
- @if $useCssVars == true {
15
- :root .neo-theme-dark { // .neo-list-container
16
- --list-container-background-color : #{neo(list-container-background-color)};
17
- --list-container-border : #{neo(list-container-border)};
18
- --list-container-list-color : #{neo(list-container-list-color)};
19
- --list-item-background-color : #{neo(list-item-background-color)};
20
- --list-item-background-color-hover : #{neo(list-item-background-color-hover)};
21
- --list-item-background-color-selected: #{neo(list-item-background-color-selected)};
22
- --list-item-color-selected : #{neo(list-item-color-selected)};
23
- --list-item-glyph-color : #{neo(list-item-glyph-color)};
24
- --list-item-highlight-search-color : #{neo(list-item-highlight-search-color)};
25
- --list-item-padding : #{neo(list-item-padding)};
26
- }
1
+ :root .neo-theme-dark { // .neo-list-container
2
+ --list-container-background-color : #33343d;
3
+ --list-container-border : 1px solid #282829;
4
+ --list-container-list-color : #bbb;
5
+ --list-item-background-color : #33343d;
6
+ --list-item-background-color-hover : #{lighten(#33343d, 10%)};
7
+ --list-item-background-color-selected: #5a7082;
8
+ --list-item-color-selected : #2b2b2b;
9
+ --list-item-glyph-color : inherit;
10
+ --list-item-highlight-search-color : #fff;
11
+ --list-item-padding : 5px;
27
12
  }
@@ -1,45 +1,21 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'menu-list-border-color' : #3c3f41,
3
- 'menu-list-box-shadow' : 0 5px 10px rgba(0,0,0,.4),
4
- 'menu-list-item-background-color' : inherit,
5
- 'menu-list-item-background-color-disabled': inherit,
6
- 'menu-list-item-background-color-hover' : inherit,
7
- 'menu-list-item-background-color-selected': inherit,
8
- 'menu-list-item-color' : inherit,
9
- 'menu-list-item-font-family' : inherit,
10
- 'menu-list-item-font-weight' : inherit,
11
- 'menu-list-item-icon-color' : #bbb,
12
- 'menu-list-item-icon-color-disabled' : #bbb,
13
- 'menu-list-item-icon-color-selected' : #2b2b2b,
14
- 'menu-list-item-icon-gap' : .4em,
15
- 'menu-list-item-height' : inherit,
16
- 'menu-list-item-line-height' : inherit,
17
- 'menu-list-item-opacity-disabled' : inherit,
18
- 'menu-list-item-outline-focus' : none,
19
- 'menu-list-item-padding' : 5px,
20
- 'menu-list-item-text-transform' : inherit
21
- ));
22
-
23
- @if $useCssVars == true {
24
- :root .neo-theme-dark { // .neo-menu-list
25
- --menu-list-border-color : #{neo(menu-list-border-color)};
26
- --menu-list-box-shadow : #{neo(menu-list-box-shadow)};
27
- --menu-list-item-background-color : #{neo(menu-list-item-background-color)};
28
- --menu-list-item-background-color-disabled: #{neo(menu-list-item-background-color-disabled)};
29
- --menu-list-item-background-color-hover : #{neo(menu-list-item-background-color-hover)};
30
- --menu-list-item-background-color-selected: #{neo(menu-list-item-background-color-selected)};
31
- --menu-list-item-color : #{neo(menu-list-item-color)};
32
- --menu-list-item-font-family : #{neo(menu-list-item-font-family)};
33
- --menu-list-item-font-weight : #{neo(menu-list-item-font-weight)};
34
- --menu-list-item-icon-color : #{neo(menu-list-item-icon-color)};
35
- --menu-list-item-icon-color-disabled : #{neo(menu-list-item-icon-color-disabled)};
36
- --menu-list-item-icon-color-selected : #{neo(menu-list-item-icon-color-selected)};
37
- --menu-list-item-icon-gap : #{neo(menu-list-item-icon-gap)};
38
- --menu-list-item-height : #{neo(menu-list-item-height)};
39
- --menu-list-item-line-height : #{neo(menu-list-item-line-height)};
40
- --menu-list-item-opacity-disabled : #{neo(menu-list-item-opacity-disabled)};
41
- --menu-list-item-outline-focus : #{neo(menu-list-item-outline-focus)};
42
- --menu-list-item-padding : #{neo(menu-list-item-padding)};
43
- --menu-list-item-text-transform : #{neo(menu-list-item-text-transform)};
44
- }
1
+ :root .neo-theme-dark { // .neo-menu-list
2
+ --menu-list-border-color : #3c3f41;
3
+ --menu-list-box-shadow : 0 5px 10px rgba(0,0,0,.4);
4
+ --menu-list-item-background-color : inherit;
5
+ --menu-list-item-background-color-disabled: inherit;
6
+ --menu-list-item-background-color-hover : inherit;
7
+ --menu-list-item-background-color-selected: inherit;
8
+ --menu-list-item-color : inherit;
9
+ --menu-list-item-font-family : inherit;
10
+ --menu-list-item-font-weight : inherit;
11
+ --menu-list-item-icon-color : #bbb;
12
+ --menu-list-item-icon-color-disabled : #bbb;
13
+ --menu-list-item-icon-color-selected : #2b2b2b;
14
+ --menu-list-item-icon-gap : .4em;
15
+ --menu-list-item-height : inherit;
16
+ --menu-list-item-line-height : inherit;
17
+ --menu-list-item-opacity-disabled : inherit;
18
+ --menu-list-item-outline-focus : none;
19
+ --menu-list-item-padding : 5px;
20
+ --menu-list-item-text-transform : inherit;
45
21
  }
@@ -1,9 +1,3 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'menu-border-color': #3c3f41
3
- ));
4
-
5
- @if $useCssVars == true {
6
- :root .neo-theme-dark { // .neo-menu
7
- --menu-border-color: #{neo(menu-border-color)};
8
- }
1
+ :root .neo-theme-dark { // .neo-menu
2
+ --menu-border-color: #3c3f41;
9
3
  }
@@ -1,9 +1,3 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'tab-container-content-border': 1px solid #3c3f41
3
- ));
4
-
5
- @if $useCssVars == true {
6
- :root .neo-theme-dark { // .neo-tab-container
7
- --tab-container-content-border: #{neo(tab-container-content-border)};
8
- }
9
- }
1
+ :root .neo-theme-dark { // .neo-tab-container
2
+ --tab-container-content-border: 1px solid #3c3f41;
3
+ }
@@ -1,13 +1,5 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'tab-indicator-background-color-active': #5d83a7,
3
- 'tab-strip-background-color' : #3c3f41,
4
- 'tab-strip-height' : 4px
5
- ));
6
-
7
- @if $useCssVars == true {
8
- :root .neo-theme-dark { // .neo-tab-strip
9
- --tab-indicator-background-color-active: #{neo(tab-indicator-background-color-active)};
10
- --tab-strip-background-color : #{neo(tab-strip-background-color)};
11
- --tab-strip-height : #{neo(tab-strip-height)};
12
- }
13
- }
1
+ :root .neo-theme-dark { // .neo-tab-strip
2
+ --tab-indicator-background-color-active: #5d83a7;
3
+ --tab-strip-background-color : #3c3f41;
4
+ --tab-strip-height : 4px;
5
+ }
@@ -1,63 +1,30 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'tab-button-background-color' : #282b2b,
3
- 'tab-button-background-color-active' : #373a3c,
4
- 'tab-button-background-color-disabled' : #282b2b,
5
- 'tab-button-background-color-hover' : #3a3c3e,
6
- 'tab-button-background-image' : linear-gradient(#393d3e, #282b2b),
7
- 'tab-button-background-image-bottom' : linear-gradient(to top, #393d3e, #282b2b),
8
- 'tab-button-background-image-left' : linear-gradient(to right, #393d3e, #282b2b),
9
- 'tab-button-background-image-pressed' : linear-gradient(#434749, #323536),
10
- 'tab-button-background-image-pressed-bottom': linear-gradient(to top, #434749, #323536),
11
- 'tab-button-background-image-pressed-left' : linear-gradient(to right, #434749, #323536),
12
- 'tab-button-background-image-pressed-right' : linear-gradient(to left, #434749, #323536),
13
- 'tab-button-background-image-right' : linear-gradient(to left, #393d3e, #282b2b),
14
- 'tab-button-border' : none,
15
- 'tab-button-border-bottom' : none,
16
- 'tab-button-border-bottom-pressed' : none,
17
- 'tab-button-border-pressed' : none,
18
- 'tab-button-border-radius' : 0,
19
- 'tab-button-gap' : 0,
20
- 'tab-button-glyph-color' : #bbb,
21
- 'tab-button-glyph-color-active' : #bbb,
22
- 'tab-button-glyph-color-hover' : #bbb,
23
- 'tab-button-glyph-color-pressed' : #bbb,
24
- 'tab-button-height' : 25px,
25
- 'tab-button-height-pressed' : 25px,
26
- 'tab-button-margin-bottom' : 0,
27
- 'tab-button-padding' : 7px 12px 6px 12px,
28
- 'tab-button-text-color' : #bbb,
29
- 'tab-button-text-transform' : none
30
- ));
31
-
32
- @if $useCssVars == true {
33
- :root .neo-theme-dark { // .neo-tab-header-button
34
- --tab-button-background-color : #{neo(tab-button-background-color)};
35
- --tab-button-background-color-active : #{neo(tab-button-background-color-active)};
36
- --tab-button-background-color-disabled : #{neo(tab-button-background-color-disabled)};
37
- --tab-button-background-color-hover : #{neo(tab-button-background-color-hover)};
38
- --tab-button-background-image : #{neo(tab-button-background-image)};
39
- --tab-button-background-image-bottom : #{neo(tab-button-background-image-bottom)};
40
- --tab-button-background-image-left : #{neo(tab-button-background-image-left)};
41
- --tab-button-background-image-pressed : #{neo(tab-button-background-image-pressed)};
42
- --tab-button-background-image-pressed-bottom: #{neo(tab-button-background-image-pressed-bottom)};
43
- --tab-button-background-image-pressed-left : #{neo(tab-button-background-image-pressed-left)};
44
- --tab-button-background-image-pressed-right : #{neo(tab-button-background-image-pressed-right)};
45
- --tab-button-background-image-right : #{neo(tab-button-background-image-right)};
46
- --tab-button-border : #{neo(tab-button-border)};
47
- --tab-button-border-bottom : #{neo(tab-button-border-bottom)};
48
- --tab-button-border-bottom-pressed : #{neo(tab-button-border-bottom-pressed)};
49
- --tab-button-border-pressed : #{neo(tab-button-border-pressed)};
50
- --tab-button-border-radius : #{neo(tab-button-border-radius)};
51
- --tab-button-gap : #{neo(tab-button-gap)};
52
- --tab-button-glyph-color : #{neo(tab-button-glyph-color)};
53
- --tab-button-glyph-color-active : #{neo(tab-button-glyph-color-active)};
54
- --tab-button-glyph-color-hover : #{neo(tab-button-glyph-color-hover)};
55
- --tab-button-glyph-color-pressed : #{neo(tab-button-glyph-color-pressed)};
56
- --tab-button-height : #{neo(tab-button-height)};
57
- --tab-button-height-pressed : #{neo(tab-button-height-pressed)};
58
- --tab-button-margin-bottom : #{neo(tab-button-margin-bottom)};
59
- --tab-button-padding : #{neo(tab-button-padding)};
60
- --tab-button-text-color : #{neo(tab-button-text-color)};
61
- --tab-button-text-transform : #{neo(tab-button-text-transform)};
62
- }
1
+ :root .neo-theme-dark { // .neo-tab-header-button
2
+ --tab-button-background-color : #282b2b;
3
+ --tab-button-background-color-active : #373a3c;
4
+ --tab-button-background-color-disabled : #282b2b;
5
+ --tab-button-background-color-hover : #3a3c3e;
6
+ --tab-button-background-image : linear-gradient(#393d3e, #282b2b);
7
+ --tab-button-background-image-bottom : linear-gradient(to top, #393d3e, #282b2b);
8
+ --tab-button-background-image-left : linear-gradient(to right, #393d3e, #282b2b);
9
+ --tab-button-background-image-pressed : linear-gradient(#434749, #323536);
10
+ --tab-button-background-image-pressed-bottom: linear-gradient(to top, #434749, #323536);
11
+ --tab-button-background-image-pressed-left : linear-gradient(to right, #434749, #323536);
12
+ --tab-button-background-image-pressed-right : linear-gradient(to left, #434749, #323536);
13
+ --tab-button-background-image-right : linear-gradient(to left, #393d3e, #282b2b);
14
+ --tab-button-border : none;
15
+ --tab-button-border-bottom : none;
16
+ --tab-button-border-bottom-pressed : none;
17
+ --tab-button-border-pressed : none;
18
+ --tab-button-border-radius : 0;
19
+ --tab-button-gap : 0;
20
+ --tab-button-glyph-color : #bbb;
21
+ --tab-button-glyph-color-active : #bbb;
22
+ --tab-button-glyph-color-hover : #bbb;
23
+ --tab-button-glyph-color-pressed : #bbb;
24
+ --tab-button-height : 25px;
25
+ --tab-button-height-pressed : 25px;
26
+ --tab-button-margin-bottom : 0;
27
+ --tab-button-padding : 7px 12px 6px 12px;
28
+ --tab-button-text-color : #bbb;
29
+ --tab-button-text-transform : none;
63
30
  }
@@ -1,23 +1,10 @@
1
- $neoMap: map-merge($neoMap, (
2
- 'table-container-border-color' : #2b2b2b,
3
- 'table-container-cell-background-color' : #3c3f41,
4
- 'table-container-cell-background-color-even': #323232,
5
- 'table-container-cell-border-bottom' : 1px solid #2b2b2b,
6
- 'table-container-cell-height' : 32px,
7
- 'table-container-cell-padding' : 2px 10px 2px,
8
- 'table-container-color' : #bbb,
9
- 'table-container-header-cell-border-bottom' : 2px solid #2b2b2b
10
- ));
11
-
12
- @if $useCssVars == true {
13
- :root .neo-theme-dark { // .neo-table-container
14
- --table-container-border-color : #{neo(table-container-border-color)};
15
- --table-container-cell-background-color : #{neo(table-container-cell-background-color)};
16
- --table-container-cell-background-color-even: #{neo(table-container-cell-background-color-even)};
17
- --table-container-cell-border-bottom : #{neo(table-container-cell-border-bottom)};
18
- --table-container-cell-height : #{neo(table-container-cell-height)};
19
- --table-container-cell-padding : #{neo(table-container-cell-padding)};
20
- --table-container-color : #{neo(table-container-color)};
21
- --table-container-header-cell-border-bottom : #{neo(table-container-header-cell-border-bottom)};
22
- }
1
+ :root .neo-theme-dark { // .neo-table-container
2
+ --table-container-border-color : #2b2b2b;
3
+ --table-container-cell-background-color : #3c3f41;
4
+ --table-container-cell-background-color-even: #323232;
5
+ --table-container-cell-border-bottom : 1px solid #2b2b2b;
6
+ --table-container-cell-height : 32px;
7
+ --table-container-cell-padding : 2px 10px 2px;
8
+ --table-container-color : #bbb;
9
+ --table-container-header-cell-border-bottom : 2px solid #2b2b2b;
23
10
  }