Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/components/BMDashboard/ItemList/ItemListView.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

:global(.dark-mode) .items_list_container {
background-color: #0d1117 !important;
color: #ffffff !important;
color: #fff !important;
min-height: 100vh;
padding-bottom: 2rem;
}
Expand All @@ -60,49 +60,49 @@

:global(.dark-mode) .items_list_container table {
background-color: #161b22;
color: #ffffff;
color: #fff;
border: 1px solid #30363d;
}

:global(.dark-mode) .items_list_container th {
background-color: #1f2937;
color: #ffffff;
color: #fff;
border-bottom: 1px solid #30363d;
}

:global(.dark-mode) .items_list_container td {
border-bottom: 1px solid #30363d;
color: #ffffff;
color: #fff;
}

:global(.dark-mode) .items_list_container tr:hover {
background-color: #1f2a37;
}

:global(.dark-mode) .items_cell svg {
color: #ffffff;
color: #fff;
}

:global(.dark-mode) .items_cell svg:hover {
color: #ffffff;
color: #fff;
}

:global(.dark-mode) .select_input {
background-color: #1e2632;
color: #ffffff;
color: #fff;
border: 1px solid #30363d;
}

:global(.dark-mode) select,
:global(.dark-mode) input {
background-color: #1e2632;
color: #ffffff;
color: #fff;
border: 1px solid #30363d;
}

:global(.dark-mode) option {
background-color: #111827;
color: #ffffff;
color: #fff;
}

:global(.dark-mode) body,
Expand All @@ -113,13 +113,13 @@

.items_list_container.dark_mode {
background-color: #1b1f27 !important;
color: #ffffff !important;
color: #fff !important;
border-color: #2a2f3a !important;
}

.dark-mode .items_table_container .table thead th {
background-color: #1c2541 !important;
color: #ffffff !important;
color: #fff !important;
border-color: #555 !important;
}

Expand Down
12 changes: 6 additions & 6 deletions src/components/BMDashboard/ItemList/RecordsModal.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:global(.dark-mode) .records_modal_table_container,
:global(.dark-mode) .recordsModalTableContainer {
background-color: #3a506b;
color: #ffffff;
color: #fff;
}

:global(.dark-mode) .records_modal_table_container a,
Expand All @@ -27,24 +27,24 @@
:global(.dark-mode) .records_modal_table_container thead tr th,
:global(.dark-mode) .recordsModalTableContainer thead tr th {
background-color: #1c2541 !important;
color: #ffffff !important;
color: #fff !important;
border-color: #3a506b !important;
}

:global(.dark-mode) .records_modal_table_container tbody tr td,
:global(.dark-mode) .recordsModalTableContainer tbody tr td {
background-color: #3a506b !important;
color: #ffffff !important;
color: #fff !important;
border-color: #1c2541 !important;
}

:global(.dark-mode) .records_modal_table_container tbody tr:hover td,
:global(.dark-mode) .recordsModalTableContainer tbody tr:hover td {
background-color: #1c2541 !important;
color: #ffffff !important;
color: #fff !important;
}

@media (min-width: 1200px) {
@media (width >= 1200px) {
.records_modal_table_container,
.recordsModalTableContainer {
font-size: medium;
Expand Down Expand Up @@ -88,7 +88,7 @@
:global(.dark-mode) .reject_button,
:global(.dark-mode) .rejectButton {
background-color: #1c2541;
color: #ffffff;
color: #fff;
border: 1px solid #3a506b;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,15 @@
background-color: #2a3f5f;
border: 1px solid #555;
}

.background-red {
background-color: #ff4d4f;
}

:global(.dark.rmsc ) {
--rmsc-border: none;
--rmsc-bg: none;

border:transparent;
}

Expand All @@ -186,6 +188,7 @@
:global(.dark.rmsc .select-item.selected) {
background-color: #253246;
}

:global(.rmsc.dark .options) {
background-color: #2a3f5f;
color: #fff;
Expand All @@ -196,6 +199,7 @@
background-color: #2a3f5f;
color: #fff;
}

:global(.rmsc.dark .search input:focus) {
background-color: #223653;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
background-color: #E8F4F9;
width: 100%;
height: auto;
margin: 0px;
margin: 0;
padding: 1rem 2rem;
font-size: 15px;
}
Expand Down Expand Up @@ -102,13 +102,13 @@
/* Page background */
:global(.dark-mode) .updateMaterialPage {
background-color: #3A506B; /* Yinmn Blue */
color: #ffffff;
color: #fff;
}

/* Card container */
:global(.dark-mode) .updateMaterial {
background-color: #1B2A41; /* Muted Oxford Blue */
color: #ffffff;
color: #fff;
border: 1px solid #2a2f3a;
}

Expand All @@ -119,32 +119,32 @@

/* Values */
:global(.dark-mode) .materialFormValue {
color: #ffffff;
color: #fff;
}

/* Buttons */
:global(.dark-mode) .materialButtonOutline {
color: #ffffff !important;
border-color: #ffffff !important;
color: #fff !important;
border-color: #fff !important;
}

:global(.dark-mode) .materialButtonOutline:hover {
background-color: #1C2541 !important; /* Space Cadet */
color: #ffffff !important;
color: #fff !important;
}

:global(.dark-mode) .materialButtonBg {
background-color: #1C2541 !important; /* Space Cadet */
color: #ffffff !important;
color: #fff !important;
}

:global(.dark-mode) .materialButtonBg:hover {
background-color: #3A506B !important; /* Yinmn Blue */
color: #ffffff !important;
color: #fff !important;
}

/* Modal container */
:global(.dark-mode) .updateModalContainer {
background-color: #1B2A41; /* Muted Oxford Blue */
color: #ffffff;
color: #fff;
}
28 changes: 14 additions & 14 deletions src/components/CommunityPortal/Activities/ActivityList.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,15 @@
border-radius: 0;
}

.activityItem strong {
color: #1e3a8a;
font-size: 1.2rem;
}

.darkModeItem strong {
color: #5c9ce6 !important;
}

.activityList.darkActivityList li strong {
color: #00f3ff;
font-size: 1.2rem;
Expand All @@ -160,15 +169,6 @@
box-shadow: none !important;
}

.activityItem strong {
color: #1e3a8a;
font-size: 1.2rem;
}

.darkModeItem strong {
color: #5c9ce6 !important;
}

.activityItem span {
color: #4b5563;
}
Expand Down Expand Up @@ -288,11 +288,6 @@
accent-color: #3b82f6;
}

.showPastToggle input[type="checkbox"]:focus-visible {
outline: none;
border-radius: 4px;
}

.darkShowPastToggle {
color: #f1f5f9;
}
Expand All @@ -301,6 +296,11 @@
accent-color: #60a5fa;
}

.showPastToggle input[type="checkbox"]:focus-visible {
outline: none;
border-radius: 4px;
}

/* Responsive */
@media (width <= 768px) {
.filters {
Expand Down
Loading
Loading