mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 01:32:25 +01:00
Fix non-matching input placeholder color
This commit is contained in:
parent
c4d839f890
commit
10f375c612
@ -51,6 +51,9 @@ mark {
|
||||
::selection {
|
||||
background-color: rgba(30, 136, 229, 0.25); }
|
||||
|
||||
::placeholder {
|
||||
color: #7d7d7d; }
|
||||
|
||||
@media (min-width: 568px) {
|
||||
.hide-from-xs {
|
||||
display: none; } }
|
||||
|
2
admin/assets/css/admin.min.css
vendored
2
admin/assets/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -65,6 +65,10 @@ mark {
|
||||
background-color: $selection-background-color;
|
||||
}
|
||||
|
||||
::placeholder {
|
||||
color: $color-base-300;
|
||||
}
|
||||
|
||||
@each $breakpoint-name in map-keys($responsive-breakpoints) {
|
||||
@media (min-width: map-get($responsive-breakpoints, $breakpoint-name)) {
|
||||
.hide-from-#{$breakpoint-name} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user