mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 01:25:37 -05:00
Show Trust server certificate on dialog and fix bool select-box defaults (#21020)
This commit is contained in:
@@ -111,6 +111,16 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.custom-connection-options .connection-label .dialog-label-container,
|
||||
.vs-dark .custom-connection-options .connection-label .dialog-label-container,
|
||||
.hc-black .custom-connection-options .connection-label .dialog-label-container {
|
||||
background-size: 9px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
padding-right: 18px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.hide-azure-accounts .azure-account-row {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user