diff --git a/resources/assets/src/styles/common.styl b/resources/assets/src/styles/common.styl
index 5a88c450..05847bd7 100644
--- a/resources/assets/src/styles/common.styl
+++ b/resources/assets/src/styles/common.styl
@@ -21,10 +21,6 @@ body, h1, h2, h3, h4, h5, h6
.main-header .sidebar-toggle::before
content ''
-#toast-container > div
- opacity 1
- filter 'alpha(opacity=100)'
-
.item
display block
background #EFF1F0
@@ -126,10 +122,3 @@ body, h1, h2, h3, h4, h5, h6
td.value
width 90%
-
-.modal-danger .modal-title small
- color #fff
-
- a
- text-decoration underline
- color #fff
diff --git a/resources/assets/src/styles/home.styl b/resources/assets/src/styles/home.styl
index fc88f6a1..9edcc566 100644
--- a/resources/assets/src/styles/home.styl
+++ b/resources/assets/src/styles/home.styl
@@ -98,19 +98,6 @@ body
a
color #fff !important
-.splash-button
- color white
- padding 0.8em 2.5em
- border-radius 5px
- background transparent
- border 1px solid #fff
- font-size 18px
- transition color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out
-
-.splash-button:hover
- background-color rgba(255, 255, 255, 0.2)
- color #fff
- text-decoration blink
.splash
width 80%
diff --git a/resources/lang/en/front-end.yml b/resources/lang/en/front-end.yml
index 2a4f8192..798a1d0f 100644
--- a/resources/lang/en/front-end.yml
+++ b/resources/lang/en/front-end.yml
@@ -340,7 +340,7 @@ report:
general:
skin: Skin
cape: Cape
- fatalError: Fatal Error Possible solutions
+ fatalError: Fatal Error
confirmLogout: Sure to log out?
confirm: OK
cancel: Cancel
diff --git a/resources/lang/zh_CN/front-end.yml b/resources/lang/zh_CN/front-end.yml
index f8271d0b..d6154e6e 100644
--- a/resources/lang/zh_CN/front-end.yml
+++ b/resources/lang/zh_CN/front-end.yml
@@ -334,7 +334,7 @@ report:
general:
skin: 皮肤
cape: 披风
- fatalError: 严重错误 可能的解决方法
+ fatalError: 严重错误
confirmLogout: 确定要登出吗?
confirm: 确定
cancel: 取消