Zaktualizuj 'style/login.css'
This commit is contained in:
parent
fa98c77fd5
commit
0bf9637a56
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
.registerbox{
|
.registerbox{
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: 450px;
|
height: 470px;
|
||||||
background: #000;
|
background: #000;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
@ -60,14 +60,14 @@
|
|||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
background: #fb2525;
|
background: #3300CC;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
.loginbox input[type="submit"]:hover, .registerbox input[type="submit"]:hover {
|
.loginbox input[type="submit"]:hover, .registerbox input[type="submit"]:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
background: #ffc107;
|
background: #000099;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
.loginbox a, .registerbox a {
|
.loginbox a, .registerbox a {
|
||||||
@ -78,5 +78,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.loginbox a:hover, .registerbox a:hover {
|
.loginbox a:hover, .registerbox a:hover {
|
||||||
color: #ffc107;
|
color: #000099;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user