mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Normalize font weights on login form
This commit is contained in:
parent
00ae600d1c
commit
a58ec63121
2
public/css/built.login.css
vendored
2
public/css/built.login.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
13
resources/assets/css/login.css
vendored
13
resources/assets/css/login.css
vendored
@ -326,3 +326,16 @@ fieldset[disabled] .btn-primary.active {
|
|||||||
padding: 15px;
|
padding: 15px;
|
||||||
border: 1px solid #e8e8e8;
|
border: 1px solid #e8e8e8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
::-moz-placeholder { /* Mozilla Firefox 19+ */
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
:-ms-input-placeholder { /* Internet Explorer 10-11 */
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user