Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
fix #107
Browse files Browse the repository at this point in the history
  • Loading branch information
AyumuNekozuki committed May 4, 2021
1 parent 7418e6d commit e641d9b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
16 changes: 11 additions & 5 deletions src/style_for/upload/_analytics.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
.css-1mwn02k{
.css-11o4wdc{ //検索box
.css-xw0iqe{
.css-10jt4ez{
.css-1v75dt4{
.MuiInputBase-root{
color: $main-text-color;
background: $sub2-background-color;
Expand Down Expand Up @@ -293,7 +293,7 @@
.css-1mwn02k{
.css-11o4wdc{ //検索box
.css-xw0iqe{
.css-10jt4ez{
.css-1v75dt4{
.MuiInputBase-root{
color: $main-text-color;
background: $sub2-background-color;
Expand Down Expand Up @@ -578,7 +578,7 @@
.css-1mwn02k{
.css-11o4wdc{ //検索box
.css-xw0iqe{
.css-10jt4ez{
.css-1v75dt4{
.MuiInputBase-root{
color: $main-text-color;
background: $sub2-background-color;
Expand Down Expand Up @@ -647,7 +647,13 @@
color: $main-text-color;
.css-1vsd2th{
.css-1w1zr0x{
.css-1xy9abr{ //コメント
.css-45lr7k{ //コメント
.css-1ijun5s,.css-n5spk2{
color: $sub-1-text-color;
background-color: $nico-black;
}

//old
.css-is9qkb,.css-178hfsg{
color: $sub-1-text-color;
}
Expand Down Expand Up @@ -683,7 +689,7 @@
.css-1mwn02k{
.css-11o4wdc{ //検索box
.css-xw0iqe{
.css-10jt4ez{
.css-1v75dt4{
.MuiInputBase-root{
color: $main-text-color;
background: $sub2-background-color;
Expand Down
2 changes: 1 addition & 1 deletion src/style_for/upload/_garage_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
header.css-1qgkgen{ //ヘッダー
background: $nico-black;
.css-19wh4e9{ //ロゴ
a svg g{
a svg path{
fill: $main-text-color !important;
}
}
Expand Down
11 changes: 7 additions & 4 deletions src/style_for/upload/_series.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
color: $main-text-color;
}
}
.css-1rneg6r.isEditing textarea, .css-1b17zmo{ //edit
color: $main-text-color !important;
}
}
.css-1bpf0bk{ //ソート
border-color: $border-background-color;
Expand All @@ -71,10 +74,10 @@
}
.css-hg73ef{ //動画一覧
background: $main-background-color;
.css-ncfq84.css-1qtup9n{ //item
.css-ncfq84,.css-1qtup9n{ //item
background: $main-background-color;
.css-12u1bsw{ //動画情報
.css-ta1ar2.css-ta1ar2{
.css-1nlflxo{ //動画情報
.css-kcipg0.css-8upqmn{
color: $main-text-color;
}
.css-112jqer .css-zguxnc{ //統計情報
Expand All @@ -87,7 +90,7 @@
}
}
}
.css-ncfq84.css-1qtup9n::after{
.css-1qtup9n::after{
background: $border-background-color;
}
}
Expand Down
13 changes: 10 additions & 3 deletions src/style_for/upload/_videos.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
background: $main-background-color;
.css-i2vhkp{ //item
background: $main-background-color;
.css-h1csmh{ //動画情報
.css-h1csmh,.css-1jzj00a{ //動画情報 fix-at-20210504
.css-1ih34rs{ //title
color: $main-text-color;
}
Expand All @@ -50,7 +50,7 @@
background-color: $nico-black;
}
}
.css-1fm5ef4{ //コメント20210407fix
.css-1fm5ef4{ //コメント fix-at-20210407
.css-1ijun5s, .css-n5spk2{
color: $sub-1-text-color;
background-color: $nico-black;
Expand Down Expand Up @@ -94,7 +94,7 @@
}
}

.MuiDialog-container{
.MuiDialog-container{
.MuiDialog-paper{
.MuiDialogContent-root{
.MuiDialogContentText-root{
Expand All @@ -114,4 +114,11 @@
}
}
}

.MuiList-root{//縦3点ホバー
.css-t6l8vr svg{
fill: $main-text-color;
}
}

}

0 comments on commit e641d9b

Please sign in to comment.