Browse Source

Update admin.css

tags/6.2.5
叙述、别离 2 years ago
parent
commit
eae4703f71
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

@@ -3,7 +3,7 @@
height:6px height:6px
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
background:#f2f2f2; background:#f5f5f5;
border-radius:.2rem border-radius:.2rem
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
@@ -367,7 +367,7 @@ span.page-link {
} }
.admin-win { .admin-win {
background:#f5f5f5; background:#f5f5f5;
border:1px solid #dee2e6 border:1px solid #dee2e6!important
} }
.admin-win-iframe { .admin-win-iframe {
width:100%; width:100%;
@@ -384,12 +384,12 @@ span.page-link {
border-radius:.2rem .2rem 0 0 border-radius:.2rem .2rem 0 0
} }
.admin-border { .admin-border {
border:1px solid #dee2e6 border:1px solid #dee2e6!important
} }
.admin-td { .admin-td {
padding:.65rem; padding:.65rem;
vertical-align:middle; vertical-align:middle;
border-bottom:1px solid #dee2e6 border-bottom:1px solid #dee2e6!important
} }
.admin-textarea-xl { .admin-textarea-xl {
width:100%; width:100%;


Loading…
Cancel
Save