mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-09-17 23:37:47 +02:00
121 lines
2.3 KiB
CSS
121 lines
2.3 KiB
CSS
/*
|
|
===============================
|
|
@Import Function
|
|
===============================
|
|
*/
|
|
/*
|
|
===============================
|
|
@Import Mixins
|
|
===============================
|
|
*/
|
|
.widget-content-area {
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
table.dataTable {
|
|
border-collapse: separate !important;
|
|
border-spacing: 0 5px;
|
|
margin-top: 50px !important;
|
|
margin-bottom: 50px !important;
|
|
border-collapse: collapse !important;
|
|
}
|
|
|
|
.table-hover:not(.table-dark) tbody tr td:first-child {
|
|
border-left: none !important;
|
|
border-left: none !important;
|
|
}
|
|
|
|
.table-hover:not(.table-dark) tbody tr:hover .new-control.new-checkbox .new-control-indicator {
|
|
border: 2px solid #1b55e2;
|
|
}
|
|
|
|
/*Style. 2*/
|
|
.style-2 .new-control.new-checkbox .new-control-indicator {
|
|
top: 1px;
|
|
}
|
|
|
|
.style-2 .user-name {
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
color: #e2a03f;
|
|
}
|
|
|
|
.style-2 img.profile-img {
|
|
width: 50px;
|
|
height: 50px;
|
|
border: 2px solid #d3d3d3;
|
|
box-shadow: 0px 0px 14px 3px rgba(126, 142, 177, 0.24);
|
|
}
|
|
|
|
.style-2 .badge {
|
|
background: transparent;
|
|
transform: none;
|
|
}
|
|
|
|
.style-2 .badge-primary {
|
|
color: #2196f3;
|
|
border: 2px dashed #2196f3;
|
|
}
|
|
|
|
.style-2 .badge-success {
|
|
color: #8dbf42;
|
|
border: 2px dashed #8dbf42;
|
|
}
|
|
|
|
.style-2 .badge-warning {
|
|
color: #e2a03f;
|
|
border: 2px dashed #e2a03f;
|
|
}
|
|
|
|
.style-2 .badge-danger {
|
|
color: #e7515a;
|
|
border: 2px dashed #e7515a;
|
|
}
|
|
|
|
.table-scan {
|
|
color: #888ea8;
|
|
margin-right: 6px;
|
|
vertical-align: middle;
|
|
fill: rgba(0, 23, 55, 0.08);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.table-hover:not(.table-dark) tbody tr:hover .table-scan {
|
|
color: #2196f3;
|
|
}
|
|
|
|
.table-edit {
|
|
color: #888ea8;
|
|
margin-right: 6px;
|
|
vertical-align: middle;
|
|
fill: rgba(0, 23, 55, 0.08);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.table-hover:not(.table-dark) tbody tr:hover .table-edit {
|
|
color: #e2a03f;
|
|
}
|
|
.table-delete {
|
|
color: #888ea8;
|
|
margin-right: 6px;
|
|
vertical-align: middle;
|
|
fill: rgba(0, 23, 55, 0.08);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.table-hover:not(.table-dark) tbody tr:hover .table-delete {
|
|
color: #e7515a;
|
|
}
|
|
|
|
.table-view {
|
|
color: #888ea8;
|
|
margin-right: 6px;
|
|
vertical-align: middle;
|
|
fill: rgba(0, 23, 55, 0.08);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.table-hover:not(.table-dark) tbody tr:hover .table-view {
|
|
color: #5c1ac3;
|
|
}
|