Initialize setting section for proxy.

This commit is contained in:
Zhongyi Tong
2017-08-20 16:35:39 -04:00
parent 876936125a
commit a3142713f7
5 changed files with 78 additions and 5 deletions

View File

@@ -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 {