forked from CGM_Public/pretix_original
UI: improve distinction between placeholder and input (#3640)
This commit is contained in:
committed by
GitHub
parent
215a2f2dbb
commit
7ee630928b
@@ -13,6 +13,10 @@ input[type=number]::-webkit-outer-spin-button {
|
||||
padding: 8px 4px;
|
||||
}
|
||||
|
||||
.form-control::placeholder {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.sidebar-nav li > a > .fa {
|
||||
color: $navbar-inverse-bg;
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@ $gray-lightest: lighten(#000, 97.25%);
|
||||
$font-family-sans-serif: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
|
||||
$text-color: #222222 !default;
|
||||
$text-muted: #767676 !default;
|
||||
$input-color-placeholder: lighten(#000, 70%) !default;
|
||||
|
||||
$brand-primary: #7f5a91 !default;
|
||||
$brand-success: #50a167 !default;
|
||||
|
||||
Reference in New Issue
Block a user