Skip to content

Commit

Permalink
Merge pull request #32 from Poeschl/mobile-red-night-fix
Browse files Browse the repository at this point in the history
Mobile red night fix
  • Loading branch information
LazeMSS authored Oct 11, 2021
2 parents 9106214 + 56731d4 commit f98639e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion css/red-night.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ body .scrollable::-webkit-resizer,
border-bottom: 4px solid var(--accent);
}

.nav-tabs>li>a i {
.nav-tabs>li>a i,
.nav-tabs .dropdown-menu li>a i {
color: var(--quiteWhite)!important;
}

Expand All @@ -160,6 +161,14 @@ body .scrollable::-webkit-resizer,
border-bottom: 4px solid var(--accent);
}

.nav-tabs .dropdown-menu {
min-width: unset;
}

.nav-tabs .dropdown-menu li>a {
width: unset;
}

.nav-pills>li>a {
background-color: var(--grey1);
border-radius: 16px;
Expand Down Expand Up @@ -458,6 +467,7 @@ th i a.disabled {
color: var(--red);
}

.navbar .btn-navbar,
#navbar .navbar-inner .btn-navbar {
background-color: var(--grey2);
background-image: none;
Expand All @@ -466,6 +476,10 @@ th i a.disabled {
box-shadow: none;
}

.navbar .btn-navbar:active, .navbar .btn-navbar:hover {
background-color: var(--grey4);
}

#navbar_login i {
margin-right: 4px;
}
Expand Down

0 comments on commit f98639e

Please sign in to comment.