Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Expanded with many new detection rules to help identify potential issues and opt

### Options
- **Favicon Color Picker**: New color picker in the options page to customize the favicon color for your Salesforce environment and extension, making it easier to visually distinguish between different orgs.
- **CSS Scroll** – Fix Options page layout to allow vertical scrolling when content exceeds viewport height.

### Popup
- **Clone User**: New functionality to clone user records directly from the popup interface, simplifying user management tasks.
Expand Down Expand Up @@ -349,3 +350,4 @@ Expanded with many new detection rules to help identify potential issues and opt
- Log: profiler
- Log: search with autoscroll
- Log: download

4 changes: 2 additions & 2 deletions addon/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ html {
body {
font-family: "Salesforce Sans", Arial, sans-serif;
font-size: .8125rem;
overflow: hidden;
overflow-y: auto;
margin: 0;
height: 100%;
min-height: 100%;
display: flex;
background-color: #B0C4DF !important;
background-image: url(images/lightning_blue_background.png) !important;
Expand Down