mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 13:33:18 +00:00
Initialize setting section for proxy.
This commit is contained in:
@@ -129,7 +129,17 @@ img.server-info-icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.server-info-url {
|
||||
.setting-input-key {
|
||||
font-size: 14px;
|
||||
height: 27px;
|
||||
line-height: 27px;
|
||||
font-weight: bold;
|
||||
background: transparent;
|
||||
flex-wrap: nowrap;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.setting-input-value {
|
||||
flex-grow: 1;
|
||||
font-size: 14px;
|
||||
height: 24px;
|
||||
@@ -140,8 +150,8 @@ img.server-info-icon {
|
||||
max-width: 500px;
|
||||
}
|
||||
|
||||
.server-info-value:focus {
|
||||
border-bottom: #388E3C 1px solid;
|
||||
.setting-input-value:focus {
|
||||
border-bottom: #7cb980 1px solid;
|
||||
}
|
||||
|
||||
.actions-container {
|
||||
|
||||
Reference in New Issue
Block a user