Skip to content

Commit 771a796

Browse files
committed
Version 14.2.32 added.
1 parent ed7a374 commit 771a796

File tree

164 files changed

+1312
-547
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+1312
-547
lines changed

Content/ej/mobile/android-theme/ej.mobile.android-core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/ej/mobile/android-theme/ej.mobile.android.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/ej/mobile/ej.mobile.all.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/ej/mobile/flat-theme/ej.mobile.flat-core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/ej/mobile/flat-theme/ej.mobile.flat-theme.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/ej/mobile/ios7-theme/ej.mobile.ios7-core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/ej/mobile/ios7-theme/ej.mobile.ios7.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/ej/mobile/windows-theme/ej.mobile.windows-core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/ej/mobile/windows-theme/ej.mobile.windows.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Content/ej/web/bootstrap-theme/ej.theme.less

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,6 +1951,10 @@ color: @default-font-color;
19511951
{
19521952
color: @default-font-color;
19531953
}
1954+
.e-acrdn .e-select:first-child
1955+
{
1956+
border-top-color:@default-border-color;
1957+
}
19541958
.e-acrdn > .e-select:first-child
19551959
{
19561960
border-top-color:@default-border-color;
@@ -3169,6 +3173,8 @@ color:#5c5c5c;
31693173
}
31703174
.e-corner.e-dialog-top{
31713175
border-radius:3px 3px 0px 0px;
3176+
} .e-dialog .e-scrollbar .e-icon {
3177+
display: block;
31723178
}
31733179

31743180

@@ -3289,23 +3295,24 @@ color:#5c5c5c;
32893295
border: @border-size @border-type @content-border-color;
32903296
}
32913297
.e-tooltip-wrap .e-arrowTipOuter{
3292-
3293-
border-color: @content-border-color transparent;
3294-
border-image: none;
3295-
border-style: solid;
3296-
border-width: 9px 9px 0;
3297-
left: 0;
3298-
position: absolute;
3299-
top: 0;
3298+
width: 0;
3299+
height: 0;
3300+
border-left: 10px solid transparent;
3301+
border-right: 10px solid transparent;
3302+
left :0px;
3303+
top : 0px;
3304+
border-top: 10px solid @content-border-color;
3305+
position : absolute;
33003306
}
33013307
.e-tooltip-wrap .e-arrowTipInner{
3302-
border-color: @content-bg-color transparent;
3303-
border-image: none;
3304-
border-style: solid;
3305-
border-width: 8px 8px 0;
3306-
left: 1px;
3307-
position: absolute;
3308-
top: 0;
3308+
width: 0;
3309+
height: 0;
3310+
border-left: 9px solid transparent;
3311+
border-right: 9px solid transparent;
3312+
border-top: 9px solid @content-bg-color;
3313+
left : 1px;
3314+
top : 0px;
3315+
position : absolute;
33093316
}
33103317

33113318
.e-def{
@@ -3439,6 +3446,9 @@ word-break: break-all;
34393446
.e-lv.e-parentlv > .e-lv.subpage{
34403447
border:none;
34413448
}
3449+
.e-nb .e-lv .subpage .e-content{
3450+
float:none;
3451+
}
34423452
.e-lv > .e-header:hover >.e-icon:before{
34433453
color:@hover-icon-color;
34443454
}

0 commit comments

Comments
 (0)