Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@

.small {
height: 50px;
border: 1px solid lightgray;
border: 1px solid var(--dxds-color-border-neutral-default-rest, lightgray);
}
2 changes: 1 addition & 1 deletion apps/demos/Demos/Box/Overview/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@

.small {
height: 50px;
border: 1px solid lightgray;
border: 1px solid var(--dxds-color-border-neutral-default-rest, lightgray);
}
2 changes: 1 addition & 1 deletion apps/demos/Demos/Box/Overview/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@

.small {
height: 50px;
border: 1px solid lightgray;
border: 1px solid var(--dxds-color-border-neutral-default-rest, lightgray);
}
2 changes: 1 addition & 1 deletion apps/demos/Demos/Box/Overview/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ import { DxBox, DxItem } from 'devextreme-vue/box';

.small {
height: 50px;
border: 1px solid lightgray;
border: 1px solid var(--dxds-color-border-neutral-default-rest, lightgray);
}

</style>
2 changes: 1 addition & 1 deletion apps/demos/Demos/Box/Overview/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@

.small {
height: 50px;
border: 1px solid lightgray;
border: 1px solid var(--dxds-color-border-neutral-default-rest, lightgray);
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
.multiple-selection-styling-mode {
border-left-width: 1px;
border-left-style: solid;
border-color: #ddd;
border-color: var(--dxds-color-border-neutral-subdued-rest, #ddd);
}
2 changes: 1 addition & 1 deletion apps/demos/Demos/ButtonGroup/Overview/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
.multiple-selection-styling-mode {
border-left-width: 1px;
border-left-style: solid;
border-color: #ddd;
border-color: var(--dxds-color-border-neutral-subdued-rest, #ddd);
}
2 changes: 1 addition & 1 deletion apps/demos/Demos/ButtonGroup/Overview/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
.multiple-selection-styling-mode {
border-left-width: 1px;
border-left-style: solid;
border-color: #ddd;
border-color: var(--dxds-color-border-neutral-subdued-rest, #ddd);
}
2 changes: 1 addition & 1 deletion apps/demos/Demos/ButtonGroup/Overview/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ function itemClick(e: DxButtonGroupTypes.ItemClickEvent) {
.multiple-selection-styling-mode {
border-left-width: 1px;
border-left-style: solid;
border-color: #ddd;
border-color: var(--dxds-color-border-neutral-subdued-rest, #ddd);
}
</style>
2 changes: 1 addition & 1 deletion apps/demos/Demos/ButtonGroup/Overview/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#multiple-selection-styling-mode {
border-left-width: 1px;
border-left-style: solid;
border-color: #ddd;
border-color: var(--dxds-color-border-neutral-subdued-rest, #ddd);
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

::ng-deep .dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
color: #3030ff;
color: var(--dxds-color-content-utility-indigo-default-rest, #3030ff);
}

::ng-deep .dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Calendar/Overview/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

.dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
color: #3030ff;
color: var(--dxds-color-content-utility-indigo-default-rest, #3030ff);
}

.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Calendar/Overview/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

.dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
color: #3030ff;
color: var(--dxds-color-content-utility-indigo-default-rest, #3030ff);
}

.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Calendar/Overview/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function getCellCssClass({ date, view }: { date: Date, view: string }) {
}

.dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
color: #3030ff;
color: var(--dxds-color-content-utility-indigo-default-rest, #3030ff);
}

.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
Expand Down
2 changes: 1 addition & 1 deletion apps/demos/Demos/Calendar/Overview/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}

.dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
color: #3030ff;
color: var(--dxds-color-content-utility-indigo-default-rest, #3030ff);
}

.dx-state-disabled.dx-calendar .dx-calendar-cell:not(.dx-calendar-other-month) .weekend {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

::ng-deep .demo-table {
width: 100%;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
border-collapse: collapse;
}

Expand All @@ -13,20 +13,20 @@
font-weight: 400;
width: 200px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

::ng-deep .demo-table th {
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

::ng-deep .demo-table tr:nth-child(2) td {
border-top: 1px solid #c2c2c2;
border-top: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

::ng-deep .demo-table td:first-of-type {
border-left: 1px solid #c2c2c2;
border-left: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

::ng-deep .demo-table .sparkline {
Expand Down
10 changes: 5 additions & 5 deletions apps/demos/Demos/Charts/AreaSparklines/React/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.demo-table {
width: 100%;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
border-collapse: collapse;
}

Expand All @@ -13,20 +13,20 @@
font-weight: 400;
width: 200px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table th {
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table tr:nth-child(2) td {
border-top: 1px solid #c2c2c2;
border-top: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table td:first-of-type {
border-left: 1px solid #c2c2c2;
border-left: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table .sparkline {
Expand Down
10 changes: 5 additions & 5 deletions apps/demos/Demos/Charts/AreaSparklines/ReactJs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.demo-table {
width: 100%;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
border-collapse: collapse;
}

Expand All @@ -13,20 +13,20 @@
font-weight: 400;
width: 200px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table th {
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table tr:nth-child(2) td {
border-top: 1px solid #c2c2c2;
border-top: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table td:first-of-type {
border-left: 1px solid #c2c2c2;
border-left: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table .sparkline {
Expand Down
4 changes: 2 additions & 2 deletions apps/demos/Demos/Charts/AreaSparklines/Vue/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ const years = ['2021', '2022', '2023'];

.demo-table {
width: 100%;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
border-collapse: collapse;
}

.demo-table th {
font-weight: 400;
width: 200px;
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.long-title h3 {
Expand Down
6 changes: 3 additions & 3 deletions apps/demos/Demos/Charts/AreaSparklines/Vue/RowTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ withDefaults(defineProps<{
font-weight: 400;
width: 200px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.rows-content tr:nth-child(2) td {
border-top: 1px solid #c2c2c2;
border-top: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.rows-content td:first-of-type {
border-left: 1px solid #c2c2c2;
border-left: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.rows-content .sparkline {
Expand Down
10 changes: 5 additions & 5 deletions apps/demos/Demos/Charts/AreaSparklines/jQuery/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

.demo-table {
width: 100%;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
border-collapse: collapse;
}

Expand All @@ -13,20 +13,20 @@
font-weight: 400;
width: 200px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table th {
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table tr:nth-child(2) td {
border-top: 1px solid #c2c2c2;
border-top: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table td:first-of-type {
border-left: 1px solid #c2c2c2;
border-left: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

.demo-table .sparkline {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.template-text {
fill: #767676;
fill: var(--dxds-color-border-utility-gray-default-rest, #767676);
font-family: "Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana, sans-serif;
font-weight: 400;
font-size: 13px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.template-text {
fill: #767676;
fill: var(--dxds-color-border-utility-gray-default-rest, #767676);
font-family: "Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana, sans-serif;
font-weight: 400;
font-size: 13px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.template-text {
fill: #767676;
fill: var(--dxds-color-border-utility-gray-default-rest, #767676);
font-family: "Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana, sans-serif;
font-weight: 400;
font-size: 13px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const getFilePath = (text: string): string => `../../../../images/flags/3x2/${te
</script>
<style scoped>
.template-text {
fill: #767676;
fill: var(--dxds-color-border-utility-gray-default-rest, #767676);
font-family: "Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana, sans-serif;
font-weight: 400;
font-size: 13px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.template-text {
fill: #767676;
fill: var(--dxds-color-border-utility-gray-default-rest, #767676);
font-family: "Segoe UI", "Helvetica Neue", "Trebuchet MS", Verdana, sans-serif;
font-weight: 400;
font-size: 13px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

::ng-deep .demo-table {
width: 100%;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
border-collapse: collapse;
}

Expand All @@ -13,20 +13,20 @@
font-weight: 400;
width: 200px;
padding: 25px 10px 5px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

::ng-deep .demo-table th {
padding: 25px 15px 20px;
border: 1px solid #c2c2c2;
border: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

::ng-deep .demo-table tr:nth-child(2) td {
border-top: 1px solid #c2c2c2;
border-top: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

::ng-deep .demo-table td:first-of-type {
border-left: 1px solid #c2c2c2;
border-left: 1px solid var(--dxds-color-border-neutral-default-rest, #c2c2c2);
}

::ng-deep .demo-table .sparkline {
Expand Down
Loading
Loading