Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgssandhu committed Feb 15, 2021
1 parent a09a4f2 commit f58f9f8
Show file tree
Hide file tree
Showing 14 changed files with 4,279 additions and 2,878 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,7 @@ ADDED: Archive Template Header and Footer
ADDED: Shortcode to export as CSV

## 7.6.0.0 29-01-2021
UPDATED: PHP 7.4 compatibility
UPDATED: PHP 7.4 compatibility

## 7.6.0.1 15-02-2021
UPDATED: Animate.css
22 changes: 11 additions & 11 deletions assets/css/admin/aione-admin-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -55527,7 +55527,7 @@ Theme Color

.pinterest > a > .icon:before {
font-family: "FontAwesome";
content: "\F231";
content: "\F0D2";
}

.tumblr {
Expand Down Expand Up @@ -55764,6 +55764,15 @@ Theme Color
content: "\F2AC";
}

.email {
background: #20252b;
}

.snapchat > a > .icon:before {
font-family: "FontAwesome";
content: "\F003";
}

/***************************************
Aione Buttons
***************************************/
Expand Down Expand Up @@ -57531,14 +57540,6 @@ optgroup {
/* Firefox */
}

::-ms-input-placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #babdbf;
color: rgba(82, 90, 95, 0.5);
opacity: 1;
/* Firefox */
}

::placeholder {
/* Chrome, Firefox, Opera, Safari 10.1+ */
color: #babdbf;
Expand Down Expand Up @@ -63501,8 +63502,7 @@ Plugins
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
-webkit-filter: none;
filter: none;
filter: none;
}

.fa-stack {
Expand Down
4 changes: 2 additions & 2 deletions assets/css/admin/aione-admin-editor.min.css

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions assets/css/admin/aione-admin.css

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

2 changes: 1 addition & 1 deletion assets/css/admin/aione-admin.min.css

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

Loading

0 comments on commit f58f9f8

Please sign in to comment.