navbar: Fix transparency issue.

This commit is contained in:
Tommy Ip
2017-11-22 20:34:04 +00:00
committed by Tim Abbott
parent b9fc4a4306
commit f425f9ad3d
2 changed files with 11 additions and 1 deletions

View File

@@ -5,6 +5,11 @@ body.dark-mode {
-webkit-font-smoothing: antialiased;
}
body.dark-mode .app-main,
body.dark-mode .header-main {
background-color: #212d3b;
}
body.dark-mode #tab_bar_underpadding,
body.dark-mode .floating_recipient .message-header-wrapper,
body.dark-mode .column-middle,
@@ -108,6 +113,10 @@ body.dark-mode #navbar-buttons ul.nav li.active .dropdown-toggle {
color: hsla(0, 0%, 0%, 0.8);
}
body.dark-mode .navbar-search {
border-right-color: hsla(0, 0%, 0%, 0.2);
}
body.dark-mode .overlay,
body.dark-mode .emoji-popover-emoji:not(.reacted):focus {
background-color: hsla(212, 28%, 8%, 0.75);

View File

@@ -234,6 +234,7 @@ p.n-margin {
margin: 0px auto;
padding: 0px;
position: relative;
background-color: #fff;
}
.app-main {
@@ -1846,7 +1847,7 @@ nav a .no-style {
width: auto;
float: none;
overflow: hidden;
border-right: 1px solid hsla(0, 0%, 0%, 0.2);
border-right: 1px solid hsl(0, 0%, 87.8%);
height: 40px;
}