better ssh connection list management - fixes #1351

This commit is contained in:
Eugene Pankov
2021-04-25 21:06:23 +02:00
parent d32e31d45e
commit 3c6374be19
12 changed files with 111 additions and 38 deletions

View File

@@ -17,3 +17,8 @@
.title {
margin-left: 10px;
}
input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}

View File

@@ -239,10 +239,6 @@ hotkey-input-modal {
border: none;
border-top: 1px solid rgba(255, 255, 255, .1);
&:not(.combi) {
padding: $list-group-item-padding-y $list-group-item-padding-x;
}
&:first-child {
border-top: none;
}

View File

@@ -46,7 +46,6 @@ $body-color: #ccc;
$body-bg: #131d27;
$body-bg2: #20333e;
$font-family-sans-serif: "Source Sans Pro";
$font-family-monospace: "Source Code Pro";
$font-size-base: 14rem / 16;
@@ -55,6 +54,12 @@ $font-size-sm: .85rem;
$line-height-base: 1.6;
$border-radius: .4rem;
$border-radius-lg: .6rem;
$border-radius-sm: .2rem;
// -----
$headings-color: #ced9e2;
$headings-font-weight: lighter;