blob: 72511ebbd297033472e6be262e9a18f0fa39f015 [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
********************************************************************************/
button {
margin: 14px 0px 10px 15px;
}
h4 {
padding: 15px;
padding-top: 18px;
}
div.form-group.row {
padding-left: 15px;
}
input {
width: 100%;
margin: 0px;
}
.input-group-prepend > button {
height: 28px;
padding: 1px 10px;
margin: 0px;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-group-append > button {
left: 176px;
height: 28px;
padding: 1px 10px;
margin: 0px;
border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-group > input {
padding-left: 40px;
width: 247px;
}
select option[disabled] {
background-color: rgb(160, 164, 168);
}