|
@@ -1974,6 +1974,13 @@ table.data-thumb-view.dataTable tbody tr:hover {
|
|
|
margin-left: -1rem;
|
|
|
}
|
|
|
|
|
|
+.quick-create td {
|
|
|
+ padding-left: 45px;
|
|
|
+ background-color: #f1f1f1;
|
|
|
+ vertical-align: middle;
|
|
|
+ border-radius: 0.5rem;
|
|
|
+}
|
|
|
+
|
|
|
.dropdown .dropdown-menu {
|
|
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
|
border: 1px solid rgba(0, 0, 0, 0.03);
|
|
@@ -2060,10 +2067,10 @@ table.data-thumb-view.dataTable tbody tr:hover {
|
|
|
|
|
|
.layui-layer-title {
|
|
|
padding: 0 80px 0 20px;
|
|
|
- height: 50px !important;
|
|
|
- line-height: 50px !important;
|
|
|
- border-bottom: 0 !important;
|
|
|
- font-size: 1rem !important;
|
|
|
+ height: 55px !important;
|
|
|
+ line-height: 55px !important;
|
|
|
+ border-bottom: 1px solid #f4f4f4 !important;
|
|
|
+ font-size: 1.1rem !important;
|
|
|
text-transform: capitalize;
|
|
|
overflow: hidden;
|
|
|
}
|
|
@@ -2076,7 +2083,7 @@ table.data-thumb-view.dataTable tbody tr:hover {
|
|
|
.layui-layer-setwin .layui-layer-min cite:before {
|
|
|
font-family: "feather";
|
|
|
content: "\E897";
|
|
|
- font-size: 1.15rem;
|
|
|
+ font-size: 1.2rem;
|
|
|
color: #414750;
|
|
|
}
|
|
|
|
|
@@ -2088,7 +2095,7 @@ table.data-thumb-view.dataTable tbody tr:hover {
|
|
|
.layui-layer-setwin .layui-layer-max:before {
|
|
|
font-family: "feather";
|
|
|
content: "\E908";
|
|
|
- font-size: 1.1rem;
|
|
|
+ font-size: 1rem;
|
|
|
}
|
|
|
|
|
|
.layui-layer-setwin .layui-layer-maxmin:before {
|
|
@@ -2098,11 +2105,15 @@ table.data-thumb-view.dataTable tbody tr:hover {
|
|
|
.layui-layer-setwin .layui-layer-close1:before {
|
|
|
font-family: "feather";
|
|
|
content: "\E8F6";
|
|
|
- font-size: 1.15rem;
|
|
|
+ font-size: 1.2rem;
|
|
|
}
|
|
|
|
|
|
.layui-layer-setwin .layui-layer-close1 {
|
|
|
- margin-left: 8px !important;
|
|
|
+ margin-left: 7px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.layui-layer-setwin a {
|
|
|
+ top: 3px;
|
|
|
}
|
|
|
|
|
|
body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before {
|