Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit 1a36dca

Browse files
authored
Merge pull request #106 from wt0816k/wt0816k
Fixed a few minor issues
2 parents 2b9332a + 6f199c5 commit 1a36dca

2 files changed

Lines changed: 53 additions & 2 deletions

File tree

src/_locales/ja/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"application_title": {
3-
"message": "教室ダークモード",
3+
"message": "Classroom ダークモード",
44
"description": "The title of the application, displayed in the web store."
55
},
66
"application_description": {

src/style.css

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,10 @@ body {
337337
border-color: var(--bd-secondary-color) !important;
338338
}
339339

340+
.TisIWb .kKn9Nc::before {
341+
background-color: var(--bg-secondary-color) !important;
342+
}
343+
340344
/* Classroom tabs */
341345
.F4Ol1b .KEDCCd {
342346
border-color: var(--bd-color) !important;
@@ -463,6 +467,10 @@ body {
463467
background-color: var(--bg-color) !important;
464468
}
465469

470+
.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-ibnC6b:hover {
471+
background-color: var(--bg-secondary-color) !important;
472+
}
473+
466474
.q6oraf .VfPpkd-StrnGf-rymPhb {
467475
color: var(--font-color) !important;
468476
}
@@ -482,7 +490,8 @@ body {
482490
box-shadow: 0 0 0 1px var(--bd-color) inset;
483491
}
484492

485-
.TCFlue, .c1x9qf {
493+
.TCFlue,
494+
.c1x9qf {
486495
background-color: var(--bg-color) !important;
487496
}
488497

@@ -1658,4 +1667,46 @@ input.tAUuQ {
16581667
background-color: var(--bg-secondary-color) !important;
16591668
display: flex;
16601669
overflow: hidden;
1670+
}
1671+
1672+
/* Assets -> More actions */
1673+
1674+
.ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-xl07Ob.ndfHFb-c4YZDc-z5C9Gb-xl07Ob {
1675+
background-color: var(--bg-secondary-color) !important;
1676+
}
1677+
1678+
.ndfHFb-c4YZDc-i5oIFb .ndfHFb-c4YZDc-xl07Ob-hgDUwe {
1679+
border-color: var(--bd-color) !important;
1680+
}
1681+
1682+
.ndfHFb-c4YZDc-j7LFlb:hover {
1683+
background-color: var(--bd-secondary-color) !important;
1684+
}
1685+
1686+
.ndfHFb-c4YZDc-i5oIFb .ndfHFb-c4YZDc-j7LFlb-Bz112c.ndfHFb-c4YZDc-C7uZwb-LgbsSe-Bz112c,
1687+
.ndfHFb-c4YZDc-i5oIFb .ndfHFb-c4YZDc-bN97Pc-nupQLb-LgbsSe-Bz112c {
1688+
filter: invert(1) !important;
1689+
}
1690+
1691+
/* Assets -> Open with */
1692+
1693+
.ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-xl07Ob,
1694+
.ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-mg9Pef {
1695+
background-color: var(--bg-secondary-color) !important;
1696+
}
1697+
1698+
/* Tooltip */
1699+
1700+
.tk3N6e-suEOdc {
1701+
background-color: var(--bg-secondary-color) !important;
1702+
}
1703+
1704+
/* Archived classes */
1705+
.TQYOZc {
1706+
z-index: 1 !important;
1707+
background-color: var(--bg-color) !important;
1708+
}
1709+
1710+
.OmA97e {
1711+
z-index: 0 !important;
16611712
}

0 commit comments

Comments
 (0)