Skip to content

Commit

Permalink
Manually add URLs to a container mozilla#2114
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomes77 committed Nov 16, 2023
1 parent af3adc7 commit 039d3c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -1948,6 +1948,19 @@ manage things like container crud */
margin-inline: 4px;
}

.edit-container-panel input[type="text"]#edit-container-panel-site-input {
inline-size: 80%;
}

#edit-container-site-link {
background: #ebebeb;
block-size: 36px;
}

#edit-container-site-link:hover {
background: #e3e3e3;
}

input[type="text"]:focus {
/* Both a border and box-shadow of 1px are needed because using a 2px border
* would redraw the input 1px farther to the left.
Expand Down

0 comments on commit 039d3c2

Please sign in to comment.