Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions lib/full.css
Original file line number Diff line number Diff line change
Expand Up @@ -624,3 +624,10 @@ sj-search-box sj-entity-suggestion.sj-search-box:last-of-type {
::shadow ::-webkit-scrollbar-thumb:active {
background-color: rgba(255, 255, 255, 0.125);
}
.qp #material-one-middle .material-search::-webkit-input-placeholder{
color:<<FORE_PRIMARY>>;
}
.qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus {
background-color: rgba(255,255,255,0.16);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept this line in each of them, because I felt that it would save space, rather than adding it to the common.css

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be something like <<ALPHA 0.84>><<FORE_PRIMARY>><</ALPHA>>

(Not sure of exact syntax)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me test that, to make sure!

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
Uhm? It works.

color:<<FORE_PRIMARY>>;
}
7 changes: 7 additions & 0 deletions lib/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,10 @@ body,
background-image: url('ani_equalizer_black.gif');
background-size: 40px 40px;
}
input.material-search.label-input-label::-webkit-input-placeholder {
color: #212121 !important;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These colors should use the variables not be hardcoded 👍

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As in using <<BACK_PRIMARY>>?

}
.qp #material-one-middle .material-search, .qp #material-one-middle .material-search:focus {
background-color: rgba(255,255,255,0.16) !important;
color: #212121
}