Merge branch 'main' of https://github.com/DevDuCoffee/Nuit-De-L-Info-2020 into main
This commit is contained in:
@@ -130,12 +130,12 @@ input[type=text], input[type=password] {
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
input[type=text]:focus {
|
||||
input[type=text]:focus, input[type=password]:focus {
|
||||
background-color: #fff;
|
||||
border-bottom: 2px solid #197abb;
|
||||
}
|
||||
|
||||
input[type=text]::placeholder {
|
||||
input[type=text]::placeholder, input[type=password]::placeholder {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
|
@@ -107,7 +107,7 @@ input[type=button]:active, input[type=submit]:active, input[type=reset]:active
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
input[type=text], input[type=password]{
|
||||
background-color: #f6f6f6;
|
||||
border: none;
|
||||
color: #0d0d0d;
|
||||
@@ -126,12 +126,12 @@ input[type=text] {
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
input[type=text]:focus {
|
||||
input[type=text]:focus, input[type=password]:focus {
|
||||
background-color: #fff;
|
||||
border-bottom: 2px solid #197abb;
|
||||
}
|
||||
|
||||
input[type=text]::placeholder {
|
||||
input[type=text]::placeholder, input[type=password]::placeholder {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user