diff --git a/web/login_style.css b/web/login_style.css
index e0257a9..d89fb02 100644
--- a/web/login_style.css
+++ b/web/login_style.css
@@ -4,7 +4,7 @@ body {
}
.background_text {
width: 100%;
- color: rgba(255, 239, 213, 0.3);
+ color: rgb(255, 183, 124,0.3);
font-style: italic;
font-family: sans-serif;
font-size: 125px;
@@ -49,7 +49,7 @@ input[name] {
outline: none;
}
#submit {
- background-color: rgba(255, 239, 213);
+ background-color: rgb(255, 183, 124);
height: 40px;
width: 40px;
border: none;
@@ -60,7 +60,13 @@ input[name] {
outline: none;
}
#submit:hover {
- width: 45px;
- height: 45px;
- background-color: rgba(255, 239, 213, 0.582);
+ transform: translate(0,-1px);
+ -ms-transform: translate(0,-1px);
+ -webkit-transform: translate(0,-1px);
+ -o-transform: translate(0,-1px);
+ -moz-transform: translate(0,-1px);
+ box-shadow: 3px 3px 3px rgba(192, 192, 192, 0.801);
+}
+#submit:active {
+ background-color: rgba(255, 183, 124, 0.5);
}
diff --git a/web/personal.html b/web/personal.html
index 7f0563a..a719a05 100644
--- a/web/personal.html
+++ b/web/personal.html
@@ -35,7 +35,39 @@
root管理员