diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-05-21 20:54:52 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-05-21 20:54:52 +0900 |
| commit | 281aed27975adde9685dfcbc74ea4a2a02c39488 (patch) | |
| tree | 9cfe6b851bd968e8e6883ee7da30444a8031471d /src/client | |
| parent | [travis] Ignore l10n_master (diff) | |
| download | sharkey-281aed27975adde9685dfcbc74ea4a2a02c39488.tar.gz sharkey-281aed27975adde9685dfcbc74ea4a2a02c39488.tar.bz2 sharkey-281aed27975adde9685dfcbc74ea4a2a02c39488.zip | |
Fix bug
Diffstat (limited to 'src/client')
| -rw-r--r-- | src/client/app/common/views/components/connect-failed.vue | 2 |
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() { |