Skip to content

Commit

Permalink
Version 8.6.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whmcs-dev-team committed Oct 6, 2022
1 parent cbfec88 commit 605e03b
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 80 deletions.
39 changes: 4 additions & 35 deletions css/invoice.css
Original file line number Diff line number Diff line change
Expand Up @@ -5112,15 +5112,6 @@ a.badge-dark:focus, a.badge-dark.focus {
color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}

@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
Expand Down Expand Up @@ -5164,14 +5155,12 @@ a.badge-dark:focus, a.badge-dark.focus {
}

.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
animation: none;
}
}

Expand Down Expand Up @@ -5667,7 +5656,6 @@ a.close.disabled {
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
Expand Down Expand Up @@ -5783,7 +5771,6 @@ a.close.disabled {
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
}
Expand Down Expand Up @@ -6266,12 +6253,6 @@ a.close.disabled {
text-align: center;
}

@-webkit-keyframes spinner-border {
to {
transform: rotate(360deg);
}
}

@keyframes spinner-border {
to {
transform: rotate(360deg);
Expand All @@ -6286,8 +6267,7 @@ a.close.disabled {
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
Expand All @@ -6296,16 +6276,6 @@ a.close.disabled {
border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}

@keyframes spinner-grow {
0% {
transform: scale(0);
Expand All @@ -6324,8 +6294,7 @@ a.close.disabled {
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
Expand Down
2 changes: 1 addition & 1 deletion css/invoice.min.css

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion css/oauth.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,13 @@ section#footer {
margin: 0;
padding: 0;
text-align: center;
max-height: 100px;
overflow: hidden;
}

.app-logo, .app-logo img {
max-height: 100px;
}

.content-padded {
margin: 0;
padding: 30px 50px;
Expand Down
39 changes: 4 additions & 35 deletions css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -5122,15 +5122,6 @@ a.badge-dark:focus, a.badge-dark.focus {
color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
}
to {
background-position: 0 0;
}
}

@keyframes progress-bar-stripes {
from {
background-position: 1rem 0;
Expand Down Expand Up @@ -5174,14 +5165,12 @@ a.badge-dark:focus, a.badge-dark.focus {
}

.progress-bar-animated {
-webkit-animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
.progress-bar-animated {
-webkit-animation: none;
animation: none;
animation: none;
}
}

Expand Down Expand Up @@ -5677,7 +5666,6 @@ a.close.disabled {
.modal-dialog-centered::before {
display: block;
height: calc(100vh - 1rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
content: "";
Expand Down Expand Up @@ -5793,7 +5781,6 @@ a.close.disabled {
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
height: -webkit-min-content;
height: -moz-min-content;
height: min-content;
}
Expand Down Expand Up @@ -6276,12 +6263,6 @@ a.close.disabled {
text-align: center;
}

@-webkit-keyframes spinner-border {
to {
transform: rotate(360deg);
}
}

@keyframes spinner-border {
to {
transform: rotate(360deg);
Expand All @@ -6296,8 +6277,7 @@ a.close.disabled {
border: 0.25em solid currentColor;
border-right-color: transparent;
border-radius: 50%;
-webkit-animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
Expand All @@ -6306,16 +6286,6 @@ a.close.disabled {
border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
0% {
transform: scale(0);
}
50% {
opacity: 1;
transform: none;
}
}

@keyframes spinner-grow {
0% {
transform: scale(0);
Expand All @@ -6334,8 +6304,7 @@ a.close.disabled {
background-color: currentColor;
border-radius: 50%;
opacity: 0;
-webkit-animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite;
animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
Expand Down
2 changes: 1 addition & 1 deletion css/theme.min.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -20622,8 +20622,9 @@ jQuery(document).ready(function() {
// when the page loads
autoCollapse('#nav', 30);

// Init Lightbox2
lightbox.init();
if (jQuery('#lightbox').length === 0) {
lightbox.init();
}

// when the window is resized
jQuery(window).on('resize', function () {
Expand Down
2 changes: 1 addition & 1 deletion js/scripts.min.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions js/whmcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jQuery(document).ready(function() {
// when the page loads
autoCollapse('#nav', 30);

// Init Lightbox2
lightbox.init();
if (jQuery('#lightbox').length === 0) {
lightbox.init();
}

// when the window is resized
jQuery(window).on('resize', function () {
Expand Down
6 changes: 6 additions & 0 deletions oauth/error.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<div class="container">
<div class="alert alert-warning text-center">
<i class="fas fa-exclamation-circle"></i>
{$error}
</div>
</div>
2 changes: 0 additions & 2 deletions store/ox/manage.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,6 @@
.text(data.username);
clone.find('.limit')
.text(data.quota);
clone.find('.manage-aliases')
.attr('href', '{$manageAliasesUrl}&account=' + data.username);
clone.attr('data-account-id', data.id)
.attr('data-first-name', data.first_name)
.attr('data-last-name', data.last_name)
Expand Down

0 comments on commit 605e03b

Please sign in to comment.