Browse Source

调整

tags/6.3.2
叙述、别离 10 months ago
parent
commit
fcee4a4264
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/static/web/css/admin.css
  2. +1
    -1
      src/static/web/css/style.css

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

@@ -761,7 +761,7 @@ input,select,textarea,.upload-bg,.colordlg,.pubdlg,.quickselitem .topcat,.mysour
margin-left:0.5rem
}
.shadow-sm {
box-shadow:0 .125rem 0.25rem rgba(0,0,0,.025)!important
box-shadow:0 .125rem 0.25rem rgba(0,0,0,0.015)!important
}
@media (min-width:1199px) {
.modal-dialog {


+ 1
- 1
src/static/web/css/style.css View File

@@ -446,7 +446,7 @@ a:hover,.item-theme:hover,.item-news:hover {
margin-left:0.5rem
}
.shadow-sm {
box-shadow:0 .125rem 0.25rem rgba(0,0,0,.025)!important
box-shadow:0 .125rem 0.25rem rgba(0,0,0,0.015)!important
}
.btn-send,#validateimg {
border-radius:0 var(--b-radius) var(--b-radius) 0;


Loading…
Cancel
Save