summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index ce2cfa37c64..11a96e9b531 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -26,6 +26,7 @@ body {
#body-login {
text-align: center;
background: #1d2d44; /* Old browsers */
+ background: -moz-linear-gradient(top, #35537a 0%, #1d2d44 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35537a), color-stop(100%,#1d2d44)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #35537a 0%,#1d2d44 100%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(top, #35537a 0%,#1d2d44 100%); /* W3C */