mirror of https://github.com/Squidex/squidex.git
3 changed files with 20 additions and 13 deletions
@ -1,23 +1,25 @@ |
|||||
.dropdown-menu { |
.dropdown-menu { |
||||
max-height: 20rem; |
max-height: 20rem; |
||||
overflow-x: inherit; |
overflow-x: inherit; |
||||
overflow-y: scroll; |
overflow-y: auto; |
||||
} |
} |
||||
|
|
||||
.dropdown-item { |
.dropdown-item { |
||||
cursor: pointer; |
cursor: pointer; |
||||
|
|
||||
|
td { |
||||
|
padding: .25rem 1rem; |
||||
|
} |
||||
} |
} |
||||
|
|
||||
.iso-code { |
tr { |
||||
font-family: monospace; |
display: inherit !important; |
||||
} |
} |
||||
|
|
||||
.iso-code-dropdown { |
.btn-outline-secondary { |
||||
display: inline-block; |
color: $color-text; |
||||
max-width: 60px; |
|
||||
min-width: 40px; |
|
||||
} |
} |
||||
|
|
||||
.active { |
.iso-code { |
||||
background: none; |
font-family: monospace; |
||||
} |
} |
||||
Loading…
Reference in new issue