/** * Copyright (c) 2017 ZTE Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and the Apache License 2.0 which both accompany this distribution, * and are available at http://www.eclipse.org/legal/epl-v10.html * and http://www.apache.org/licenses/LICENSE-2.0 * * Contributors: * ZTE - initial API and implementation and/or initial documentation */ body, html { height: 100%; font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,Segoe UI,Helvetica,Arial,san-serif !important; } .form-group .btn{ min-width: 20px; } .form-control-label{ line-height: 30px; } .card{ border: none; } .card-header{ background-color: transparent; padding: 10px; border-bottom: none; } .card-body{ padding: 10px 10px 0 10px; } .dropdown-menu{ display: block; font-size: 12px; } .caret { border-top: 6px dashed; border-right: 3px solid transparent; border-left: 3px solid transparent; } .selected-container-text{ background-color: #fff; padding-left: 14px !important; line-height: 20px; } .selected-container-text:hover{ background-color: #fff; cursor: default; border-color: #ddd; } .selected-item-text{ color: #333; margin: 0 !important; font-size: 12px !important; } textarea.form-control { height: auto; } body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon{ top: 1px; } .ui-fluid .ui-tree{ width: fit-content; min-width: 100%; } .ui-tree-toggler{ margin-bottom: 1rem; } .ui-tree-container{ overflow: auto; } .ui-widget-content{ background: none; } .selected-container-text{ width: 160px; } /*IE滚动条设置*/ body{ /*三角箭头的颜色*/ scrollbar-arrow-color: #00abff; /*滚动条滑块按钮的颜色*/ scrollbar-face-color: #00abff; /*滚动条整体颜色*/ scrollbar-highlight-color: transparent; /*滚动条阴影*/ scrollbar-shadow-color: #000; /*滚动条轨道颜色*/ scrollbar-track-color: transparent; } /*Chrome滚动条设置*/ /*滚动条整体部分,必须要设置*/ ::-webkit-scrollbar { width: 4px; height: 4px; background-color: transparent; margin-right: 2px; } /*滚动条的轨道*/ ::-webkit-scrollbar-track { border-radius: 2px; background-color: transparent; } /*滚动条的滑块按钮*/ ::-webkit-scrollbar-thumb{ border-radius: 2px; background-color: #00abff; } /*滚动条的上下两端的按钮*/ ::-webkit-scrollbar-button{ width: 0; height: 0; }