Browse Source

保留V6颜色

tags/6.2.0
xushubieli 2 years ago
parent
commit
925196ed20
3 changed files with 10 additions and 10 deletions
  1. +1
    -1
      src/admin/article_template_rand.php
  2. +1
    -1
      src/admin/css/login.css
  3. +8
    -8
      src/static/web/css/admin.css

+ 1
- 1
src/admin/article_template_rand.php View File

@@ -96,7 +96,7 @@ function DoRand(jobname)
如果您想对旧的文章应用随机模板设置,请点击此对旧文章进行处理(必须设置好模板项)
<a href='javascript:;' onclick='DoRand(\"makeold\")' class='btn btn-success btn-sm'>设置全部</a>
<a href='javascript:;' onclick='DoRand(\"clearold\")' class='btn btn-success btn-sm'>取消全部</a>
<span id='tmpct' style='color:#dc3545;font-weight:bold'>$okmsg</span>
<span id='tmpct'>$okmsg</span>
</td>
</tr>
<tr>


+ 1
- 1
src/admin/css/login.css View File

@@ -60,7 +60,7 @@ input,select,.btn {
padding-top:1rem
}
.login-power a,.goindex a {
color:#1eb867
color:#28a745
}
.form-control {
height:36px


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

@@ -24,7 +24,7 @@ a {
text-decoration:none
}
a:hover {
color:#1eb867;
color:#28a745;
text-decoration:none
}
table {
@@ -67,7 +67,7 @@ input[type=button],input[type=submit],input[type=reset] {
padding:.25rem .5rem;
height:auto;
color:#fff;
background:#1eb867;
background:#28a745;
border-radius:.2rem;
border:0;
transition:all .3s
@@ -188,11 +188,11 @@ select:focus,input:focus,textarea:focus {
padding:.25rem .5rem;
width:360px;
background:#f0faeb;
border:2px solid #1eb867
border:2px solid #28a745
}
.pubdlg {
background:#fff;
border:2px solid #1eb867;
border:2px solid #28a745;
border-radius:.2rem;
z-index:8888
}
@@ -245,7 +245,7 @@ select:focus,input:focus,textarea:focus {
.mysource,.mywriter {
width:300px;
background:#fff;
border:2px solid #1eb867;
border:2px solid #28a745;
z-index:10001
}
.dlgws div {
@@ -254,7 +254,7 @@ select:focus,input:focus,textarea:focus {
.dlgTesttitle {
width:300px;
background:#f0faeb;
border:2px solid #1eb867
border:2px solid #28a745
}
#_mysource {
z-index:10003
@@ -313,7 +313,7 @@ select:focus,input:focus,textarea:focus {
padding:.6rem;
width:120px;
background:#fff;
border:2px solid #1eb867;
border:2px solid #28a745;
z-index:10005
}
option.alltype {
@@ -367,7 +367,7 @@ option.stype {
}
span.page-link {
color:#fff;
background:#1eb867
background:#28a745
}
.btn-xs {
padding:2px;


Loading…
Cancel
Save