|
| 1 | +/* ── Select Samples tabsetPanel (By Sample / By Family) */ |
| 2 | + |
| 3 | +/* inactive tab - grey background */ |
| 4 | +#cnv_1-sample_select_tabs > li > a:not(.active) { |
| 5 | + padding: 7px 22px !important; |
| 6 | + margin-right: 6px !important; |
| 7 | + background-color: #e9ecef !important; |
| 8 | + border: 1px solid #dee2e6 !important; |
| 9 | + border-bottom: none !important; |
| 10 | + border-radius: 4px 4px 0 0 !important; |
| 11 | + font-weight: 500 !important; |
| 12 | + color: #495057 !important; |
| 13 | +} |
| 14 | + |
| 15 | +/* active tab */ |
| 16 | +#cnv_1-sample_select_tabs > li > a.active { |
| 17 | + padding: 7px 22px !important; |
| 18 | + margin-right: 6px !important; |
| 19 | + background-color: #ffffff !important; |
| 20 | + border: 1px solid #dee2e6 !important; |
| 21 | + border-bottom: 1px solid #ffffff !important; |
| 22 | + border-radius: 4px 4px 0 0 !important; |
| 23 | + font-weight: 600 !important; |
| 24 | + color: #007bff !important; |
| 25 | +} |
| 26 | + |
| 27 | +/* hover on inactive tab */ |
| 28 | +#cnv_1-sample_select_tabs > li > a:not(.active):hover { |
| 29 | + background-color: #d6d8db !important; |
| 30 | + color: #343a40 !important; |
| 31 | +} |
| 32 | + |
| 33 | +/* ── Ensure box collapse/expand buttons are always visible ── */ |
| 34 | +.card-tools { |
| 35 | + position: relative; |
| 36 | + z-index: 10; |
| 37 | + color: black; |
| 38 | +} |
| 39 | + |
| 40 | +/* ── Dashboard footer ── */ |
| 41 | +.main-footer { |
| 42 | + background-color: white; |
| 43 | + color: grey; |
| 44 | + height: 65px; |
| 45 | + padding-top: 5px; |
| 46 | + padding-bottom: 5px; |
| 47 | +} |
| 48 | + |
| 49 | +.main-footer a { |
| 50 | + color: grey; |
| 51 | +} |
0 commit comments