| 1 | #connection_profile_details_content { |
| 2 | margin: 5px 0; |
| 3 | } |
| 4 | |
| 5 | #connection_profile_details_content ul { |
| 6 | margin: 0; |
| 7 | } |
| 8 | |
| 9 | #connection_profile_spinner { |
| 10 | margin-left: 5px; |
| 11 | } |
| 12 | |
| 13 | #connection_profile_switcher { |
| 14 | font-size: var(--bottomFormIconSize); |
| 15 | } |
| 16 | |
| 17 | #connection_profile_switcher_menu { |
| 18 | z-index: 30000; |
| 19 | backdrop-filter: blur(var(--SmartThemeBlurStrength)); |
| 20 | -webkit-backdrop-filter: blur(var(--SmartThemeBlurStrength)); |
| 21 | } |
| 22 | |
| 23 | #connection_profile_switcher_list { |
| 24 | max-height: calc(100vh - calc(2 * var(--bottomFormBlockSize) + 10px)); |
| 25 | max-height: calc(100dvh - calc(2 * var(--bottomFormBlockSize) + 10px)); |
| 26 | overflow-y: auto; |
| 27 | min-width: 150px; |
| 28 | } |
| 29 | |
| 30 | #connection_profile_switcher_list .list-group-item.selected { |
| 31 | opacity: 1; |
| 32 | } |
| 33 | |
| 34 | #connection_profile_switcher_list .list-group-item.disabled { |
| 35 | cursor: default; |
| 36 | opacity: 0.5; |
| 37 | } |