|
|
@@ -9,10 +9,10 @@ ul,ol,li{margin:0;padding:0} |
|
|
|
li{list-style:none}
|
|
|
|
form,label{margin-bottom:0}
|
|
|
|
table{width:100%;background:var(--white);border-spacing:0;border-collapse:separate}
|
|
|
|
table tr:first-child td:first-child{border-top-left-radius:0.5rem;border-top:none}
|
|
|
|
table tr:first-child td:last-child{border-top-right-radius:0.5rem;border-top:none}
|
|
|
|
table tr:last-child td:first-child{border-bottom-left-radius:0.5rem;border-bottom:none}
|
|
|
|
table tr:last-child td:last-child{border-bottom-right-radius:0.5rem;border-bottom:none}
|
|
|
|
table tr:first-child td:first-child{border-top-left-radius:0.5rem;border-top:0}
|
|
|
|
table tr:first-child td:last-child{border-top-right-radius:0.5rem;border-top:0}
|
|
|
|
table tr:last-child td:first-child{border-bottom-left-radius:0.5rem;border-bottom:0}
|
|
|
|
table tr:last-child td:last-child{border-bottom-right-radius:0.5rem;border-bottom:0}
|
|
|
|
td{word-break:break-all;word-wrap:break-word}
|
|
|
|
input{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
|
|
|
|
input[type=file]{padding:0;height:auto;border:0;border-radius:0!important;vertical-align:middle}
|
|
|
@@ -20,7 +20,6 @@ input[type=button],input[type=submit],input[type=reset]{padding:0.375rem 0.75rem |
|
|
|
input[type=radio],input[type=checkbox],input[type=radio]:focus,input[type=checkbox]:focus{width:14px;height:14px;outline:none;box-shadow:none;vertical-align:middle}
|
|
|
|
select{padding:0.375rem 0.75rem;height:30px;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
|
|
|
|
select[multiple=yes]{height:180px}
|
|
|
|
option{padding:0;height:30px}
|
|
|
|
textarea{padding:0.375rem 0.75rem;color:var(--gray);background:var(--white);border:1px solid var(--gray-300);vertical-align:middle}
|
|
|
|
input:focus,select:focus,textarea:focus{color:var(--gray);background:var(--white);border-color:var(--blue-300);box-shadow:0 0 0 0.2rem rgba(0,123,255,0.25);outline:0}
|
|
|
|
.install-box{margin:0 auto;width:800px}
|
|
|
@@ -125,7 +124,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s} |
|
|
|
.browsehappy{padding:1rem 30px;color:var(--orange);background:var(--yellow)}
|
|
|
|
.no-wrap{white-space:nowrap}
|
|
|
|
.modal-title{font-size:16px}
|
|
|
|
.card,.modal-content{border:none}
|
|
|
|
.card,.modal-content{border:0}
|
|
|
|
.card-header{padding:0.5rem 1rem;background-color:rgba(0,0,0,0)}
|
|
|
|
.card-body{padding:0.5rem}
|
|
|
|
.card-body canvas{height:360px!important}
|
|
|
|