Skip to content

Commit

Permalink
Merge pull request #299 from aopell/develop
Browse files Browse the repository at this point in the history
Lucky Version 7.7
  • Loading branch information
aopell authored Dec 14, 2022
2 parents 0e8dbe1 + e783a53 commit db3a390
Show file tree
Hide file tree
Showing 21 changed files with 1,290 additions and 82 deletions.
19 changes: 17 additions & 2 deletions css/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,21 @@ video.easter-egg {
justify-content: space-between;
}

.restore-defaults {
color: red !important;
.settings-actions-wrapper {
margin-top: 10px;
font-weight: normal;
}

.settings-actions-wrapper > a,
.settings-actions-wrapper > span {
margin-left: 10px;
margin-right: 10px;
}

.restore-defaults {
color: red !important;
}

.margin-under {
margin-bottom: 10px !important;
}
Expand Down Expand Up @@ -411,6 +420,12 @@ h1.setting-title {
display: inline;
}

#popups-overlay,
.active-loader .loading-overlay {
/* Modern-Compatible, however will default back to normal if Modern is not enabled.*/
background-color: var(--primary, var(--primary-color));
}

.popups-body .no-answer-provided {
background: url('https://app.schoology.com/sites/all/themes/schoology_theme/images/error_404.png') no-repeat 0 0;
padding: 0 0 0 25px;
Expand Down
Loading

0 comments on commit db3a390

Please sign in to comment.