Skip to content

Commit

Permalink
Update userChrome.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SandTechStuff authored Apr 20, 2024
1 parent 5617725 commit 6d5434f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
list-style-image: url("images/aeroCloseHover.png") !important;
width: fit-content !important;
height: fit-content !important;
filter: drop-shadow(0px 0px 5px rgb(255, 50 ,0)) !important;
}

.titlebar-close:active > .toolbarbutton-icon{
Expand All @@ -37,6 +38,7 @@
list-style-image: url("images/aeroMaxHover.png") !important;
width: fit-content !important;
height: fit-content !important;
filter: drop-shadow(0px 0px 5px rgb(0, 150, 255)) !important;
}

.titlebar-max:active > .toolbarbutton-icon{
Expand All @@ -55,6 +57,7 @@
list-style-image: url("images/aeroMinHover.png") !important;
width: fit-content !important;
height: fit-content !important;
filter: drop-shadow(0px 0px 5px rgb(0, 150, 255)) !important;
}

.titlebar-min:active > .toolbarbutton-icon{
Expand All @@ -73,10 +76,11 @@
list-style-image: url("images/aeroRestoreHover.png") !important;
width: fit-content !important;
height: fit-content !important;
filter: drop-shadow(0px 0px 5px rgb(0, 150, 255)) !important;
}

.titlebar-restore:active > .toolbarbutton-icon{
list-style-image: url("images/aeroRestoreActive.png") !important;
width: fit-content !important;
height: fit-content !important;
}
}

0 comments on commit 6d5434f

Please sign in to comment.