mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Show correct User Agent in input placeholders
This commit is contained in:
parent
e589a35c67
commit
2cf9bde1af
15 changed files with 37 additions and 64 deletions
File diff suppressed because one or more lines are too long
|
@ -404,10 +404,8 @@ textarea:focus {
|
|||
box-shadow: var(--input-focus-box-shadow);
|
||||
}
|
||||
|
||||
::-moz-placeholder,
|
||||
::-ms-input-placeholder,
|
||||
::-webkit-input-placeholder {
|
||||
color: #ddd;
|
||||
input::placeholder {
|
||||
color: var(--input-placeholder-color);
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
--input-border: 1px solid #555;
|
||||
--input-background: #333;
|
||||
--input-color: #ccc;
|
||||
--input-placeholder-color: #666;
|
||||
|
||||
--input-focus-color: #efefef;
|
||||
--input-focus-border-color: rgba(82, 168, 236, 0.8);
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
--input-border: 1px solid #ccc;
|
||||
--input-background: #fff;
|
||||
--input-color: #333;
|
||||
--input-placeholder-color: #d0d0d0;
|
||||
|
||||
--input-focus-color: #000;
|
||||
--input-focus-border-color: rgba(82, 168, 236, 0.8);
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
--input-border: 1px solid #ccc;
|
||||
--input-background: #fff;
|
||||
--input-color: #333;
|
||||
--input-placeholder-color: #d0d0d0;
|
||||
|
||||
--input-focus-color: #000;
|
||||
--input-focus-border-color: rgba(82, 168, 236, 0.8);
|
||||
|
@ -139,6 +140,7 @@
|
|||
--input-border: 1px solid #555;
|
||||
--input-background: #333;
|
||||
--input-color: #ccc;
|
||||
--input-placeholder-color: #666;
|
||||
|
||||
--input-focus-color: #efefef;
|
||||
--input-focus-border-color: rgba(82, 168, 236, 0.8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue