diff --git a/webapp/src/styles/main.scss b/webapp/src/styles/main.scss index 7811d35af..ed9ff2d2c 100644 --- a/webapp/src/styles/main.scss +++ b/webapp/src/styles/main.scss @@ -167,7 +167,7 @@ hr { color: rgb(55, 53, 47); padding: 0 5px; &.empty { - color: #cccccc; + color: rgba(55, 53, 47, 0.4); } } diff --git a/webapp/src/widgets/editable.scss b/webapp/src/widgets/editable.scss index 6598ced20..5d4e61bf1 100644 --- a/webapp/src/widgets/editable.scss +++ b/webapp/src/widgets/editable.scss @@ -4,4 +4,8 @@ &.active { min-width: 100px; } + &::placeholder{ + color: rgba(55, 53, 47, 0.4); + opacity: 1; + } }