Browse Source

Update admin.css

tags/6.3.0
叙述、别离 1 year ago
parent
commit
60c656862f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/static/web/css/admin.css

+ 1
- 1
src/static/web/css/admin.css View File

@@ -24,7 +24,7 @@ select{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--w
select[multiple=yes]{height:180px}
option{display:flex;padding:0;height:30px;align-items:center}
textarea{padding:0.375rem 0.75rem;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--info);box-shadow:0 0 0 0.2rem rgba(0,123,255,.25);outline:0}
input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--blue);box-shadow:0 0 0 0.2rem rgba(0,123,255,.25);outline:0}
.install-box{margin:0 auto;width:800px}
.install-box .card-header,.install-box .card-body{padding:1.25rem}
.install-box h2,.install-box legend{margin:0;line-height:1.2;font-size:18px;font-weight:600;color:var(--gray-dark)}


Loading…
Cancel
Save