Skip to content

Commit

Permalink
login: Change key verify command background
Browse files Browse the repository at this point in the history
Make the background transparent, so it works in light and dark mode.

Fixes cockpit-project#18307
  • Loading branch information
garrett authored and martinpitt committed Feb 8, 2023
1 parent 23307f0 commit 4916a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/static/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ label.checkbox {
#hostkey-verify-help-cmds {
border-radius: 0.25rem;
padding: 0.5rem 1rem;
background: #ddd;
background: rgb(150 150 150 / 20%);
}

.pf-c-button .spinner,
Expand Down

0 comments on commit 4916a27

Please sign in to comment.