diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-23 21:25:07 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-07-23 21:25:07 +0200 |
commit | c92e0eab97e9183f6d4e8f3630ed647dce85937d (patch) | |
tree | cb45401bead135fb3809d3676da74e27818a596c | |
parent | 84fa84d182095b3723b776f82d2cb0fb42cb7975 (diff) | |
download | nextcloud-server-c92e0eab97e9183f6d4e8f3630ed647dce85937d.tar.gz nextcloud-server-c92e0eab97e9183f6d4e8f3630ed647dce85937d.zip |
remove superfluous important
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index fdcac990924..0546ec7867f 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -184,7 +184,7 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b } /* Fix background gradient */ #body-login { - background-attachment: fixed !important; + background-attachment: fixed; } /* Dark subtle label text */ |