Skip to content

Commit

Permalink
best look a browser can get
Browse files Browse the repository at this point in the history
  • Loading branch information
clifford269 committed Sep 29, 2024
1 parent f065e6a commit 9569a29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
7 changes: 0 additions & 7 deletions chrome/css/customizeUI.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@
background-color: #ECECEC !important;
}

:root:not([echelon-style-4]) #customization-titlebar-visibility-checkbox {
display: none !important;
}

#customization-titlebar-visibility-checkbox .checkbox-check {
display: none !important;
}

#customization-titlebar-visibility-checkbox .checkbox-icon {
width: 24px !important;
Expand Down
6 changes: 3 additions & 3 deletions chrome/css/identity_box.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,16 +103,16 @@

#identity-box.verifiedDomain[pageproxystate="invalid"] {
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 45%, rgba(255, 255, 255, 0.40) 0%, rgba(207, 207, 207, 0.1)) !important;
box-shadow: 0 0 2px 0 #f2f2f2, inset 0 0 0 1px #0001 !important

box-shadow: inset 0 0 2px 0 #f2f2f2, inset 0 0 0 1px #fffc !important
}


#urlbar:is([pageproxystate="invalid"],[pageproxystate="valid"]) :is(.unknownIdentity,.onionUnknownIdentity):not(:is(.mixedDisplayContentLoadedActiveBlocked,.notSecureText,.certErrorPage)),
#urlbar[pageproxystate="valid"] :is(.chromeUI,.extensionPage),
#urlbar[pageproxystate="invalid"] .chromeUI {
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 45%, rgba(255, 255, 255, 0.50) 0%, rgba(207, 207, 207, 0.2)) !important;
box-shadow: inset 1px 1px 0 #0003, inset -1px 1px 0 #0001 !important;
/*box-shadow: inset 1px 1px 0 #0003, inset -1px 1px 0 #0001 !important;*/
box-shadow: inset 0 0 2px 0 #f2f2f2, inset 0 0 0 1px #fffc !important;
color: rgba(0, 153, 255, 0.85) !important;
border-inline-end: 1px solid #bebebe !important;
border-image: unset !important;
Expand Down
2 changes: 1 addition & 1 deletion chrome/css/tabs_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
#TabsToolbar:not(:-moz-lwtheme) .tabbrowser-tab[selected] .tab-content {
background-image: linear-gradient(rgba(234, 240, 248, 0.45) 45%, rgba(255, 255, 255, 0.3) 0%, rgba(178, 213, 238, 0.4));
box-shadow: 0 -2px 5px 0px rgba(255, 255, 255, 0.6) inset, inset 0 1px 2px 0px rgba(255,255,255, 0.64),
0 3px 6px 0px rgba(84, 220, 80, 0.8) inset, 0 0 0 1px #fffc inset;
0 2px 6px 0px rgba(84, 220, 80, 0.8) inset, 0 0 0 1px #fffc inset;
color: white;
backdrop-filter: blur(4px) !important;
border: 1px solid #444;
Expand Down
5 changes: 0 additions & 5 deletions chrome/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ findbar .checkbox-label{








.unified-extensions-item-menu-button.subviewbutton:hover, .unified-extensions-item-menu-button:hover, .unified-extensions-item-menu-button.subviewbutton {
background: transparent !important;
}
Expand Down

0 comments on commit 9569a29

Please sign in to comment.