mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 10:26:15 -04:00
Various UI improvement (#4017)
This commit is contained in:
parent
f45d85f615
commit
7aa7e02e27
19 changed files with 66 additions and 101 deletions
|
@ -23,7 +23,7 @@ select, .nice-select {
|
|||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
width: 120px;
|
||||
min-width: 100px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.popup .nice-select {
|
||||
|
@ -32,11 +32,6 @@ select, .nice-select {
|
|||
.nice-select:hover {
|
||||
border-color: #dbdbdb;
|
||||
}
|
||||
.nice-select .current {
|
||||
width: 90px;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
}
|
||||
.nice-select:after {
|
||||
border-bottom: 2px solid #999;
|
||||
border-right: 2px solid #999;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue