Skip to content

Commit

Permalink
Issue #625: Corrected width
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Feb 22, 2022
1 parent 666c14d commit 90d6e6d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions var/httpd/htdocs/skins/Customer/default/css/Core.InputFields.css
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,16 @@ input[readonly=readonly] {
left: -48px;
}

.Tooltip > .Content {
background-color: #fff;
border-radius: 15px;
padding: 24px 32px;
line-height: 1.4;
white-space: normal;
box-shadow: 0 1px 4px 0 rgba(4, 0, 71, 0.16);
box-shadow: 0 1px 4px 0 var(--colShadowDark);
}

.oooTooltip i {
font-size: 18px;
}
Expand All @@ -573,6 +583,7 @@ input[readonly=readonly] {
position: absolute;
left: -260px;
top: -8px;
width: 280px;
}

.TooltipContainer {
Expand All @@ -581,17 +592,6 @@ input[readonly=readonly] {
display: none;
}

.Tooltip > .Content {
background-color: #fff;
border-radius: 15px;
padding: 24px 32px;
width: 280px;
line-height: 1.4;
white-space: normal;
box-shadow: 0 1px 4px 0 rgba(4, 0, 71, 0.16);
box-shadow: 0 1px 4px 0 var(--colShadowDark);
}

/* jstree stuff */

.jstree-node > .jstree-wholerow {
Expand Down

0 comments on commit 90d6e6d

Please sign in to comment.