Skip to content

Commit 178d6da

Browse files
authored
Merge pull request #7 from cProxi/modern-tables-store
Update Modern theme for new tables and store edits
2 parents 294d8d5 + 5f946ff commit 178d6da

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

Modern/Modern.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,4 +1061,43 @@ tbody tr:nth-child(even), thead {
10611061

10621062
.scheduleTriggerTask {
10631063
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
1064+
}
1065+
1066+
.StoreCard h2 {
1067+
background: rgba(0, 0, 0, 0.2) !important;
1068+
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
1069+
}
1070+
1071+
.StoreCard {
1072+
background: rgba(255, 255, 255, 0.05) !important;
1073+
backdrop-filter: blur(10px);
1074+
border: 1px solid rgba(255, 255, 255, 0.1);
1075+
border-radius: 16px;
1076+
transition: all 0.3s ease !important;
1077+
}
1078+
1079+
.StoreCard:hover {
1080+
border-color: rgba(255, 255, 255, 0.2);
1081+
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3) !important;
1082+
}
1083+
1084+
#diagTable, #currentSessionsTable, #auditLogTable {
1085+
border-collapse: collapse !important;
1086+
}
1087+
1088+
.bodyTab > table {
1089+
background: rgba(255, 255, 255, 0.05) !important;
1090+
backdrop-filter: blur(10px);
1091+
border: 1px solid rgba(255, 255, 255, 0.1);
1092+
border-radius: 16px;
1093+
transition: all 0.3s ease !important;
1094+
}
1095+
1096+
.bodyTab > table > thead {
1097+
background: rgba(0, 0, 0, 0.2) !important;
1098+
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
1099+
}
1100+
1101+
.bodyTab > table > tbody > tr {
1102+
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
10641103
}

0 commit comments

Comments
 (0)