neo.mjs 5.17.1 → 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.
- package/apps/ServiceWorker.mjs +2 -2
- package/buildScripts/buildThemes.mjs +89 -192
- package/buildScripts/createClass.mjs +13 -11
- package/buildScripts/watchThemes.mjs +41 -83
- package/examples/ServiceWorker.mjs +2 -2
- package/examples/component/statusbadge/MainContainer.mjs +160 -45
- package/examples/form/field/fileupload/server.mjs +17 -7
- package/package.json +2 -2
- package/resources/scss/src/Global.scss +7 -7
- package/resources/scss/src/apps/covid/HeaderContainer.scss +25 -25
- package/resources/scss/src/apps/covid/country/Gallery.scss +6 -6
- package/resources/scss/src/apps/covid/country/Helix.scss +8 -8
- package/resources/scss/src/apps/covid/country/LineChartComponent.scss +2 -2
- package/resources/scss/src/apps/docs/ContentTabContainer.scss +3 -3
- package/resources/scss/src/apps/docs/HeaderContainer.scss +8 -8
- package/resources/scss/src/apps/docs/MainContainer.scss +1 -1
- package/resources/scss/src/apps/docs/classdetails/HeaderComponent.scss +1 -1
- package/resources/scss/src/apps/docs/classdetails/MembersList.scss +16 -16
- package/resources/scss/src/apps/docs/classdetails/TutorialComponent.scss +3 -3
- package/resources/scss/src/apps/website/HeaderContainer.scss +9 -9
- package/resources/scss/src/apps/website/MainContainer.scss +3 -3
- package/resources/scss/src/apps/website/blog/Container.scss +3 -3
- package/resources/scss/src/apps/website/blog/List.scss +8 -8
- package/resources/scss/src/apps/website/examples/List.scss +7 -7
- package/resources/scss/src/apps/website/home/TabContainer.scss +5 -5
- package/resources/scss/src/button/Base.scss +101 -101
- package/resources/scss/src/button/Split.scss +3 -3
- package/resources/scss/src/calendar/view/EditEventContainer.scss +4 -4
- package/resources/scss/src/calendar/view/MainContainer.scss +46 -46
- package/resources/scss/src/calendar/view/SettingsContainer.scss +3 -3
- package/resources/scss/src/calendar/view/YearComponent.scss +13 -13
- package/resources/scss/src/calendar/view/calendars/EditContainer.scss +4 -4
- package/resources/scss/src/calendar/view/calendars/List.scss +7 -7
- package/resources/scss/src/calendar/view/month/Component.scss +15 -13
- package/resources/scss/src/calendar/view/week/Component.scss +12 -12
- package/resources/scss/src/calendar/view/week/TimeAxisComponent.scss +4 -4
- package/resources/scss/src/component/BoxLabel.scss +5 -5
- package/resources/scss/src/component/Chip.scss +13 -13
- package/resources/scss/src/component/Circle.scss +2 -2
- package/resources/scss/src/component/DateSelector.scss +28 -28
- package/resources/scss/src/component/Helix.scss +1 -1
- package/resources/scss/src/component/Process.scss +17 -17
- package/resources/scss/src/component/Progress.scss +2 -2
- package/resources/scss/src/component/Splitter.scss +6 -6
- package/resources/scss/src/component/StatusBadge.scss +42 -2
- package/resources/scss/src/component/Timer.scss +9 -9
- package/resources/scss/src/component/Toast.scss +10 -10
- package/resources/scss/src/component/Video.scss +5 -5
- package/resources/scss/src/container/Accordion.scss +3 -3
- package/resources/scss/src/container/AccordionItem.scss +15 -15
- package/resources/scss/src/container/Base.scss +3 -3
- package/resources/scss/src/container/Panel.scss +4 -4
- package/resources/scss/src/container/Viewport.scss +2 -2
- package/resources/scss/src/dialog/Base.scss +8 -8
- package/resources/scss/src/draggable/list/DragZone.scss +2 -2
- package/resources/scss/src/examples/ConfigurationPanel.scss +3 -3
- package/resources/scss/src/examples/calendar/basic/MainContainer.scss +2 -2
- package/resources/scss/src/examples/treeSelectionModel/MainContainer.scss +6 -6
- package/resources/scss/src/form/Fieldset.scss +4 -4
- package/resources/scss/src/form/field/CheckBox.scss +10 -10
- package/resources/scss/src/form/field/FileUpload.scss +4 -4
- package/resources/scss/src/form/field/Number.scss +5 -5
- package/resources/scss/src/form/field/Picker.scss +3 -3
- package/resources/scss/src/form/field/Range.scss +5 -5
- package/resources/scss/src/form/field/Search.scss +1 -1
- package/resources/scss/src/form/field/Select.scss +8 -8
- package/resources/scss/src/form/field/Switch.scss +6 -6
- package/resources/scss/src/form/field/Text.scss +78 -78
- package/resources/scss/src/form/field/TextArea.scss +1 -1
- package/resources/scss/src/form/field/trigger/Base.scss +6 -6
- package/resources/scss/src/form/field/trigger/Clear.scss +2 -2
- package/resources/scss/src/form/field/trigger/CopyToClipboard.scss +3 -3
- package/resources/scss/src/form/field/trigger/Time.scss +5 -5
- package/resources/scss/src/grid/Container.scss +6 -6
- package/resources/scss/src/grid/View.scss +11 -11
- package/resources/scss/src/grid/header/Button.scss +5 -5
- package/resources/scss/src/grid/header/Toolbar.scss +2 -2
- package/resources/scss/src/list/Base.scss +11 -11
- package/resources/scss/src/list/Chip.scss +3 -3
- package/resources/scss/src/list/Circle.scss +2 -2
- package/resources/scss/src/menu/List.scss +21 -21
- package/resources/scss/src/menu/Panel.scss +1 -1
- package/resources/scss/src/sitemap/Component.scss +2 -2
- package/resources/scss/src/tab/Container.scss +1 -1
- package/resources/scss/src/tab/Strip.scss +7 -7
- package/resources/scss/src/tab/header/Button.scss +26 -26
- package/resources/scss/src/tab/header/Toolbar.scss +18 -18
- package/resources/scss/src/table/Container.scss +16 -16
- package/resources/scss/src/table/View.scss +11 -11
- package/resources/scss/src/table/header/Button.scss +5 -5
- package/resources/scss/src/toolbar/Base.scss +20 -20
- package/resources/scss/src/toolbar/Breadcrumb.scss +1 -1
- package/resources/scss/src/tree/List.scss +5 -5
- package/resources/scss/theme-dark/Global.scss +7 -17
- package/resources/scss/theme-dark/apps/covid/HeaderContainer.scss +10 -23
- package/resources/scss/theme-dark/apps/covid/country/Gallery.scss +7 -17
- package/resources/scss/theme-dark/apps/covid/country/Helix.scss +8 -19
- package/resources/scss/theme-dark/apps/covid/country/LineChartComponent.scss +3 -9
- package/resources/scss/theme-dark/apps/docs/ContentTabContainer.scss +4 -11
- package/resources/scss/theme-dark/apps/docs/HeaderContainer.scss +10 -23
- package/resources/scss/theme-dark/apps/docs/MainContainer.scss +3 -9
- package/resources/scss/theme-dark/apps/docs/classdetails/HeaderComponent.scss +4 -11
- package/resources/scss/theme-dark/apps/docs/classdetails/MembersList.scss +17 -37
- package/resources/scss/theme-dark/apps/docs/classdetails/TutorialComponent.scss +4 -11
- package/resources/scss/theme-dark/apps/website/HeaderContainer.scss +5 -13
- package/resources/scss/theme-dark/apps/website/MainContainer.scss +4 -11
- package/resources/scss/theme-dark/apps/website/blog/Container.scss +3 -9
- package/resources/scss/theme-dark/apps/website/home/TabContainer.scss +4 -11
- package/resources/scss/theme-dark/button/Base.scss +108 -219
- package/resources/scss/theme-dark/calendar/view/EditEventContainer.scss +4 -12
- package/resources/scss/theme-dark/calendar/view/MainContainer.scss +22 -48
- package/resources/scss/theme-dark/calendar/view/SettingsContainer.scss +4 -11
- package/resources/scss/theme-dark/calendar/view/YearComponent.scss +10 -23
- package/resources/scss/theme-dark/calendar/view/calendars/EditContainer.scss +4 -12
- package/resources/scss/theme-dark/calendar/view/calendars/List.scss +2 -8
- package/resources/scss/theme-dark/calendar/view/month/Component.scss +9 -22
- package/resources/scss/theme-dark/calendar/view/week/Component.scss +12 -28
- package/resources/scss/theme-dark/component/BoxLabel.scss +5 -13
- package/resources/scss/theme-dark/component/Chip.scss +14 -31
- package/resources/scss/theme-dark/component/DateSelector.scss +24 -52
- package/resources/scss/theme-dark/component/Process.scss +9 -21
- package/resources/scss/theme-dark/component/Progress.scss +3 -9
- package/resources/scss/theme-dark/component/Splitter.scss +4 -12
- package/resources/scss/theme-dark/component/StatusBadge.scss +19 -0
- package/resources/scss/theme-dark/component/Timer.scss +4 -13
- package/resources/scss/theme-dark/component/Toast.scss +8 -20
- package/resources/scss/theme-dark/component/Video.scss +3 -10
- package/resources/scss/theme-dark/container/Accordion.scss +5 -13
- package/resources/scss/theme-dark/container/AccordionItem.scss +10 -23
- package/resources/scss/theme-dark/container/Base.scss +4 -11
- package/resources/scss/theme-dark/container/Panel.scss +5 -13
- package/resources/scss/theme-dark/container/Viewport.scss +3 -9
- package/resources/scss/theme-dark/dialog/Base.scss +5 -13
- package/resources/scss/theme-dark/examples/ConfigurationPanel.scss +3 -9
- package/resources/scss/theme-dark/examples/calendar/basic/MainContainer.scss +3 -10
- package/resources/scss/theme-dark/form/Fieldset.scss +5 -14
- package/resources/scss/theme-dark/form/field/CheckBox.scss +7 -18
- package/resources/scss/theme-dark/form/field/FileUpload.scss +11 -26
- package/resources/scss/theme-dark/form/field/Picker.scss +5 -13
- package/resources/scss/theme-dark/form/field/Range.scss +4 -11
- package/resources/scss/theme-dark/form/field/Search.scss +3 -9
- package/resources/scss/theme-dark/form/field/Select.scss +8 -20
- package/resources/scss/theme-dark/form/field/Switch.scss +6 -16
- package/resources/scss/theme-dark/form/field/Text.scss +31 -66
- package/resources/scss/theme-dark/form/field/trigger/Base.scss +5 -14
- package/resources/scss/theme-dark/form/field/trigger/Time.scss +3 -10
- package/resources/scss/theme-dark/grid/Container.scss +6 -16
- package/resources/scss/theme-dark/grid/View.scss +12 -28
- package/resources/scss/theme-dark/grid/header/Button.scss +5 -14
- package/resources/scss/theme-dark/list/Base.scss +11 -26
- package/resources/scss/theme-dark/menu/List.scss +20 -44
- package/resources/scss/theme-dark/menu/Panel.scss +2 -8
- package/resources/scss/theme-dark/tab/Container.scss +3 -9
- package/resources/scss/theme-dark/tab/Strip.scss +5 -13
- package/resources/scss/theme-dark/tab/header/Button.scss +29 -62
- package/resources/scss/theme-dark/table/Container.scss +9 -22
- package/resources/scss/theme-dark/table/View.scss +13 -29
- package/resources/scss/theme-dark/table/header/Button.scss +6 -16
- package/resources/scss/theme-dark/toolbar/Base.scss +4 -11
- package/resources/scss/theme-dark/tree/List.scss +4 -11
- package/resources/scss/theme-light/Global.scss +7 -17
- package/resources/scss/theme-light/apps/covid/HeaderContainer.scss +10 -23
- package/resources/scss/theme-light/apps/covid/country/Gallery.scss +7 -17
- package/resources/scss/theme-light/apps/covid/country/Helix.scss +8 -19
- package/resources/scss/theme-light/apps/covid/country/LineChartComponent.scss +3 -9
- package/resources/scss/theme-light/apps/docs/ContentTabContainer.scss +4 -11
- package/resources/scss/theme-light/apps/docs/HeaderContainer.scss +10 -23
- package/resources/scss/theme-light/apps/docs/MainContainer.scss +3 -9
- package/resources/scss/theme-light/apps/docs/classdetails/HeaderComponent.scss +4 -11
- package/resources/scss/theme-light/apps/docs/classdetails/MembersList.scss +17 -37
- package/resources/scss/theme-light/apps/docs/classdetails/TutorialComponent.scss +4 -11
- package/resources/scss/theme-light/apps/website/HeaderContainer.scss +5 -13
- package/resources/scss/theme-light/apps/website/MainContainer.scss +4 -11
- package/resources/scss/theme-light/apps/website/blog/Container.scss +3 -9
- package/resources/scss/theme-light/apps/website/home/TabContainer.scss +4 -11
- package/resources/scss/theme-light/button/Base.scss +107 -218
- package/resources/scss/theme-light/calendar/view/EditEventContainer.scss +4 -12
- package/resources/scss/theme-light/calendar/view/MainContainer.scss +22 -48
- package/resources/scss/theme-light/calendar/view/SettingsContainer.scss +3 -11
- package/resources/scss/theme-light/calendar/view/YearComponent.scss +10 -23
- package/resources/scss/theme-light/calendar/view/calendars/EditContainer.scss +4 -12
- package/resources/scss/theme-light/calendar/view/calendars/List.scss +2 -8
- package/resources/scss/theme-light/calendar/view/month/Component.scss +10 -23
- package/resources/scss/theme-light/calendar/view/week/Component.scss +12 -28
- package/resources/scss/theme-light/component/BoxLabel.scss +5 -13
- package/resources/scss/theme-light/component/Chip.scss +14 -31
- package/resources/scss/theme-light/component/DateSelector.scss +24 -52
- package/resources/scss/theme-light/component/Process.scss +9 -21
- package/resources/scss/theme-light/component/Progress.scss +3 -9
- package/resources/scss/theme-light/component/Splitter.scss +4 -12
- package/resources/scss/theme-light/component/StatusBadge.scss +19 -0
- package/resources/scss/theme-light/component/Timer.scss +5 -14
- package/resources/scss/theme-light/component/Toast.scss +8 -20
- package/resources/scss/theme-light/component/Video.scss +3 -10
- package/resources/scss/theme-light/container/Accordion.scss +5 -13
- package/resources/scss/theme-light/container/AccordionItem.scss +10 -23
- package/resources/scss/theme-light/container/Base.scss +4 -11
- package/resources/scss/theme-light/container/Panel.scss +5 -13
- package/resources/scss/theme-light/container/Viewport.scss +3 -9
- package/resources/scss/theme-light/dialog/Base.scss +5 -13
- package/resources/scss/theme-light/examples/ConfigurationPanel.scss +3 -9
- package/resources/scss/theme-light/examples/calendar/basic/MainContainer.scss +3 -10
- package/resources/scss/theme-light/form/Fieldset.scss +5 -14
- package/resources/scss/theme-light/form/field/CheckBox.scss +7 -18
- package/resources/scss/theme-light/form/field/FileUpload.scss +11 -26
- package/resources/scss/theme-light/form/field/Picker.scss +5 -13
- package/resources/scss/theme-light/form/field/Range.scss +4 -11
- package/resources/scss/theme-light/form/field/Search.scss +3 -9
- package/resources/scss/theme-light/form/field/Select.scss +9 -21
- package/resources/scss/theme-light/form/field/Switch.scss +6 -16
- package/resources/scss/theme-light/form/field/Text.scss +31 -66
- package/resources/scss/theme-light/form/field/trigger/Base.scss +5 -14
- package/resources/scss/theme-light/form/field/trigger/Time.scss +3 -10
- package/resources/scss/theme-light/grid/Container.scss +6 -16
- package/resources/scss/theme-light/grid/View.scss +12 -28
- package/resources/scss/theme-light/grid/header/Button.scss +5 -14
- package/resources/scss/theme-light/list/Base.scss +12 -27
- package/resources/scss/theme-light/menu/List.scss +20 -44
- package/resources/scss/theme-light/menu/Panel.scss +2 -8
- package/resources/scss/theme-light/tab/Container.scss +3 -9
- package/resources/scss/theme-light/tab/Strip.scss +5 -13
- package/resources/scss/theme-light/tab/header/Button.scss +29 -62
- package/resources/scss/theme-light/table/Container.scss +9 -22
- package/resources/scss/theme-light/table/View.scss +13 -29
- package/resources/scss/theme-light/table/header/Button.scss +6 -16
- package/resources/scss/theme-light/toolbar/Base.scss +4 -11
- package/resources/scss/theme-light/tree/List.scss +4 -11
- package/src/DefaultConfig.mjs +2 -2
- package/src/component/StatusBadge.mjs +434 -7
- package/src/form/field/FileUpload.mjs +9 -0
- package/src/main/DomAccess.mjs +2 -2
- package/src/main/DomEvents.mjs +50 -12
- package/resources/scss/mixins/_all.scss +0 -31
- package/resources/scss/theme-dark/_all.scss +0 -15
- package/resources/scss/theme-dark/apps/_all.scss +0 -3
- package/resources/scss/theme-dark/apps/covid/_all.scss +0 -4
- package/resources/scss/theme-dark/apps/docs/ExamplesTreeList.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/TutorialsTreeList.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/_all.scss +0 -6
- package/resources/scss/theme-dark/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/classdetails/MainContainer.scss +0 -0
- package/resources/scss/theme-dark/apps/docs/classdetails/_all.scss +0 -5
- package/resources/scss/theme-dark/apps/website/_all.scss +0 -4
- package/resources/scss/theme-dark/button/_all.scss +0 -1
- package/resources/scss/theme-dark/calendar/_all.scss +0 -8
- package/resources/scss/theme-dark/component/Circle.scss +0 -0
- package/resources/scss/theme-dark/component/_all.scss +0 -5
- package/resources/scss/theme-dark/container/_all.scss +0 -3
- package/resources/scss/theme-dark/dialog/_all.scss +0 -1
- package/resources/scss/theme-dark/examples/_all.scss +0 -2
- package/resources/scss/theme-dark/form/_all.scss +0 -9
- package/resources/scss/theme-dark/form/field/trigger/Clear.scss +0 -0
- package/resources/scss/theme-dark/form/field/trigger/_all.scss +0 -3
- package/resources/scss/theme-dark/grid/_all.scss +0 -3
- package/resources/scss/theme-dark/grid/header/Toolbar.scss +0 -0
- package/resources/scss/theme-dark/grid/header/_all.scss +0 -2
- package/resources/scss/theme-dark/list/_all.scss +0 -1
- package/resources/scss/theme-dark/menu/_all.scss +0 -2
- package/resources/scss/theme-dark/tab/_all.scss +0 -3
- package/resources/scss/theme-dark/table/_all.scss +0 -3
- package/resources/scss/theme-dark/table/header/Toolbar.scss +0 -0
- package/resources/scss/theme-dark/table/header/_all.scss +0 -2
- package/resources/scss/theme-dark/tree/_all.scss +0 -1
- package/resources/scss/theme-light/_all.scss +0 -15
- package/resources/scss/theme-light/apps/_all.scss +0 -3
- package/resources/scss/theme-light/apps/covid/_all.scss +0 -4
- package/resources/scss/theme-light/apps/docs/ExamplesTreeList.scss +0 -0
- package/resources/scss/theme-light/apps/docs/TutorialsTreeList.scss +0 -0
- package/resources/scss/theme-light/apps/docs/_all.scss +0 -6
- package/resources/scss/theme-light/apps/docs/classdetails/HierarchyTreeList.scss +0 -0
- package/resources/scss/theme-light/apps/docs/classdetails/MainContainer.scss +0 -0
- package/resources/scss/theme-light/apps/docs/classdetails/_all.scss +0 -5
- package/resources/scss/theme-light/apps/website/_all.scss +0 -4
- package/resources/scss/theme-light/button/_all.scss +0 -1
- package/resources/scss/theme-light/calendar/_all.scss +0 -8
- package/resources/scss/theme-light/component/Circle.scss +0 -0
- package/resources/scss/theme-light/component/_all.scss +0 -5
- package/resources/scss/theme-light/container/_all.scss +0 -3
- package/resources/scss/theme-light/dialog/_all.scss +0 -1
- package/resources/scss/theme-light/examples/_all.scss +0 -2
- package/resources/scss/theme-light/form/_all.scss +0 -9
- package/resources/scss/theme-light/form/field/trigger/Clear.scss +0 -0
- package/resources/scss/theme-light/form/field/trigger/_all.scss +0 -3
- package/resources/scss/theme-light/grid/_all.scss +0 -3
- package/resources/scss/theme-light/grid/header/Toolbar.scss +0 -0
- package/resources/scss/theme-light/grid/header/_all.scss +0 -2
- package/resources/scss/theme-light/list/_all.scss +0 -1
- package/resources/scss/theme-light/menu/_all.scss +0 -2
- package/resources/scss/theme-light/tab/_all.scss +0 -3
- package/resources/scss/theme-light/table/_all.scss +0 -3
- package/resources/scss/theme-light/table/header/Toolbar.scss +0 -0
- package/resources/scss/theme-light/table/header/_all.scss +0 -2
- package/resources/scss/theme-light/tree/_all.scss +0 -1
@@ -1,13 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
@if $useCssVars == true {
|
8
|
-
:root .neo-theme-dark { // .neo-box-label
|
9
|
-
--boxlabel-background-color: #{neo(boxlabel-background-color)};
|
10
|
-
--boxlabel-border : #{neo(boxlabel-border)};
|
11
|
-
--boxlabel-color : #{neo(boxlabel-color)};
|
12
|
-
}
|
13
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-box-label
|
2
|
+
--boxlabel-background-color: #323232;
|
3
|
+
--boxlabel-border : 0;
|
4
|
+
--boxlabel-color : #ddd;
|
5
|
+
}
|
@@ -1,31 +1,14 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
@if $useCssVars == true {
|
17
|
-
:root .neo-theme-dark { // .neo-chip
|
18
|
-
--chip-align-items : #{neo(chip-align-items)};
|
19
|
-
--chip-border : #{neo(chip-border)};
|
20
|
-
--chip-border-color-focus : #{neo(chip-border-color-focus)};
|
21
|
-
--chip-border-radius : #{neo(chip-border-radius)};
|
22
|
-
--chip-close-button-color : #{neo(chip-close-button-color)};
|
23
|
-
--chip-close-button-color-hover: #{neo(chip-close-button-color-hover)};
|
24
|
-
--chip-glyph-color : #{neo(chip-glyph-color)};
|
25
|
-
--chip-height : #{neo(chip-height)};
|
26
|
-
--chip-justify-content : #{neo(chip-justify-content)};
|
27
|
-
--chip-text-align : #{neo(chip-text-align)};
|
28
|
-
--chip-text-color : #{neo(chip-text-color)};
|
29
|
-
--chip-text-font-size : #{neo(chip-text-font-size)};
|
30
|
-
}
|
31
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-chip
|
2
|
+
--chip-align-items : center;
|
3
|
+
--chip-border : 1px solid #424242;
|
4
|
+
--chip-border-color-focus : #5d83a7;
|
5
|
+
--chip-border-radius : 15px;
|
6
|
+
--chip-close-button-color : #424242;
|
7
|
+
--chip-close-button-color-hover: #ddd;
|
8
|
+
--chip-glyph-color : #bbb;
|
9
|
+
--chip-height : 30px;
|
10
|
+
--chip-justify-content : center;
|
11
|
+
--chip-text-align : left;
|
12
|
+
--chip-text-color : #bbb;
|
13
|
+
--chip-text-font-size : 12px;
|
14
|
+
}
|
@@ -1,52 +1,24 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
@if $useCssVars == true {
|
27
|
-
:root .neo-theme-dark { // .neo-dateselector
|
28
|
-
--dateselector-background-color : #{neo(dateselector-background-color)};
|
29
|
-
--dateselector-border-color : #{neo(dateselector-border-color)};
|
30
|
-
--dateselector-cell-background-color : #{neo(dateselector-cell-background-color)};
|
31
|
-
--dateselector-cell-background-color-disabled: #{neo(dateselector-cell-background-color-disabled)};
|
32
|
-
--dateselector-cell-color : #{neo(dateselector-cell-color)};
|
33
|
-
--dateselector-cell-color-disabled : #{neo(dateselector-cell-color-disabled)};
|
34
|
-
--dateselector-cell-color-selected : #{neo(dateselector-cell-color-selected)};
|
35
|
-
--dateselector-cell-opacity-disabled : #{neo(dateselector-cell-opacity-disabled)};
|
36
|
-
--dateselector-cell-today-border-color : #{neo(dateselector-cell-today-border-color)};
|
37
|
-
--dateselector-color : #{neo(dateselector-color)};
|
38
|
-
--dateselector-content-border-top : #{neo(dateselector-content-border-top)};
|
39
|
-
--dateselector-header-background-color : #{neo(dateselector-header-background-color)};
|
40
|
-
--dateselector-header-border-bottom : #{neo(dateselector-header-border-bottom)};
|
41
|
-
--dateselector-header-cell-background-color : #{neo(dateselector-header-cell-background-color)};
|
42
|
-
--dateselector-header-cell-border-bottom : #{neo(dateselector-header-cell-border-bottom)};
|
43
|
-
--dateselector-header-cell-color : #{neo(dateselector-header-cell-color)};
|
44
|
-
--dateselector-header-month-text-color : #{neo(dateselector-header-month-text-color)};
|
45
|
-
--dateselector-header-year-text-color : #{neo(dateselector-header-year-text-color)};
|
46
|
-
--dateselector-nav-button-background-color : #{neo(dateselector-nav-button-background-color)};
|
47
|
-
--dateselector-nav-button-border : #{neo(dateselector-nav-button-border)};
|
48
|
-
--dateselector-nav-button-color : #{neo(dateselector-nav-button-color)};
|
49
|
-
--dateselector-nav-button-color-hover : #{neo(dateselector-nav-button-color-hover)};
|
50
|
-
--dateselector-nav-button-inner-border : #{neo(dateselector-nav-button-inner-border)};
|
51
|
-
}
|
52
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-dateselector
|
2
|
+
--dateselector-background-color : #323232;
|
3
|
+
--dateselector-border-color : #3c3f41;
|
4
|
+
--dateselector-cell-background-color : #323232;
|
5
|
+
--dateselector-cell-background-color-disabled: #323232;
|
6
|
+
--dateselector-cell-color : #bbb;
|
7
|
+
--dateselector-cell-color-disabled : #555;
|
8
|
+
--dateselector-cell-color-selected : #fff;
|
9
|
+
--dateselector-cell-opacity-disabled : 1;
|
10
|
+
--dateselector-cell-today-border-color : #5d83a7;
|
11
|
+
--dateselector-color : #bbb;
|
12
|
+
--dateselector-content-border-top : none;
|
13
|
+
--dateselector-header-background-color : #323232;
|
14
|
+
--dateselector-header-border-bottom : none;
|
15
|
+
--dateselector-header-cell-background-color : #33343d;
|
16
|
+
--dateselector-header-cell-border-bottom : none;
|
17
|
+
--dateselector-header-cell-color : #bbb;
|
18
|
+
--dateselector-header-month-text-color : #ccc;
|
19
|
+
--dateselector-header-year-text-color : #bbb;
|
20
|
+
--dateselector-nav-button-background-color : #323232;
|
21
|
+
--dateselector-nav-button-color : #bbb;
|
22
|
+
--dateselector-nav-button-color-hover : #ddd;
|
23
|
+
--dateselector-nav-button-inner-border : none;
|
24
|
+
}
|
@@ -1,21 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
@if $useCssVars == true {
|
12
|
-
:root .neo-theme-dark {
|
13
|
-
--process-arrow-color : #{neo(process-arrow-color)};
|
14
|
-
--process-background-color: #{neo(process-background-color)};
|
15
|
-
--process-icon-color : #{neo(process-icon-color)};
|
16
|
-
--process-icon-size : #{neo(process-icon-size)};
|
17
|
-
--process-shadow-color : #{neo(process-shadow-color)};
|
18
|
-
--process-text-color : #{neo(process-text-color)};
|
19
|
-
--process-title-color : #{neo(process-title-color)};
|
20
|
-
}
|
21
|
-
}
|
1
|
+
:root .neo-theme-dark {
|
2
|
+
--process-arrow-color : #6d5f28;
|
3
|
+
--process-background-color: #2b2b2b;
|
4
|
+
--process-icon-color : #a3996f;
|
5
|
+
--process-icon-size : 2rem;
|
6
|
+
--process-shadow-color : rgba(0, 0, 0, .5);
|
7
|
+
--process-text-color : #bbb;
|
8
|
+
--process-title-color : #ccc;
|
9
|
+
}
|
@@ -1,13 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
));
|
6
|
-
|
7
|
-
@if $useCssVars == true {
|
8
|
-
:root .neo-theme-dark { // .neo-splitter
|
9
|
-
--splitter-background-color: #{neo(splitter-background-color)};
|
10
|
-
--splitter-border : #{neo(splitter-border)};
|
11
|
-
--splitter-hover-color : #{neo(splitter-hover-color)};
|
12
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-splitter
|
2
|
+
--splitter-background-color: #3c3f41;
|
3
|
+
--splitter-border : 1px solid #323232;
|
4
|
+
--splitter-hover-color : #64B5F6;
|
13
5
|
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
:root .neo-theme-dark {
|
2
|
+
--status-badge-align-items : center;
|
3
|
+
--status-badge-font-size : 11px;
|
4
|
+
--status-badge-font-family : var(--neo-font-family);
|
5
|
+
--status-badge-font-weight : 600;
|
6
|
+
--status-badge-line-height : 11px;
|
7
|
+
--status-badge-padding : 0px 5px 0px 5px;
|
8
|
+
--status-badge-state-alert-background-color : orange;
|
9
|
+
--status-badge-state-alert-text-color : black;
|
10
|
+
--status-badge-state-error-background-color : red;
|
11
|
+
--status-badge-state-error-text-color : white;
|
12
|
+
--status-badge-state-info-background-color : lightblue;
|
13
|
+
--status-badge-state-info-text-color : black;
|
14
|
+
--status-badge-state-neutral-background-color : white;
|
15
|
+
--status-badge-state-neutral-text-color : black;
|
16
|
+
--status-badge-state-success-background-color : green;
|
17
|
+
--status-badge-state-success-text-color : white;
|
18
|
+
--status-badge-transform : none;
|
19
|
+
}
|
@@ -1,14 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
));
|
6
|
-
|
7
|
-
@if $useCssVars == true {
|
8
|
-
:root .neo-theme-dark { // .neo-timer
|
9
|
-
--timer-color-start : #{neo(timer-color-start)};
|
10
|
-
--timer-color-end : #{neo(timer-color-end)};
|
11
|
-
--timer-dimension : #{neo(timer-dimension)};
|
12
|
-
--timer-button-color : #{neo(container-color)};
|
13
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-timer
|
2
|
+
--timer-color-end : #940a3d;
|
3
|
+
--timer-color-start: #8a9b0f;
|
4
|
+
--timer-dimension : --6rem;
|
14
5
|
}
|
@@ -1,21 +1,9 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
));
|
10
|
-
|
11
|
-
@if $useCssVars == true {
|
12
|
-
:root .neo-theme-dark { // .neo-toast
|
13
|
-
--toast-background-color : #{neo(toast-background-color)};
|
14
|
-
--toast-color : #{neo(toast-color)};
|
15
|
-
--toast-shadow-color : #{neo(toast-shadow-color)};
|
16
|
-
--toast-danger-background-color : #{neo(toast-danger-background-color)};
|
17
|
-
--toast-danger-color : #{neo(toast-danger-color)};
|
18
|
-
--toast-success-background-color: #{neo(toast-success-background-color)};
|
19
|
-
--toast-success-color : #{neo(toast-success-color)};
|
20
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-toast
|
2
|
+
--toast-background-color : lightblue;
|
3
|
+
--toast-color : #083741;
|
4
|
+
--toast-danger-background-color : #e6adad;
|
5
|
+
--toast-danger-color : #410808;
|
6
|
+
--toast-shadow-color : rgba(255, 255, 255, 0.15);
|
7
|
+
--toast-success-background-color: #b7e6ad;
|
8
|
+
--toast-success-color : #124108;
|
21
9
|
}
|
@@ -1,11 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
));
|
5
|
-
|
6
|
-
@if $useCssVars == true {
|
7
|
-
:root .neo-theme-dark { // .neo-video
|
8
|
-
--video-ghost-color: #{neo(video-ghost-color)};
|
9
|
-
--video-ghost-size: #{neo(video-ghost-size)};
|
10
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-video
|
2
|
+
--video-ghost-color: rgb(50, 50, 50);
|
3
|
+
--video-ghost-size : 30px;
|
11
4
|
}
|
@@ -1,13 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
@if $useCssVars == true {
|
8
|
-
:root .neo-theme-dark { // .neo-accordion
|
9
|
-
--accordion-title-bg-color: #{neo(accordion-title-bg-color)};
|
10
|
-
--accordion-title-color: #{neo(accordion-title-color)};
|
11
|
-
--accordion-item-radius: #{neo(accordion-item-radius)};
|
12
|
-
}
|
13
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-accordion
|
2
|
+
--accordion-item-radius : 5px;
|
3
|
+
--accordion-title-bg-color: #292929;
|
4
|
+
--accordion-title-color : #ccc;
|
5
|
+
}
|
@@ -1,23 +1,10 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
@if $useCssVars == true {
|
13
|
-
:root .neo-theme-dark { // .neo-accordion-item
|
14
|
-
--accordion-item-bg-color : #{neo(accordion-item-bg-color)};
|
15
|
-
--accordion-item-content-bg-color: #{neo(accordion-item-content-bg-color)};
|
16
|
-
--accordion-item-arrow-bg-color : #{neo(accordion-item-arrow-bg-color)};
|
17
|
-
--accordion-item-border-color : #{neo(accordion-item-border-color)};
|
18
|
-
--accordion-item-shadow : #{neo(accordion-item-shadow)};
|
19
|
-
--accordion-item-arrrow-shadow : #{neo(accordion-item-arrow-shadow)};
|
20
|
-
--accordion-item-radius : #{neo(accordion-item-radius)};
|
21
|
-
--accordion-item-header-height : #{neo(accordion-item-header-height)};
|
22
|
-
}
|
23
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-accordion-item
|
2
|
+
--accordion-item-arrow-bg-color : #323232;
|
3
|
+
--accordion-item-arrow-shadow : 0 4px 16px rgba(0 0 0 / .15);
|
4
|
+
--accordion-item-bg-color : #212121;
|
5
|
+
--accordion-item-border-color : #333;
|
6
|
+
--accordion-item-content-bg-color: #050505;
|
7
|
+
--accordion-item-header-height : 50px;
|
8
|
+
--accordion-item-radius : 5px;
|
9
|
+
--accordion-item-shadow : 0 4px 8px rgba(0 0 0 / .5);
|
10
|
+
}
|
@@ -1,11 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
@if $useCssVars == true {
|
7
|
-
:root .neo-theme-dark { // .neo-container
|
8
|
-
--container-background-color: #{neo(container-background-color)};
|
9
|
-
--container-color : #{neo(container-color)};
|
10
|
-
}
|
11
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-container
|
2
|
+
--container-background-color: #2b2b2b;
|
3
|
+
--container-color : #bbb;
|
4
|
+
}
|
@@ -1,13 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
@if $useCssVars == true {
|
8
|
-
:root .neo-theme-dark { // .neo-panel
|
9
|
-
--panel-border-color : #{neo(panel-border-color)};
|
10
|
-
--panel-header-border-color: #{neo(panel-header-border-color)};
|
11
|
-
--panel-header-text-color : #{neo(panel-header-text-color)};
|
12
|
-
}
|
13
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-panel
|
2
|
+
--panel-border-color : #3c3f41;
|
3
|
+
--panel-header-border-color: #3c3f41;
|
4
|
+
--panel-header-text-color : #bbb;
|
5
|
+
}
|
@@ -1,9 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
@if $useCssVars == true {
|
6
|
-
:root .neo-theme-dark { // .neo-viewport
|
7
|
-
--viewport-background-color: #{neo(viewport-background-color)};
|
8
|
-
}
|
9
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-viewport
|
2
|
+
--viewport-background-color: #2b2b2b;
|
3
|
+
}
|
@@ -1,13 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
@if $useCssVars == true {
|
8
|
-
:root .neo-theme-dark { // .neo-dialog
|
9
|
-
--dialog-border-color: #{neo(dialog-border-color)};
|
10
|
-
--dialog-header-color: #{neo(dialog-header-color)};
|
11
|
-
--dialog-icon-color : #{neo(dialog-icon-color)};
|
12
|
-
}
|
13
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-dialog
|
2
|
+
--dialog-border-color: #3c3f41;
|
3
|
+
--dialog-header-color: floralwhite;
|
4
|
+
--dialog-icon-color : floralwhite;
|
5
|
+
}
|
@@ -1,9 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
@if $useCssVars == true {
|
6
|
-
:root .neo-theme-dark {
|
7
|
-
--examples-tab-component-background-color: #{neo(examples-tab-component-background-color)};
|
8
|
-
}
|
9
|
-
}
|
1
|
+
:root .neo-theme-dark {
|
2
|
+
--examples-tab-component-background-color: #323232;
|
3
|
+
}
|
@@ -1,11 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
));
|
5
|
-
|
6
|
-
@if $useCssVars == true {
|
7
|
-
:root .neo-theme-dark { // .neo-examples-calendar-maincontainer
|
8
|
-
--examples-calendar-basic-header-background-color: #{neo(examples-calendar-basic-header-background-color)};
|
9
|
-
--examples-calendar-basic-header-color : #{neo(examples-calendar-basic-header-color)};
|
10
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-examples-calendar-maincontainer
|
2
|
+
--examples-calendar-basic-header-background-color: #33343d;
|
3
|
+
--examples-calendar-basic-header-color : #ccc;
|
11
4
|
}
|
@@ -1,15 +1,6 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
));
|
7
|
-
|
8
|
-
@if $useCssVars == true {
|
9
|
-
:root .neo-theme-dark { // .neo-fieldset
|
10
|
-
--fieldset-background-color : #{neo(fieldset-background-color)};
|
11
|
-
--fieldset-border : #{neo(fieldset-border)};
|
12
|
-
--fieldset-legend-color : #{neo(fieldset-legend-color)};
|
13
|
-
--fieldset-legend-icon-color: #{neo(fieldset-legend-icon-color)};
|
14
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-fieldset
|
2
|
+
--fieldset-background-color : --#2b2b2b;
|
3
|
+
--fieldset-border : 1px solid #424242;
|
4
|
+
--fieldset-legend-color : #bbb;
|
5
|
+
--fieldset-legend-icon-color: #64B5F6;
|
15
6
|
}
|
@@ -1,19 +1,8 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
));
|
9
|
-
|
10
|
-
@if $useCssVars == true {
|
11
|
-
:root .neo-theme-dark { // .neo-checkboxfield
|
12
|
-
--checkboxfield-color : #{neo(checkboxfield-color)};
|
13
|
-
--checkboxfield-color-checked : #{neo(checkboxfield-color-checked)};
|
14
|
-
--checkboxfield-icon-font-family: #{neo(checkboxfield-icon-font-family)};
|
15
|
-
--checkboxfield-icon-font-size : #{neo(checkboxfield-icon-font-size)};
|
16
|
-
--checkboxfield-icon-margin : #{neo(checkboxfield-icon-margin)};
|
17
|
-
--checkboxfield-label-top-margin: #{neo(checkboxfield-label-top-margin)};
|
18
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-checkboxfield
|
2
|
+
--checkboxfield-color : #eee;
|
3
|
+
--checkboxfield-color-checked : #64B5F6;
|
4
|
+
--checkboxfield-icon-font-family: var(--fa-style-family-classic);
|
5
|
+
--checkboxfield-icon-font-size : 14px;
|
6
|
+
--checkboxfield-icon-margin : 0;
|
7
|
+
--checkboxfield-label-top-margin: 0 0 3px;
|
19
8
|
}
|
@@ -1,27 +1,12 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
));
|
13
|
-
|
14
|
-
@if $useCssVars == true {
|
15
|
-
:root .neo-theme-dark { // .neo-fileuploadfield
|
16
|
-
--fileuploadfield-background-color : #{neo(fileuploadfield-background-color)};
|
17
|
-
--fileuploadfield-color : #{neo(fileuploadfield-color)};
|
18
|
-
--fileuploadfield-border-color : #{neo(fileuploadfield-border-color)};
|
19
|
-
--fileuploadfield-progress-color : #{neo(fileuploadfield-progress-color)};
|
20
|
-
--fileuploadfield-error-color : #{neo(fileuploadfield-error-color)};
|
21
|
-
--fileuploadfield-success-color : #{neo(fileuploadfield-success-color)};
|
22
|
-
--fileuploadfield-hover-color : #{neo(fileuploadfield-hover-color)};
|
23
|
-
--fileuploadfield-pressed-color : #{neo(fileuploadfield-pressed-color)};
|
24
|
-
--fileuploadfield-downloadable-state-color : #{neo(fileuploadfield-pressed-color)};
|
25
|
-
--fileuploadfield-focus-color : #{neo(fileuploadfield-focus-color)};
|
26
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-fileuploadfield
|
2
|
+
--fileuploadfield-background-color : rgb(62, 51, 51);
|
3
|
+
--fileuploadfield-border-color : #d5d5d5;
|
4
|
+
--fileuploadfield-color : #fff;
|
5
|
+
--fileuploadfield-downloadable-state-color : #181818;
|
6
|
+
--fileuploadfield-error-color : #f00;
|
7
|
+
--fileuploadfield-focus-color : #80d3f4;
|
8
|
+
--fileuploadfield-hover-color : #0f0f0f;
|
9
|
+
--fileuploadfield-pressed-color : #0e0e0e;
|
10
|
+
--fileuploadfield-progress-color : #fff;
|
11
|
+
--fileuploadfield-success-color : rgb(71, 226, 71);
|
27
12
|
}
|
@@ -1,13 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
@if $useCssVars == true {
|
8
|
-
:root .neo-theme-dark { // .neo-pickerfield
|
9
|
-
--pickerfield-container-background-color: #{neo(pickerfield-container-background-)};
|
10
|
-
--pickerfield-container-border : #{neo(pickerfield-container-border)};
|
11
|
-
--pickerfield-container-box-shadow : #{neo(pickerfield-container-box-shadow)};
|
12
|
-
}
|
13
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-pickerfield
|
2
|
+
--pickerfield-container-background-color: #323232;
|
3
|
+
--pickerfield-container-border : none;
|
4
|
+
--pickerfield-container-box-shadow : 0 5px 10px rgba(0,0,0,.4);
|
5
|
+
}
|
@@ -1,11 +1,4 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
@if $useCssVars == true {
|
7
|
-
:root .neo-theme-dark { // .neo-rangefield
|
8
|
-
--rangefield-thumb-background: #{neo(rangefield-thumb-background)};
|
9
|
-
--rangefield-track-background: #{neo(rangefield-track-background)};
|
10
|
-
}
|
11
|
-
}
|
1
|
+
:root .neo-theme-dark { // .neo-rangefield
|
2
|
+
--rangefield-thumb-background: #bbb;
|
3
|
+
--rangefield-track-background: #3c3f41;
|
4
|
+
}
|
@@ -1,9 +1,3 @@
|
|
1
|
-
|
2
|
-
|
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
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
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
|
}
|