kopia lustrzana https://github.com/dgtlmoon/changedetection.io
UI - Quick watch add form color fix
rodzic
36004cf74b
commit
530bd40ca5
|
@ -376,7 +376,7 @@ label {
|
|||
// Some field colouring for transperant field
|
||||
.pure-form input[type=text].transparent-field {
|
||||
background-color: var(--color-background-new-watch-input-transparent) !important;
|
||||
color: var(--color-text-new-watch-input) !important;
|
||||
color: var(--color-white) !important;
|
||||
border: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
box-shadow: none !important;
|
||||
-webkit-box-shadow: none !important;
|
||||
|
|
|
@ -968,7 +968,7 @@ label:hover {
|
|||
|
||||
.pure-form input[type=text].transparent-field {
|
||||
background-color: var(--color-background-new-watch-input-transparent) !important;
|
||||
color: var(--color-text-new-watch-input) !important;
|
||||
color: var(--color-white) !important;
|
||||
border: 1px solid rgba(255, 255, 255, 0.2) !important;
|
||||
box-shadow: none !important;
|
||||
-webkit-box-shadow: none !important; }
|
||||
|
|
Ładowanie…
Reference in New Issue