Przeglądaj źródła

Fixed issues with ViewReport and reports admin tab with nightmode

Kristian Vos 3 lat temu
rodzic
commit
d9328ad216

+ 10 - 0
frontend/src/components/modals/ViewReport.vue

@@ -237,6 +237,16 @@ export default {
 </script>
 
 <style lang="scss" scoped>
+.night-mode {
+	.report-item {
+		background-color: var(--dark-grey-2) !important;
+	}
+
+	.report-item-header {
+		background-color: var(--dark-grey-3) !important;
+	}
+}
+
 .report-item {
 	background-color: var(--white);
 	border: 0.5px solid var(--primary-color);

+ 4 - 0
frontend/src/pages/Admin/tabs/Reports.vue

@@ -245,6 +245,10 @@ export default {
 			color: var(--light-grey-2);
 		}
 	}
+
+	.report-item-header {
+		background-color: var(--dark-grey-4) !important;
+	}
 }
 
 #options-column {