@syncfusion/blazor-themes 24.2.7 → 24.2.8
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/SCSS-Themes/bootstrap-dark.scss +114 -30
- package/SCSS-Themes/bootstrap.scss +116 -32
- package/SCSS-Themes/bootstrap4.scss +105 -21
- package/SCSS-Themes/bootstrap5-dark.scss +102 -18
- package/SCSS-Themes/bootstrap5.scss +102 -18
- package/SCSS-Themes/fabric-dark.scss +102 -18
- package/SCSS-Themes/fabric.scss +102 -18
- package/SCSS-Themes/fluent-dark.scss +105 -21
- package/SCSS-Themes/fluent.scss +105 -21
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap4.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/bootstrap5.scss +0 -2
- package/SCSS-Themes/grids/grid/fabric-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/fabric.scss +0 -2
- package/SCSS-Themes/grids/grid/fluent-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/fluent.scss +0 -2
- package/SCSS-Themes/grids/grid/highcontrast.scss +0 -2
- package/SCSS-Themes/grids/grid/material-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/material.scss +0 -2
- package/SCSS-Themes/grids/grid/material3-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/material3.scss +0 -2
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +0 -2
- package/SCSS-Themes/grids/grid/tailwind.scss +0 -2
- package/SCSS-Themes/highcontrast.scss +102 -18
- package/SCSS-Themes/material-dark.scss +102 -18
- package/SCSS-Themes/material.scss +102 -18
- package/SCSS-Themes/material3-dark.scss +103 -19
- package/SCSS-Themes/material3.scss +103 -19
- package/SCSS-Themes/navigations/toolbar/bootstrap-dark.scss +39 -4
- package/SCSS-Themes/navigations/toolbar/bootstrap.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap4.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/bootstrap5-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/bootstrap5.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fabric-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fabric.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/fluent-dark.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/fluent.scss +38 -3
- package/SCSS-Themes/navigations/toolbar/highcontrast.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material3-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/material3.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/tailwind-dark.scss +35 -0
- package/SCSS-Themes/navigations/toolbar/tailwind.scss +35 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap4.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fabric.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/fluent.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/highcontrast.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material3-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/material3.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind-dark.scss +4 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/tailwind.scss +4 -2
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap-dark.scss +69 -22
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap.scss +75 -28
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap4.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/bootstrap5.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fabric.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/fluent.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/highcontrast.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3-dark.scss +62 -15
- package/SCSS-Themes/richtexteditor/rich-text-editor/material3.scss +62 -15
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind-dark.scss +61 -14
- package/SCSS-Themes/richtexteditor/rich-text-editor/tailwind.scss +61 -14
- package/SCSS-Themes/schedule/schedule/bootstrap-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap4.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/bootstrap5.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fabric-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fabric.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fluent-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/fluent.scss +2 -0
- package/SCSS-Themes/schedule/schedule/highcontrast.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material3-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/material3.scss +2 -0
- package/SCSS-Themes/schedule/schedule/tailwind-dark.scss +2 -0
- package/SCSS-Themes/schedule/schedule/tailwind.scss +2 -0
- package/SCSS-Themes/tailwind-dark.scss +102 -18
- package/SCSS-Themes/tailwind.scss +102 -18
- package/package.json +1 -1
|
@@ -48483,6 +48483,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48483
48483
|
white-space: nowrap;
|
|
48484
48484
|
overflow: hidden;
|
|
48485
48485
|
|
|
48486
|
+
&.e-spacer-toolbar {
|
|
48487
|
+
|
|
48488
|
+
.e-toolbar-items {
|
|
48489
|
+
display: flex;
|
|
48490
|
+
flex-wrap: nowrap;
|
|
48491
|
+
width: 100%;
|
|
48492
|
+
|
|
48493
|
+
&:not(.e-toolbar-multirow) {
|
|
48494
|
+
position: absolute;
|
|
48495
|
+
}
|
|
48496
|
+
}
|
|
48497
|
+
|
|
48498
|
+
&.e-pop-mode {
|
|
48499
|
+
|
|
48500
|
+
.e-toolbar-items {
|
|
48501
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
48502
|
+
}
|
|
48503
|
+
}
|
|
48504
|
+
}
|
|
48505
|
+
|
|
48486
48506
|
.e-blazor-toolbar-items {
|
|
48487
48507
|
position: absolute;
|
|
48488
48508
|
top: -9999px;
|
|
@@ -48620,6 +48640,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
48620
48640
|
min-height: $tbar-nrml-item-size;
|
|
48621
48641
|
vertical-align: middle;
|
|
48622
48642
|
width: auto;
|
|
48643
|
+
flex: 0 0 auto;
|
|
48644
|
+
|
|
48645
|
+
&.e-spacer {
|
|
48646
|
+
flex-grow: 1;
|
|
48647
|
+
}
|
|
48623
48648
|
|
|
48624
48649
|
.e-tbar-btn {
|
|
48625
48650
|
display: flex;
|
|
@@ -49050,6 +49075,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
49050
49075
|
|
|
49051
49076
|
&.e-rtl {
|
|
49052
49077
|
|
|
49078
|
+
&:not(.e-spacer-toolbar) {
|
|
49079
|
+
|
|
49080
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
49081
|
+
|
|
49082
|
+
.e-toolbar-item:first-child {
|
|
49083
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
49084
|
+
}
|
|
49085
|
+
}
|
|
49086
|
+
}
|
|
49087
|
+
|
|
49053
49088
|
.e-toolbar-item {
|
|
49054
49089
|
|
|
49055
49090
|
.e-tbar-btn {
|
|
@@ -79382,8 +79417,6 @@ $grid-dropitems-count-margin-left: -9px !default;
|
|
|
79382
79417
|
}
|
|
79383
79418
|
|
|
79384
79419
|
& .e-responsive-right {
|
|
79385
|
-
width: calc(100% - 50px);
|
|
79386
|
-
|
|
79387
79420
|
& .e-search-wrapper {
|
|
79388
79421
|
& .e-input-group::before,
|
|
79389
79422
|
& .e-input-group::after {
|
|
@@ -91007,7 +91040,7 @@ $rte-drop-text-clr: rgba($on-secondary-container) !default;
|
|
|
91007
91040
|
$rte-default-character-count-color: rgba($placeholder-text-color) !default;
|
|
91008
91041
|
$rte-warning-character-count-color: rgba($warning) !default;
|
|
91009
91042
|
$rte-error-character-count-color: rgba($danger) !default;
|
|
91010
|
-
$rte-img-border:
|
|
91043
|
+
$rte-img-border: solid 2px rgba($primary) !default;
|
|
91011
91044
|
$rte-font-family: $font-family !default;
|
|
91012
91045
|
$rte-content-color: rgba($content-text-color) !default;
|
|
91013
91046
|
$rte-content-blockquote-border-left-color: solid 2px rgba($content-text-color) !default;
|
|
@@ -91971,7 +92004,9 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
91971
92004
|
|
|
91972
92005
|
.e-rte-image.e-imginline,
|
|
91973
92006
|
.e-rte-audio.e-audio-inline,
|
|
91974
|
-
.e-rte-video.e-video-inline
|
|
92007
|
+
.e-rte-video.e-video-inline {
|
|
92008
|
+
margin-left: 5px;
|
|
92009
|
+
margin-right: 5px;
|
|
91975
92010
|
display: inline-block;
|
|
91976
92011
|
float: none;
|
|
91977
92012
|
max-width: calc(100% - (2 * 5px));
|
|
@@ -92580,6 +92615,17 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
92580
92615
|
.e-rte-quick-toolbar {
|
|
92581
92616
|
min-height: 48px;
|
|
92582
92617
|
|
|
92618
|
+
.e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
92619
|
+
.e-rte-color-content,
|
|
92620
|
+
.e-caret {
|
|
92621
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92622
|
+
|
|
92623
|
+
&:hover {
|
|
92624
|
+
height: $rte-big-dropdown-btn-color-content-height;
|
|
92625
|
+
}
|
|
92626
|
+
}
|
|
92627
|
+
}
|
|
92628
|
+
|
|
92583
92629
|
.e-toolbar-items:not(.e-tbar-pos) {
|
|
92584
92630
|
margin: $rte-big-quick-toolbar-items-margin;
|
|
92585
92631
|
min-height: 48px;
|
|
@@ -93328,12 +93374,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93328
93374
|
}
|
|
93329
93375
|
}
|
|
93330
93376
|
|
|
93331
|
-
@if $skin-name == 'bootstrap5' {
|
|
93332
|
-
.e-tbar-btn:focus .e-icons {
|
|
93333
|
-
color: $rte-quick-item-active-font-color;
|
|
93334
|
-
}
|
|
93335
|
-
}
|
|
93336
|
-
|
|
93337
93377
|
&.e-active .e-tbar-btn,
|
|
93338
93378
|
&.e-active .e-tbar-btn:focus {
|
|
93339
93379
|
background: $rte-tb-item-active-bg;
|
|
@@ -93357,10 +93397,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93357
93397
|
.e-tbar-btn:hover .e-icons {
|
|
93358
93398
|
color: $rte-tb-hover-font-color;
|
|
93359
93399
|
}
|
|
93360
|
-
|
|
93361
|
-
.e-tbar-btn:focus .e-icons {
|
|
93362
|
-
color: $primary-text-focus;
|
|
93363
|
-
}
|
|
93364
93400
|
}
|
|
93365
93401
|
|
|
93366
93402
|
.e-dropdown-btn.e-active {
|
|
@@ -93472,9 +93508,6 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93472
93508
|
.e-toolbar-item .e-tbar-btn:hover .e-icons {
|
|
93473
93509
|
color: $rte-hover-icons-color;
|
|
93474
93510
|
}
|
|
93475
|
-
.e-toolbar-item .e-tbar-btn:focus .e-icons {
|
|
93476
|
-
color: $rte-hover-icons-color;
|
|
93477
|
-
}
|
|
93478
93511
|
.e-toolbar-item.e-active .e-tbar-btn .e-icons {
|
|
93479
93512
|
color: $rte-tb-active-font-color;
|
|
93480
93513
|
}
|
|
@@ -93715,6 +93748,38 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93715
93748
|
.e-toolbar-items {
|
|
93716
93749
|
background: $rte-quick-pop-bg;
|
|
93717
93750
|
|
|
93751
|
+
.e-rte-backgroundcolor-dropdown {
|
|
93752
|
+
.e-rte-color-content{
|
|
93753
|
+
padding-top: $rte-dropdown-btn-color-content-padding;
|
|
93754
|
+
@if $skin-name =='bootstrap' or $skin-name =='bootstrap-dark'{
|
|
93755
|
+
padding-top: 5px;
|
|
93756
|
+
}
|
|
93757
|
+
height: $rte-dropdown-btn-color-content-height;
|
|
93758
|
+
@if $skin-name == 'FluentUI' {
|
|
93759
|
+
display: flex;
|
|
93760
|
+
align-items: center;
|
|
93761
|
+
justify-content: center;
|
|
93762
|
+
}
|
|
93763
|
+
&:hover {
|
|
93764
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93765
|
+
}
|
|
93766
|
+
}
|
|
93767
|
+
|
|
93768
|
+
.e-caret {
|
|
93769
|
+
&:hover {
|
|
93770
|
+
background: $rte-split-btn-span-hover-bg;
|
|
93771
|
+
}
|
|
93772
|
+
}
|
|
93773
|
+
&.e-tbar-btn:hover {
|
|
93774
|
+
@if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' or $skin-name == 'highcontrast' {
|
|
93775
|
+
background: $rte-split-btn-hover-bg;
|
|
93776
|
+
}
|
|
93777
|
+
@if $skin-name =='bootstrap-dark'{
|
|
93778
|
+
background: $rte-tbar-default-bg;
|
|
93779
|
+
}
|
|
93780
|
+
}
|
|
93781
|
+
}
|
|
93782
|
+
|
|
93718
93783
|
.e-separator {
|
|
93719
93784
|
border: .5px solid $rte-quick-vr-line-color;
|
|
93720
93785
|
}
|
|
@@ -93795,6 +93860,14 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
93795
93860
|
}
|
|
93796
93861
|
}
|
|
93797
93862
|
|
|
93863
|
+
.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown {
|
|
93864
|
+
.e-rte-color-content {
|
|
93865
|
+
@if $skin-name =='tailwind' or $skin-name =='tailwind-dark' or $skin-name =='bootstrap5' or $skin-name =='bootstrap5-dark' or $skin-name =='material' or $skin-name =='material-dark' {
|
|
93866
|
+
padding-top: 8px;
|
|
93867
|
+
}
|
|
93868
|
+
}
|
|
93869
|
+
}
|
|
93870
|
+
|
|
93798
93871
|
.e-dialog .e-img-uploadwrap .e-droptext,
|
|
93799
93872
|
.e-dialog .e-aud-uploadwrap .e-droptext,
|
|
93800
93873
|
.e-dialog .e-vid-uploadwrap .e-droptext,
|
|
@@ -94085,6 +94158,13 @@ $rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiI
|
|
|
94085
94158
|
color: $rte-icons-color;
|
|
94086
94159
|
}
|
|
94087
94160
|
|
|
94161
|
+
.e-bigger .e-richtexteditor,
|
|
94162
|
+
.e-richtexteditor {
|
|
94163
|
+
.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons {
|
|
94164
|
+
color: $icon-color-disabled;
|
|
94165
|
+
}
|
|
94166
|
+
}
|
|
94167
|
+
|
|
94088
94168
|
.e-richtexteditor .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover {
|
|
94089
94169
|
border-radius: 4px;
|
|
94090
94170
|
}
|
|
@@ -105075,8 +105155,9 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
105075
105155
|
padding-bottom: 30px;
|
|
105076
105156
|
height: 18px;
|
|
105077
105157
|
}
|
|
105078
|
-
max-width: 237px;
|
|
105079
105158
|
position: absolute;
|
|
105159
|
+
overflow: hidden;
|
|
105160
|
+
text-overflow: ellipsis;
|
|
105080
105161
|
}
|
|
105081
105162
|
|
|
105082
105163
|
.e-pv-reply-title {
|
|
@@ -105095,10 +105176,11 @@ $pv-search-btn-width-big: 32px !default;
|
|
|
105095
105176
|
@if $skin-name == 'Material3' {
|
|
105096
105177
|
font-size: $text-xs;
|
|
105097
105178
|
}
|
|
105098
|
-
max-width: 212px;
|
|
105099
105179
|
padding-left: 8px;
|
|
105100
105180
|
padding-top: $pv-comment-title-padding-top;
|
|
105101
105181
|
position: absolute;
|
|
105182
|
+
overflow: hidden;
|
|
105183
|
+
text-overflow: ellipsis;
|
|
105102
105184
|
}
|
|
105103
105185
|
|
|
105104
105186
|
.e-pv-comments-hover {
|
|
@@ -118036,6 +118118,8 @@ $schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
|
118036
118118
|
}
|
|
118037
118119
|
|
|
118038
118120
|
.e-toolbar-items {
|
|
118121
|
+
height: $schedule-tbar-bgr-size;
|
|
118122
|
+
|
|
118039
118123
|
&.e-tbar-pos {
|
|
118040
118124
|
height: $schedule-tbar-bgr-size;
|
|
118041
118125
|
min-height: $schedule-tbar-bgr-size;
|
|
@@ -64,7 +64,7 @@ $tbar-nav-press-border: 0 !default;
|
|
|
64
64
|
$tbar-nav-hover-border: 1px solid $grey-99 !default;
|
|
65
65
|
$tbar-nav-focus-border: 0 !default;
|
|
66
66
|
$tbar-pressed-border: transparent !default;
|
|
67
|
-
$tbar-btn-border:
|
|
67
|
+
$tbar-btn-border: 1px solid transparent !default;
|
|
68
68
|
|
|
69
69
|
$tbar-nav-pressed-box-shadow: inset 0 4px 5px rgba($grey-base, .35) !default;
|
|
70
70
|
$tbar-pop-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !default;
|
|
@@ -125,7 +125,7 @@ $tbar-separator-bgr-height: calc(100% - 12px) !default;
|
|
|
125
125
|
$tbar-separator-bgr-mrgn: 6px 6px !default;
|
|
126
126
|
$tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
127
127
|
$tbar-btn-bgr-padding: 1px 7px !default;
|
|
128
|
-
$tbar-btn-bgr-focus-padding: 0
|
|
128
|
+
$tbar-btn-bgr-focus-padding: 0 7px !default;
|
|
129
129
|
$tbar-btn-nrml-padding: 1px 2.5px !default;
|
|
130
130
|
$tbar-icons-bgr-font-size: 14px !default;
|
|
131
131
|
$tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
@@ -138,13 +138,13 @@ $tbar-bgr-btn-icon-font-size: 16px !default;
|
|
|
138
138
|
$tbar-bgr-btn-focus-padding: 0 6px !default;
|
|
139
139
|
|
|
140
140
|
$tbar-nrml-btn-border-radius: 4px !default;
|
|
141
|
-
$tbar-nrml-btn-focus-padding:
|
|
141
|
+
$tbar-nrml-btn-focus-padding: 0 2.5px !default;
|
|
142
142
|
$tbar-nrml-btn-focus-outline: 0 !default;
|
|
143
143
|
|
|
144
144
|
$tbar-btn-icons-focus-color: $grey-dark-font !default;
|
|
145
145
|
$tbar-btn-text-focus-color: $grey-dark-font !default;
|
|
146
146
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
147
|
-
$tbar-btn-hover-border-size: $tbar-
|
|
147
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
148
148
|
$tbar-btn-hover-active-icons-color: $grey-dark-font !default;
|
|
149
149
|
$tbar-btn-hover-active-text-color: $grey-dark-font !default;
|
|
150
150
|
$tbar-btn-overlay-opacity: .5 !default;
|
|
@@ -537,6 +537,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
537
537
|
white-space: nowrap;
|
|
538
538
|
overflow: hidden;
|
|
539
539
|
|
|
540
|
+
&.e-spacer-toolbar {
|
|
541
|
+
|
|
542
|
+
.e-toolbar-items {
|
|
543
|
+
display: flex;
|
|
544
|
+
flex-wrap: nowrap;
|
|
545
|
+
width: 100%;
|
|
546
|
+
|
|
547
|
+
&:not(.e-toolbar-multirow) {
|
|
548
|
+
position: absolute;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
&.e-pop-mode {
|
|
553
|
+
|
|
554
|
+
.e-toolbar-items {
|
|
555
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
|
|
540
560
|
.e-blazor-toolbar-items {
|
|
541
561
|
position: absolute;
|
|
542
562
|
top: -9999px;
|
|
@@ -674,6 +694,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
674
694
|
min-height: $tbar-nrml-item-size;
|
|
675
695
|
vertical-align: middle;
|
|
676
696
|
width: auto;
|
|
697
|
+
flex: 0 0 auto;
|
|
698
|
+
|
|
699
|
+
&.e-spacer {
|
|
700
|
+
flex-grow: 1;
|
|
701
|
+
}
|
|
677
702
|
|
|
678
703
|
.e-tbar-btn {
|
|
679
704
|
display: flex;
|
|
@@ -1104,6 +1129,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1104
1129
|
|
|
1105
1130
|
&.e-rtl {
|
|
1106
1131
|
|
|
1132
|
+
&:not(.e-spacer-toolbar) {
|
|
1133
|
+
|
|
1134
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1135
|
+
|
|
1136
|
+
.e-toolbar-item:first-child {
|
|
1137
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1107
1142
|
.e-toolbar-item {
|
|
1108
1143
|
|
|
1109
1144
|
.e-tbar-btn {
|
|
@@ -535,6 +535,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
535
535
|
white-space: nowrap;
|
|
536
536
|
overflow: hidden;
|
|
537
537
|
|
|
538
|
+
&.e-spacer-toolbar {
|
|
539
|
+
|
|
540
|
+
.e-toolbar-items {
|
|
541
|
+
display: flex;
|
|
542
|
+
flex-wrap: nowrap;
|
|
543
|
+
width: 100%;
|
|
544
|
+
|
|
545
|
+
&:not(.e-toolbar-multirow) {
|
|
546
|
+
position: absolute;
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
&.e-pop-mode {
|
|
551
|
+
|
|
552
|
+
.e-toolbar-items {
|
|
553
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
554
|
+
}
|
|
555
|
+
}
|
|
556
|
+
}
|
|
557
|
+
|
|
538
558
|
.e-blazor-toolbar-items {
|
|
539
559
|
position: absolute;
|
|
540
560
|
top: -9999px;
|
|
@@ -672,6 +692,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
672
692
|
min-height: $tbar-nrml-item-size;
|
|
673
693
|
vertical-align: middle;
|
|
674
694
|
width: auto;
|
|
695
|
+
flex: 0 0 auto;
|
|
696
|
+
|
|
697
|
+
&.e-spacer {
|
|
698
|
+
flex-grow: 1;
|
|
699
|
+
}
|
|
675
700
|
|
|
676
701
|
.e-tbar-btn {
|
|
677
702
|
display: flex;
|
|
@@ -1102,6 +1127,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1102
1127
|
|
|
1103
1128
|
&.e-rtl {
|
|
1104
1129
|
|
|
1130
|
+
&:not(.e-spacer-toolbar) {
|
|
1131
|
+
|
|
1132
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1133
|
+
|
|
1134
|
+
.e-toolbar-item:first-child {
|
|
1135
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1105
1140
|
.e-toolbar-item {
|
|
1106
1141
|
|
|
1107
1142
|
.e-tbar-btn {
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
@import '../../navigations/v-scroll/bootstrap4.scss';
|
|
6
6
|
$border-type: solid !default;
|
|
7
7
|
$border-size: 1px !default;
|
|
8
|
-
$tbar-btn-border:
|
|
8
|
+
$tbar-btn-border: 1px solid transparent !default;
|
|
9
9
|
$tbar-skin: 'bootstrap4' !default;
|
|
10
10
|
$tbar-zero-value: 0 !default;
|
|
11
11
|
$tbar-separator-bgr-minheight: 36px !default;
|
|
@@ -130,7 +130,7 @@ $tbar-separator-nrml-mrgn: 5.5px 6px !default;
|
|
|
130
130
|
$tbar-separator-vertical-bgr-mrgn: 6px !default;
|
|
131
131
|
$tbar-separator-vertical-nrml-mrgn: 6px 5.5px !default;
|
|
132
132
|
$tbar-btn-bgr-padding: 1.5px 5.5px !default;
|
|
133
|
-
$tbar-btn-bgr-focus-padding:
|
|
133
|
+
$tbar-btn-bgr-focus-padding: 1.5px 5.5px !default;
|
|
134
134
|
$tbar-btn-nrml-padding: 0 3px !default;
|
|
135
135
|
$tbar-icons-bgr-font-size: 16px !default;
|
|
136
136
|
$tbar-multirow-items-mrgn-bigger: 15px !default;
|
|
@@ -149,7 +149,7 @@ $tbar-nrml-btn-focus-outline: 0 !default;
|
|
|
149
149
|
$tbar-btn-icons-focus-color: inherit !default;
|
|
150
150
|
$tbar-btn-text-focus-color: inherit !default;
|
|
151
151
|
$tbar-btn-focus-border-color: $tbar-focus-border-color !default;
|
|
152
|
-
$tbar-btn-hover-border-size: $tbar-
|
|
152
|
+
$tbar-btn-hover-border-size: $tbar-border-size !default;
|
|
153
153
|
$tbar-btn-hover-active-icons-color: inherit !default;
|
|
154
154
|
$tbar-btn-hover-active-text-color: inherit !default;
|
|
155
155
|
$tbar-btn-overlay-opacity: .65 !default;
|
|
@@ -540,6 +540,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
540
540
|
white-space: nowrap;
|
|
541
541
|
overflow: hidden;
|
|
542
542
|
|
|
543
|
+
&.e-spacer-toolbar {
|
|
544
|
+
|
|
545
|
+
.e-toolbar-items {
|
|
546
|
+
display: flex;
|
|
547
|
+
flex-wrap: nowrap;
|
|
548
|
+
width: 100%;
|
|
549
|
+
|
|
550
|
+
&:not(.e-toolbar-multirow) {
|
|
551
|
+
position: absolute;
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
&.e-pop-mode {
|
|
556
|
+
|
|
557
|
+
.e-toolbar-items {
|
|
558
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
|
|
543
563
|
.e-blazor-toolbar-items {
|
|
544
564
|
position: absolute;
|
|
545
565
|
top: -9999px;
|
|
@@ -677,6 +697,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
677
697
|
min-height: $tbar-nrml-item-size;
|
|
678
698
|
vertical-align: middle;
|
|
679
699
|
width: auto;
|
|
700
|
+
flex: 0 0 auto;
|
|
701
|
+
|
|
702
|
+
&.e-spacer {
|
|
703
|
+
flex-grow: 1;
|
|
704
|
+
}
|
|
680
705
|
|
|
681
706
|
.e-tbar-btn {
|
|
682
707
|
display: flex;
|
|
@@ -1107,6 +1132,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1107
1132
|
|
|
1108
1133
|
&.e-rtl {
|
|
1109
1134
|
|
|
1135
|
+
&:not(.e-spacer-toolbar) {
|
|
1136
|
+
|
|
1137
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1138
|
+
|
|
1139
|
+
.e-toolbar-item:first-child {
|
|
1140
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
1141
|
+
}
|
|
1142
|
+
}
|
|
1143
|
+
}
|
|
1144
|
+
|
|
1110
1145
|
.e-toolbar-item {
|
|
1111
1146
|
|
|
1112
1147
|
.e-tbar-btn {
|
|
@@ -549,6 +549,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
549
549
|
white-space: nowrap;
|
|
550
550
|
overflow: hidden;
|
|
551
551
|
|
|
552
|
+
&.e-spacer-toolbar {
|
|
553
|
+
|
|
554
|
+
.e-toolbar-items {
|
|
555
|
+
display: flex;
|
|
556
|
+
flex-wrap: nowrap;
|
|
557
|
+
width: 100%;
|
|
558
|
+
|
|
559
|
+
&:not(.e-toolbar-multirow) {
|
|
560
|
+
position: absolute;
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
&.e-pop-mode {
|
|
565
|
+
|
|
566
|
+
.e-toolbar-items {
|
|
567
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
|
|
552
572
|
.e-blazor-toolbar-items {
|
|
553
573
|
position: absolute;
|
|
554
574
|
top: -9999px;
|
|
@@ -686,6 +706,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
686
706
|
min-height: $tbar-nrml-item-size;
|
|
687
707
|
vertical-align: middle;
|
|
688
708
|
width: auto;
|
|
709
|
+
flex: 0 0 auto;
|
|
710
|
+
|
|
711
|
+
&.e-spacer {
|
|
712
|
+
flex-grow: 1;
|
|
713
|
+
}
|
|
689
714
|
|
|
690
715
|
.e-tbar-btn {
|
|
691
716
|
display: flex;
|
|
@@ -1116,6 +1141,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1116
1141
|
|
|
1117
1142
|
&.e-rtl {
|
|
1118
1143
|
|
|
1144
|
+
&:not(.e-spacer-toolbar) {
|
|
1145
|
+
|
|
1146
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1147
|
+
|
|
1148
|
+
.e-toolbar-item:first-child {
|
|
1149
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1119
1154
|
.e-toolbar-item {
|
|
1120
1155
|
|
|
1121
1156
|
.e-tbar-btn {
|
|
@@ -549,6 +549,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
549
549
|
white-space: nowrap;
|
|
550
550
|
overflow: hidden;
|
|
551
551
|
|
|
552
|
+
&.e-spacer-toolbar {
|
|
553
|
+
|
|
554
|
+
.e-toolbar-items {
|
|
555
|
+
display: flex;
|
|
556
|
+
flex-wrap: nowrap;
|
|
557
|
+
width: 100%;
|
|
558
|
+
|
|
559
|
+
&:not(.e-toolbar-multirow) {
|
|
560
|
+
position: absolute;
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
&.e-pop-mode {
|
|
565
|
+
|
|
566
|
+
.e-toolbar-items {
|
|
567
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
|
|
552
572
|
.e-blazor-toolbar-items {
|
|
553
573
|
position: absolute;
|
|
554
574
|
top: -9999px;
|
|
@@ -686,6 +706,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
686
706
|
min-height: $tbar-nrml-item-size;
|
|
687
707
|
vertical-align: middle;
|
|
688
708
|
width: auto;
|
|
709
|
+
flex: 0 0 auto;
|
|
710
|
+
|
|
711
|
+
&.e-spacer {
|
|
712
|
+
flex-grow: 1;
|
|
713
|
+
}
|
|
689
714
|
|
|
690
715
|
.e-tbar-btn {
|
|
691
716
|
display: flex;
|
|
@@ -1116,6 +1141,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1116
1141
|
|
|
1117
1142
|
&.e-rtl {
|
|
1118
1143
|
|
|
1144
|
+
&:not(.e-spacer-toolbar) {
|
|
1145
|
+
|
|
1146
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1147
|
+
|
|
1148
|
+
.e-toolbar-item:first-child {
|
|
1149
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1119
1154
|
.e-toolbar-item {
|
|
1120
1155
|
|
|
1121
1156
|
.e-tbar-btn {
|
|
@@ -551,6 +551,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
551
551
|
white-space: nowrap;
|
|
552
552
|
overflow: hidden;
|
|
553
553
|
|
|
554
|
+
&.e-spacer-toolbar {
|
|
555
|
+
|
|
556
|
+
.e-toolbar-items {
|
|
557
|
+
display: flex;
|
|
558
|
+
flex-wrap: nowrap;
|
|
559
|
+
width: 100%;
|
|
560
|
+
|
|
561
|
+
&:not(.e-toolbar-multirow) {
|
|
562
|
+
position: absolute;
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
&.e-pop-mode {
|
|
567
|
+
|
|
568
|
+
.e-toolbar-items {
|
|
569
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
|
|
554
574
|
.e-blazor-toolbar-items {
|
|
555
575
|
position: absolute;
|
|
556
576
|
top: -9999px;
|
|
@@ -688,6 +708,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
688
708
|
min-height: $tbar-nrml-item-size;
|
|
689
709
|
vertical-align: middle;
|
|
690
710
|
width: auto;
|
|
711
|
+
flex: 0 0 auto;
|
|
712
|
+
|
|
713
|
+
&.e-spacer {
|
|
714
|
+
flex-grow: 1;
|
|
715
|
+
}
|
|
691
716
|
|
|
692
717
|
.e-tbar-btn {
|
|
693
718
|
display: flex;
|
|
@@ -1118,6 +1143,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1118
1143
|
|
|
1119
1144
|
&.e-rtl {
|
|
1120
1145
|
|
|
1146
|
+
&:not(.e-spacer-toolbar) {
|
|
1147
|
+
|
|
1148
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1149
|
+
|
|
1150
|
+
.e-toolbar-item:first-child {
|
|
1151
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1121
1156
|
.e-toolbar-item {
|
|
1122
1157
|
|
|
1123
1158
|
.e-tbar-btn {
|
|
@@ -537,6 +537,26 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
537
537
|
white-space: nowrap;
|
|
538
538
|
overflow: hidden;
|
|
539
539
|
|
|
540
|
+
&.e-spacer-toolbar {
|
|
541
|
+
|
|
542
|
+
.e-toolbar-items {
|
|
543
|
+
display: flex;
|
|
544
|
+
flex-wrap: nowrap;
|
|
545
|
+
width: 100%;
|
|
546
|
+
|
|
547
|
+
&:not(.e-toolbar-multirow) {
|
|
548
|
+
position: absolute;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
&.e-pop-mode {
|
|
553
|
+
|
|
554
|
+
.e-toolbar-items {
|
|
555
|
+
width: calc(100% - $tbar-nav-nrml-width);
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
|
|
540
560
|
.e-blazor-toolbar-items {
|
|
541
561
|
position: absolute;
|
|
542
562
|
top: -9999px;
|
|
@@ -674,6 +694,11 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
674
694
|
min-height: $tbar-nrml-item-size;
|
|
675
695
|
vertical-align: middle;
|
|
676
696
|
width: auto;
|
|
697
|
+
flex: 0 0 auto;
|
|
698
|
+
|
|
699
|
+
&.e-spacer {
|
|
700
|
+
flex-grow: 1;
|
|
701
|
+
}
|
|
677
702
|
|
|
678
703
|
.e-tbar-btn {
|
|
679
704
|
display: flex;
|
|
@@ -1104,6 +1129,16 @@ $tbar-popup-btn-hover-border-size: $tbar-zero-value !default;
|
|
|
1104
1129
|
|
|
1105
1130
|
&.e-rtl {
|
|
1106
1131
|
|
|
1132
|
+
&:not(.e-spacer-toolbar) {
|
|
1133
|
+
|
|
1134
|
+
.e-toolbar-items:not(.e-tbar-pos) {
|
|
1135
|
+
|
|
1136
|
+
.e-toolbar-item:first-child {
|
|
1137
|
+
margin-right: $tbar-item-nrml-mrgn;
|
|
1138
|
+
}
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1107
1142
|
.e-toolbar-item {
|
|
1108
1143
|
|
|
1109
1144
|
.e-tbar-btn {
|