Browse Source

Update admin.css

tags/6.2.6
叙述、别离 1 year ago
parent
commit
56cb4bb1ed
1 changed files with 7 additions and 11 deletions
  1. +7
    -11
      src/static/web/css/admin.css

+ 7
- 11
src/static/web/css/admin.css View File

@@ -28,7 +28,7 @@ a:hover {
color:#ff8400;
text-decoration:none
}
h1,h2,h3,div,form,ul,ol,li,dd {
div,form,ul,ol,li {
margin:0;
padding:0
}
@@ -45,9 +45,9 @@ img {
border-radius:.5rem
}
table {
border-collapse:separate;
background:#fff;
border-spacing:0;
background:#fff
border-collapse:separate
}
table tr:first-child td:first-child {
border-top-left-radius:.5rem;
@@ -93,8 +93,8 @@ input[type=button],input[type=submit],input[type=reset] {
}
input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus {
height:auto;
box-shadow:none;
outline:none;
box-shadow:none;
vertical-align:text-top
}
select {
@@ -360,10 +360,6 @@ body.hidemenu .body-right {
.list-group-item {
padding:.65rem 0
}
span.page-link {
color:#fff;
background:#1eb867
}
.coolbg {
padding:.25rem .65rem;
background:#f5f5f5;
@@ -631,6 +627,9 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd
border-top-right-radius:.5rem;
border-bottom-right-radius:.5rem
}
#timerange {
width:230px
}
#browsehappy {
padding:20px 30px;
font-size:14px;
@@ -644,9 +643,6 @@ table,input,select,textarea,.search,.menu-body,.coolbg,.mysource,.mywriter,.pubd
float:right;
cursor:pointer
}
#timerange {
width:230px
}
@media (min-width:480px) {
.modal-dialog {
max-width:500px


Loading…
Cancel
Save