blob: 6b13cfb0a2aca576f2b43eba1ac94e915f7bbe9a [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-append > button {
height: 30px;
padding: 1px 10px;
margin: 0px;
}
.input-group > input {
padding-left: 40px;
width: 247px;
}
select option[disabled] {
background-color: rgb(160, 164, 168);
}