Skip to content

Commit

Permalink
Made window buttons active status like eOS standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonnev committed Oct 31, 2024
1 parent 1d0b231 commit d03879c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 167 deletions.
6 changes: 3 additions & 3 deletions Private Mode Style/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1312,10 +1312,10 @@ menubar > menu[open] {
.titlebar-min:active image,
.titlebar-max:active image,
.titlebar-restore:active image {
background-color: rgba(0,0,0,0.03) !important;
background-color: rgba(255,255,255,0.2) !important;
border-radius: 3px !important;
border: 1px solid rgba(0,0,0,0.2) !important;
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.07) !important;
border: 1px solid rgba(0,0,0,0.4) !important;
box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15), 0 1px 0 0 rgba(255,255,255,0.1) !important;
}

/*** PROTECTIONS ICON for PRIVATE MODE ***/
Expand Down
Loading

0 comments on commit d03879c

Please sign in to comment.