mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Display outline when toolbar button focused
This commit is contained in:
parent
193028702d
commit
5a1110d0d6
3 changed files with 10 additions and 4 deletions
|
@ -20,12 +20,15 @@ input[type="text"]::placeholder, textarea::placeholder {
|
|||
select, .nice-select {
|
||||
background-color: #f2f3f4;
|
||||
background-color: var(--bg-soft-color);
|
||||
border: none;
|
||||
border: 1px solid var(--bg-soft-color);
|
||||
padding: 4px 10px;
|
||||
padding-right: 25px;
|
||||
font-weight: bold;
|
||||
line-height: inherit;
|
||||
}
|
||||
select:hover, .nice-select:hover {
|
||||
border-color: var(--bg-soft-color)
|
||||
}
|
||||
.nice-select .list {
|
||||
background-color: #f2f3f4;
|
||||
background-color: var(--bg-soft-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue