blob: 09c3481bd35895241f10a40ee80aa0e76886c91b [file] [log] [blame]
/*
*******************************************************************************
* Copyright (c) 2018 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
*******************************************************************************
*/
@import url("../grid-measure-detail/grid-measure-detail.component.css");
#Step-head {
display: inline-block
}
#addStepGlIcon {
background: transparent;
border: none;
color: white;
font-size: 107%;
}
#addStepGlIcon:focus {
outline: 0 !important;
}
#treeTable {
max-height: 200px;
overflow-y: auto;
overflow-x: auto;
}