Browse Source

small accent fix

pull/166/head
gilbN 4 years ago
parent
commit
8e272012b6
  1. 6
      CSS/themes/petio/petio-base.css

6
CSS/themes/petio/petio-base.css

@ -260,6 +260,12 @@ input:not([type=checkbox]):not(.styled-input--input):not([type=file]),
background: rgb(255 255 255 / 10%);
}
.search-form input:focus {
background: hsla(0, 0%, 100%, .1) !important;
color: var(--text-color-hover) !important;
border-bottom: 2px solid rgba(0, 0, 0, 0) !important;
}
/* PLACEHOLDER TEXT */
::placeholder {
color: var(--text) !important;

Loading…
Cancel
Save