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