Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgssandhu committed Nov 23, 2019
1 parent 448f3e8 commit 1445094
Show file tree
Hide file tree
Showing 19 changed files with 10,274 additions and 7,871 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,7 @@ ADDED: Aione Data Table Filtered Row Count

## 7.4.0.3 15-10-2019
ADDED: Aione Preloader
ADDED: Retina logo Support
ADDED: Retina logo Support

## 7.4.0.4 04-11-2019
ADDED: Scroll Progress Bar
14 changes: 14 additions & 0 deletions assets/css/aione-admin-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -47166,6 +47166,20 @@ ul.aione-list.theme-checkmark {
.aione-progress-bar.active .aione-progress-bar-content {
display: block
}
.aione-scroll-progress {
background-color: #fff;
height: 3px;
position: fixed;
width: 100%;
z-index: 999;
box-sizing: border-box
}
.aione-scroll-progress .progress {
width: 0;
height: 3px;
background: #faaf3f;
transition: all .1s ease-in-out
}
.gallery:after {
display: table;
content: '';
Expand Down
2 changes: 1 addition & 1 deletion assets/css/aione-admin-editor.min.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions assets/css/aione-admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,20 @@
.aione-progress-bar.active .aione-progress-bar-content {
display: block
}
.aione-scroll-progress {
background-color: #fff;
height: 3px;
position: fixed;
width: 100%;
z-index: 999;
box-sizing: border-box
}
.aione-scroll-progress .progress {
width: 0;
height: 3px;
background: #faaf3f;
transition: all .1s ease-in-out
}
.gallery:after {
display: table;
content: '';
Expand Down
2 changes: 1 addition & 1 deletion assets/css/aione-admin.min.css

Large diffs are not rendered by default.

20 changes: 18 additions & 2 deletions assets/css/aione.css
Original file line number Diff line number Diff line change
Expand Up @@ -5473,7 +5473,8 @@ div.ppt {
float: right;
font-weight: 700;
margin-top: 5px;
margin-right: 10px
margin-right: 10px;
padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
Expand Down Expand Up @@ -8362,6 +8363,20 @@ input[type=search] {
.aione-progress-bar.active .aione-progress-bar-content {
display: block
}
.aione-scroll-progress {
background-color: #fff;
height: 3px;
position: fixed;
width: 100%;
z-index: 999;
box-sizing: border-box
}
.aione-scroll-progress .progress {
width: 0;
height: 3px;
background: #faaf3f;
transition: all .1s ease-in-out
}
.gallery:after {
display: table;
content: '';
Expand Down Expand Up @@ -57888,7 +57903,8 @@ body.stop-scrolling {
float: right;
font-weight: 700;
margin-top: 5px;
margin-right: 10px
margin-right: 10px;
padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
Expand Down
4 changes: 2 additions & 2 deletions assets/css/aione.min.css

Large diffs are not rendered by default.

24 changes: 20 additions & 4 deletions assets/css/aionefull.css
Original file line number Diff line number Diff line change
Expand Up @@ -5473,7 +5473,8 @@ div.ppt {
float: right;
font-weight: 700;
margin-top: 5px;
margin-right: 10px
margin-right: 10px;
padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
Expand Down Expand Up @@ -6055,8 +6056,8 @@ img {
left: 50%;
top: 50%;
position: absolute;
border: 2px solid #f3f3f3;
border-top: 3px solid #f25a41;
border: 2px solid #f2f2f2;
border-top: 3px solid #1570a6;
border-radius: 100%;
animation: spin 1s infinite linear
}
Expand Down Expand Up @@ -10550,6 +10551,20 @@ input[type=search] {
.aione-progress-bar.active .aione-progress-bar-content {
display: block
}
.aione-scroll-progress {
background-color: #fff;
height: 3px;
position: fixed;
width: 100%;
z-index: 999;
box-sizing: border-box
}
.aione-scroll-progress .progress {
width: 0;
height: 3px;
background: #faaf3f;
transition: all .1s ease-in-out
}
.gallery:after {
display: table;
content: '';
Expand Down Expand Up @@ -60076,7 +60091,8 @@ body.stop-scrolling {
float: right;
font-weight: 700;
margin-top: 5px;
margin-right: 10px
margin-right: 10px;
padding: 1px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
Expand Down
4 changes: 2 additions & 2 deletions assets/css/aionefull.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@ img {
left: 50%;
top: 50%;
position: absolute;
border: 2px solid #f3f3f3;
border-top: 3px solid #f25a41;
border: 2px solid #f2f2f2;
border-top: 3px solid #1570a6;
border-radius: 100%;
animation: spin 1s infinite linear
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/core.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 1445094

Please sign in to comment.