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

Commit

Permalink
verup v250
Browse files Browse the repository at this point in the history
  • Loading branch information
AyumuNekozuki committed Dec 11, 2022
1 parent 9f6777a commit 211bd18
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "niconico Darkmode",
"version": "2.4.8",
"version": "2.5.0",
"description": "ニコニコをダークモード化する拡張機能",
"icons": {
"16": "images/icon16.png",
Expand Down
3 changes: 2 additions & 1 deletion src/style_for/parts/_serchbox.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@import '_default';

.niconico-darkmode-setting-true{
.TopPage{
.TopPage,
.UserPage{
.SearchContainer{
.CrossSearch{
.CrossSearch-rowSelector{
Expand Down
41 changes: 19 additions & 22 deletions src/style_for/parts/_textarea.scss
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
@import '_default';
@import "_default";

.niconico-darkmode-setting-true{

:not(.CrossSearch-input){
&textarea{
background: $sub2-background-color;
color: $main-text-color;
border-color: $border-background-color;
}
&input[type=text],
&input[type=date],input[type=time],
&.AddingMylistModal-nameInput,
&.AddingMylistModal-descriptionInput,
&.AddMylistModal-nameInput,
&.AddMylistModal-descriptionInput,
&.ichiba_search_form_query{
background: $sub2-background-color;
color: $main-text-color;
border-color: $border-background-color;
box-shadow: none;
}
.niconico-darkmode-setting-true {
textarea {
background: $sub2-background-color;
color: $main-text-color;
border-color: $border-background-color;
}
input[type="text"],
input[type="date"],
input[type="time"],
.AddingMylistModal-nameInput,
.AddingMylistModal-descriptionInput,
.AddMylistModal-nameInput,
.AddMylistModal-descriptionInput,
.ichiba_search_form_query {
background: $sub2-background-color;
color: $main-text-color;
border-color: $border-background-color;
box-shadow: none;
}

}

0 comments on commit 211bd18

Please sign in to comment.