Skip to content

Commit

Permalink
Merge pull request #5 from MaxiZamorano/release-v1.1
Browse files Browse the repository at this point in the history
Release v1.1
  • Loading branch information
MaxiZamorano authored Apr 19, 2023
2 parents d06f5fb + 3672e25 commit 7daa349
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ show_menu() {

echo ""
echo " Max Theme para HestiaCP"
echo " v1.0"
echo " v1.1"
echo " www.maxizamorano.com"
echo " https://github.com/MaxiZamorano"
echo ""
Expand Down
18 changes: 18 additions & 0 deletions themes/max-theme-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -718,3 +718,21 @@ p.hint.u-mb20 b {
.toolbar-link:active {
color: #00409e !important;
}

.collapse-header {
background: #fff !important;
border: 1px solid #ddd !important;
box-shadow: none !important;
color: #0d6efd !important;
text-shadow: none !important;
border-radius: 7px !important;
}

.collapse-header:hover {
color: #0d6efd !important;
background: #e2eeff !important;
}

.collapse-header:active {
box-shadow: 0 0 0 0.25rem rgba(13,110,253,.5) !important;
}

0 comments on commit 7daa349

Please sign in to comment.