@selco/installation-ui-css 1.0.7 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @selco/installation-ui-css - 1.0.7
2
+ * @selco/installation-ui-css - 1.0.9
3
3
  *
4
4
  * Copyright (c) 2025 Adithya Katuku
5
5
  *
@@ -11077,7 +11077,8 @@ body {
11077
11077
  border: 1px solid #e0e0e0;
11078
11078
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11079
11079
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
11080
- width: 100%; }
11080
+ width: 100%;
11081
+ background-color: #fafafa; }
11081
11082
  .activity-details-table .employee-card-input, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .activity-details-table .form-control, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table input[type=checkbox], .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .activity-details-table .input-emp[type=checkbox], .activity-details-table .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox], .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox], .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .activity-details-table .input-emp[type=checkbox], .activity-details-table .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox], .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox], .activity-details-table .employee-select-wrap {
11082
11083
  margin-bottom: 0; }
11083
11084
  .activity-details-table .employee-card-input :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .form-control :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .all-input-field-wrapper .activity-details-table .form-control :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label input[type=checkbox] :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table input[type=checkbox] :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .input-emp[type=checkbox] :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .checkbox-wrap .activity-details-table .input-emp[type=checkbox] :hover, .activity-details-table .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] :hover, .checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox] :hover, .activity-details-table .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .input-emp[type=checkbox] :hover, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .digit-checkbox-wrap .activity-details-table .input-emp[type=checkbox] :hover, .activity-details-table .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .input-emp[type=checkbox] :hover, .digit-checkbox-wrap .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .activity-details-table .input-emp[type=checkbox] :hover {
@@ -11090,7 +11091,7 @@ body {
11090
11091
  border-collapse: collapse;
11091
11092
  font-family: Roboto;
11092
11093
  font-size: 14px;
11093
- background-color: #fff;
11094
+ background-color: initial;
11094
11095
  margin-left: 15px;
11095
11096
  margin-right: 15px; }
11096
11097
  .activity-details-table .table thead th {
@@ -11099,34 +11100,33 @@ body {
11099
11100
  text-align: left;
11100
11101
  padding: 16px 18px;
11101
11102
  font-size: 16px;
11102
- line-height: 18px; }
11103
+ line-height: 18px;
11104
+ background-color: initial; }
11105
+ .activity-details-table .table thead th:first-child {
11106
+ min-width: 190px; }
11103
11107
  .activity-details-table .table thead th:last-child {
11104
11108
  text-align: center;
11105
11109
  width: 80px;
11106
11110
  min-width: 80px;
11107
11111
  position: sticky;
11108
11112
  right: 0;
11109
- z-index: 15; }
11113
+ background-color: #fafafa;
11114
+ z-index: 11; }
11110
11115
  .activity-details-table .table tbody td {
11111
11116
  padding: 16px 18px;
11112
11117
  border-bottom: 1px solid #e0e0e0;
11113
11118
  color: #666;
11114
11119
  font-size: 14px;
11115
- line-height: 1.4; }
11120
+ line-height: 1.4;
11121
+ background-color: initial; }
11116
11122
  .activity-details-table .table tbody td:last-child {
11117
11123
  text-align: center;
11118
11124
  width: 80px;
11119
11125
  min-width: 80px;
11120
11126
  position: sticky;
11121
11127
  right: 0;
11122
- background-color: #fff;
11123
- z-index: 14; }
11124
- .activity-details-table .table tbody tr:nth-child(2n) {
11125
- background-color: #f8f9fa; }
11126
- .activity-details-table .table tbody tr:nth-child(odd) {
11127
- background-color: #fff; }
11128
- .activity-details-table .table tbody tr:hover {
11129
- background-color: #f0f7ff; }
11128
+ background-color: #fafafa;
11129
+ z-index: 10; }
11130
11130
  @media (max-width: 768px) {
11131
11131
  .activity-details-table .table {
11132
11132
  min-width: 1000px;