summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArian <arianroeloffzen@gmail.com>2014-10-28 21:41:56 +0100
committerArian <arianroeloffzen@gmail.com>2014-10-28 21:41:56 +0100
commita9f2f2e6344c71b13a7292b9c9303b635fc2b848 (patch)
treeda0b337b544fbd86ed0891dc46563eb29463e6ed
parentUpdate login.css (diff)
downloadcuberite-a9f2f2e6344c71b13a7292b9c9303b635fc2b848.tar
cuberite-a9f2f2e6344c71b13a7292b9c9303b635fc2b848.tar.gz
cuberite-a9f2f2e6344c71b13a7292b9c9303b635fc2b848.tar.bz2
cuberite-a9f2f2e6344c71b13a7292b9c9303b635fc2b848.tar.lz
cuberite-a9f2f2e6344c71b13a7292b9c9303b635fc2b848.tar.xz
cuberite-a9f2f2e6344c71b13a7292b9c9303b635fc2b848.tar.zst
cuberite-a9f2f2e6344c71b13a7292b9c9303b635fc2b848.zip
-rw-r--r--MCServer/webadmin/files/login.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/MCServer/webadmin/files/login.css b/MCServer/webadmin/files/login.css
index 2d2a8e9e9..5d87da4c5 100644
--- a/MCServer/webadmin/files/login.css
+++ b/MCServer/webadmin/files/login.css
@@ -22,7 +22,7 @@ a:visited {
text-decoration: none;
}
-a:hover,a:active {
+a:hover, a:active {
color: #000;
text-decoration: underline;
}
@@ -128,12 +128,12 @@ button:active {
font-size: 11px;
}
-#footer .lower a:link,#footer .lower a:visited {
+#footer .lower a:link, #footer .lower a:visited {
color: #fff;
font-weight: 700;
}
-#footer .lower a:hover,#footer .lower a:active {
+#footer .lower a:hover, #footer .lower a:active {
color: #fff;
font-weight: 700;
}
@@ -179,7 +179,7 @@ tr td.trow2:last-child {
border-radius: 7px;
}
-.thead,.rounded_top {
+.thead, .rounded_top {
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
-webkit-border-top-left-radius: 6px;