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