mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-29 03:39:13 -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
|
@ -16,8 +16,8 @@ select, .nice-select {
|
|||
padding-right: 24px;
|
||||
position: relative;
|
||||
text-align: left !important;
|
||||
-webkit-transition: all 0.2s ease-in-out;
|
||||
transition: all 0.2s ease-in-out;
|
||||
-webkit-transition: all 0.1s ease-in-out;
|
||||
transition: all 0.1s ease-in-out;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
|
@ -26,6 +26,9 @@ select, .nice-select {
|
|||
min-width: 100px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.nice-select:not(.open):not(:hover):focus {
|
||||
border-color: #a5c8ec;
|
||||
}
|
||||
.popup .nice-select {
|
||||
padding: 4px 24px 4px 8px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue