Skip to content

Commit

Permalink
color select
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <[email protected]>
  • Loading branch information
duglin committed Jan 16, 2025
1 parent 2c69dca commit d6d4472
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions registry/httpStuff.go
Original file line number Diff line number Diff line change
Expand Up @@ -689,9 +689,20 @@ func (pw *PageWriter) Done() {
width: 100%%
}
select {
background: #407d16 ;
border: 1px solid #407d16 ;
border-radius: 13px ;
color: white ;
font-weight: bold ;
margin-left: 3px ;
padding: 2 10 3 10 ;
align-self: center
}
select:hover { background: #c4c4c4 ; color : black ; }
select:active { background: #c4c4c4 ; color : black ; }
select:focus { background: darkgray ; color : black ; }
.compact {
margin-top: 5px ;
font-size: 13px ;
Expand Down

0 comments on commit d6d4472

Please sign in to comment.