﻿/*配置流程页面发起状态下可编辑控件背景颜色*/
.edit-caution .normal:not(.btn), .edit-caution .fm-text.normal > .fm-text-input { background: #fbffbf }

/*统一改变Pre多行文本框字体*/
pre {
    font-family: 'PingFangSC','Tahoma', 'helvetica','hiragino sans gb','arial', 'Microsoft YaHei','Simsun','sans-serif';
}

.dropdown-box{
    margin-right:30px;
}

.el-scrollbar__thumb {
    height: 12px !important;
    bottom: 7px;
}

.switch-theme-colors-box-li{
    margin-right: 30px;
}