Skip to content

Commit 04ccb4a

Browse files
authored
Fix white border below the nav bar (#2901)
* Fix dark theme nav bar white border * Fix dark better white border
1 parent c1a573d commit 04ccb4a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

plugins/theme/themes/Dark/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ td.disabled, label.disabled, span.disabled, div.disabled {color: #333333}
146146
select.cols {border: 1px solid #333333}
147147
div#tdetails {background-color: #181818}
148148

149+
.tabbar {
150+
border-bottom: none;
151+
}
152+
149153
.tabbar li.nav-item a.nav-link {
150154
border: 1px solid #333333;
151155
background-color: #181818;

plugins/theme/themes/DarkBetter/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ legend {color: #888888}
279279
select.cols {border: 1px solid #333333}
280280
div#tdetails {background-color: #181818}
281281

282+
.tabbar {
283+
border-bottom: none;
284+
}
285+
282286
.tabbar li.nav-item a.nav-link {
283287
border: 1px solid #333333;
284288
background-color: #181818;

0 commit comments

Comments
 (0)