Browse Source

icon 颜色

tags/6.1.8
xushubieli 2 years ago
parent
commit
572d46f6fd
3 changed files with 479 additions and 3 deletions
  1. +1
    -1
      src/admin/catalog_edit.php
  2. +0
    -1
      src/admin/templets/templets_default.htm
  3. +478
    -1
      src/static/web/css/admin.css

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

@@ -165,7 +165,7 @@ if ($dopost == 'time') {
<input type="hidden" name="moresite" value="<?php echo $myrow['moresite']; ?>">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="260" class="bline" height="26" align="center">是否支持投稿:</td>
<td width="160" class="bline" height="26" align="center">是否支持投稿:</td>
<td class="bline">
<label><input type='radio' name='issend' value='0' class='np' <?php if ($myrow['issend'] == "0") echo " checked='1' "; ?>>&nbsp;不支持</label>
<label><input type='radio' name='issend' value='1' class='np' <?php if ($myrow['issend'] == "1") echo " checked='1' "; ?>>&nbsp;支持</label>


+ 0
- 1
src/admin/templets/templets_default.htm View File

@@ -7,7 +7,6 @@
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
a.btn{color:white!important}
.linerow{border-bottom:1px solid #CBD8AC}
</style>
<script>


+ 478
- 1
src/static/web/css/admin.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save