Skip to content

Commit

Permalink
ZK-5170: borderlayout title css rules are missing under sapphire theme
Browse files Browse the repository at this point in the history
  • Loading branch information
learningstud authored and jumperchen committed Sep 29, 2022
1 parent ca13a44 commit 8af26d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sapphire/src/archive/web/js/zul/layout/less/borderlayout.less
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@
.opacity(0.5);
position: absolute;
}
&-title {
.fontStyle(@baseTitleFontFamily, @fontSizeMedium, bold, @textColorGray);
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
line-height: @baseButtonHeight;
}
}
.z-north-splitter,
.z-south-splitter {
Expand Down

0 comments on commit 8af26d1

Please sign in to comment.