diff options
Diffstat (limited to 'core/css/styles.css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 837b3259781..df9509baa19 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -25,6 +25,7 @@ body { #body-login { text-align: center; + background-color: #0082c9; background-image: url('../img/background.jpg'); background-position: 50% 50%; background-repeat: no-repeat; @@ -113,7 +114,8 @@ body { width: 155px; max-width: 50%; cursor: text; - background-color: #112; + background-color: transparent; + border: 1px solid rgba(255, 255, 255, .5); } /* CONTENT ------------------------------------------------------------------ */ |