diff --git a/src/app/styles/index.less b/src/app/styles/index.less index 62ab69a91a0..a27fcadda37 100644 --- a/src/app/styles/index.less +++ b/src/app/styles/index.less @@ -34,7 +34,7 @@ html, body { } } #statusbar { - background: 0 0; + background-color: rgba(255, 255, 255, .5); position: fixed; top: 0; left: 0; diff --git a/src/app/styles/message-background.less b/src/app/styles/message-background.less index b085d01372a..dbc912290a2 100644 --- a/src/app/styles/message-background.less +++ b/src/app/styles/message-background.less @@ -13,14 +13,11 @@ ul.message-background.centered { display: -webkit-flex; position: absolute; top: 0; - left: 200; + left: 0; right: 0; bottom: 0; -webkit-align-items: center; text-align: center; - &.with-sidebar { - left: @sidebar-width; - } } ul.message-background.centered li { @@ -30,6 +27,7 @@ ul.message-background li { margin: 0; padding: 0; list-style: none; + color: @gray5; } .message-background-tip { diff --git a/src/internal-packages/status/styles/index.less b/src/internal-packages/status/styles/index.less index 354ad957260..381b1027097 100644 --- a/src/internal-packages/status/styles/index.less +++ b/src/internal-packages/status/styles/index.less @@ -1,5 +1,4 @@ #statusbar { - background: 0 0; position: fixed; top: 0; left: 0; @@ -85,6 +84,12 @@ .btn.btn-info { margin-right: 5px; } + + .btn.btn-info:hover { + background-color: #67b144; + border-color: #67b144; + color: white; + } div.buttons { font-size: 14px; } @@ -97,7 +102,7 @@ margin: 0 auto 30px; text-align: left; font-size: 24px; - color: @gray3; + color: @gray3; font-weight: 200; li {