summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-05-21 20:54:52 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-05-21 20:54:52 +0900
commit281aed27975adde9685dfcbc74ea4a2a02c39488 (patch)
tree9cfe6b851bd968e8e6883ee7da30444a8031471d /src
parent[travis] Ignore l10n_master (diff)
downloadsharkey-281aed27975adde9685dfcbc74ea4a2a02c39488.tar.gz
sharkey-281aed27975adde9685dfcbc74ea4a2a02c39488.tar.bz2
sharkey-281aed27975adde9685dfcbc74ea4a2a02c39488.zip
Fix bug
Diffstat (limited to 'src')
-rw-r--r--src/client/app/common/views/components/connect-failed.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/connect-failed.vue b/src/client/app/common/views/components/connect-failed.vue
index 4bc9b2b3d7..0f686926b0 100644
--- a/src/client/app/common/views/components/connect-failed.vue
+++ b/src/client/app/common/views/components/connect-failed.vue
@@ -28,7 +28,7 @@ export default Vue.extend({
},
mounted() {
document.title = 'Oops!';
- document.documentElement.style.background = '#f8f8f8';
+ document.documentElement.style.setProperty('background', '#f8f8f8', 'important');
},
methods: {
reload() {