diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index d3a8a2af..82766989 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -83,7 +83,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s} .colordlg{padding:0.5rem;background:#fff;border:1px solid #dee2e6;z-index:10005} .wsselect{padding:0.5rem;background:#fff;overflow:auto} .pubdlg{background:#fff;border:1px solid #dee2e6;z-index:8888} -.pubdlg .title{padding:0 0.5rem;height:30px;line-height:30px;color:#6c757d;background:#f5f5f5;border-bottom:1px solid #dee2e6} +.pubdlg .title{padding:0 0.5rem;height:30px;line-height:30px;color:#343a40;background:#f5f5f5;border-bottom:1px solid #dee2e6} .fullpagediv{position:absolute;top:0;left:0;width:100%;height:100%;background:#f5f5f5;opacity:0.6;z-index:1999} .quicksel{margin-left:10px;margin-top:10px;width:680px;height:420px;overflow:auto;z-index:10005} .quickselfoot{padding:0.5rem;background:#f5f5f5;border-top:1px solid #dee2e6}