Skip to content

Commit

Permalink
Merge pull request #9708 from awesomemotive/release/3.2.7
Browse files Browse the repository at this point in the history
Release 3.2.7
  • Loading branch information
cklosowski authored Feb 1, 2024
2 parents 92c97a3 + b2da430 commit c848d0b
Show file tree
Hide file tree
Showing 86 changed files with 5,541 additions and 2,272 deletions.
31 changes: 19 additions & 12 deletions assets/css/admin/chosen/_base.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
.chosen-container {
font-size: 14px;

.chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
border-radius: 0 0 4px 4px;
border-width: 0 1px 0 1px;
border-color: transparent;
background: $white;
outline: 2px solid transparent;
}

.spinner {
margin: 0;
position: absolute;
top: 4px;
right: 30px;
}
}

.chosen-container-multi .search-field,
Expand Down Expand Up @@ -29,15 +48,3 @@
border-width: 0 1px 0 1px;
z-index: 1011;
}

.chosen-container .chosen-drop {
position: absolute;
top: 100%;
z-index: 1010;
width: 100%;
border-radius: 0 0 4px 4px;
border-width: 0 1px 0 1px;
border-color: transparent;
background: $white;
outline: 2px solid transparent;
}
7 changes: 0 additions & 7 deletions assets/css/admin/chosen/_multi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
width: 100% !important;
}

.spinner {
margin: 0;
position: absolute;
top: 4px;
right: 30px;
}

.chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 5px 22px 5px 5px;
Expand Down
64 changes: 64 additions & 0 deletions assets/css/admin/general/_help-tip.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
.edd-help-tip {
cursor: help;
margin-top: -2px;
font-size: 24px;
color: grey;
}

.edd-ui-tooltip {
position: absolute;
background: #333 !important;
border-width: 1px !important;
border-radius: 3px !important;
box-shadow: 1px 1px 2px 1px rgba(214, 214, 214, 0.5) !important;
color: #dedede !important;
max-width: 300px !important;
padding: 7px !important;
text-rendering: optimizeLegibility;
text-shadow: none !important;
z-index: 9999 !important;

.title {
font-weight: bold;
}

.timeline {
position: relative;
margin: 6px 0 0;
padding-left: 15px;

li {
position: relative;
margin: 0 0 3px 0;

&::before {
content: '';
position: absolute;
width: 4px;
height: 4px;
left: -16px;
background: rgb(0 0 0 / 0%);
border: 2px solid #FFFFFF;
top: 0;
bottom: 0;
margin: auto;
border-radius: 100%;
z-index: 1;
}

&::after {
content: '';
width: 2px;
height: calc(100% - 4px);
background: white;
position: absolute;
left: -13px;
top: calc(50% + 3px);
}

&:last-child::after {
display: none;
}
}
}
}
1 change: 1 addition & 0 deletions assets/css/admin/general/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
@import "upgrade";
@import "progress-bar";
@import "pointers";
@import "help-tip";
34 changes: 8 additions & 26 deletions assets/css/admin/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -349,28 +349,6 @@ button.edd-round:active {
margin-right: 5px;
}

/* Tooltips */
.edd-help-tip {
cursor: help;
margin-top: -2px;
font-size: 24px;
color: grey;
}

.edd-ui-tooltip {
position: absolute;
background: #333 !important;
border-width: 1px !important;
border-radius: 3px !important;
box-shadow: 1px 1px 2px 1px rgba(214, 214, 214, 0.5) !important;
color: #dedede !important;
max-width: 300px !important;
padding: 7px !important;
text-rendering: optimizeLegibility;
text-shadow: none !important;
z-index: 9999 !important;
}

/* =Payment Icon Styling
-------------------------------------------------------------- */

Expand Down Expand Up @@ -1313,11 +1291,11 @@ input[class*="edd-price-field"] {
.edd-admin-box .label--has-tip {
display: flex;
align-items: center;
}

.edd-admin-box .label--has-tip .edd-help-tip {
margin-top: 0;
font-size: 20px;
.edd-help-tip {
margin-top: 0;
font-size: 20px;
}
}

.edd-admin-box div:not(.edd-admin-box-inside--row) .label--has-checkbox {
Expand Down Expand Up @@ -1828,6 +1806,10 @@ span.edd-to-and-from--separator {
margin: 0;
}

h3 + .notice-wrap .notice {
margin-bottom: 1em;
}

.admin-color-fresh .edd-import-export-form .edd-progress div {
background: #0073aa;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/edd-admin-chosen-rtl.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c848d0b

Please sign in to comment.