Browse Source

Update admin.css

tags/6.3.0
叙述、别离 5 months ago
parent
commit
b13137da89
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/static/web/css/admin.css

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

@@ -1,4 +1,4 @@
:root{--bg:#f8fafb;--gray-300:#dee2e6;--gray-500:#adb5bd;--success-900:#009688}
:root{--bg:#f8fafb;--gray-300:#dee2e6;--gray-500:#adb5bd;--blue-300:#80bdff;--success-800:#009688}
::-webkit-scrollbar{width:8px;height:10px}
::-webkit-scrollbar-track{background:var(--bg)}
::-webkit-scrollbar-thumb{background:var(--gray-300)}
@@ -22,9 +22,9 @@ input[type=button],input[type=submit],input[type=reset]{padding:0.375rem 0.75rem
input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:middle}
select{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
select[multiple=yes]{height:180px}
option{display:flex;padding:0;height:30px;align-items:center}
option{padding:0;height:30px}
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(--blue);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-300);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)}
@@ -36,7 +36,7 @@ input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white
.login-from{margin:5rem auto;width:500px}
.login-box{padding:1.25rem;background:var(--white)}
.login-box h2{margin:0;line-height:1.2;font-size:24px;font-weight:600;color:var(--gray-dark)}
.admin-head{width:100%;height:60px;line-height:60px;background:linear-gradient(45deg,var(--green),var(--success-900) 100%)}
.admin-head{width:100%;height:60px;line-height:60px;background:linear-gradient(45deg,var(--green),var(--success-800) 100%)}
.admin-head .logo{float:left;padding-left:1.5rem;width:220px}
.admin-head .logo .name{font-size:18px;font-weight:600;color:var(--white);vertical-align:middle}
.admin-head .logo .version{font-size:12px;color:var(--white);vertical-align:top}


Loading…
Cancel
Save