mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix :: making navbar transparent (#5231)
This commit is contained in:
parent
a8667ec306
commit
04505c0c46
1 changed files with 7 additions and 6 deletions
|
|
@ -584,7 +584,6 @@
|
|||
top: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
|
||||
img {
|
||||
cursor: pointer;
|
||||
|
|
@ -1159,7 +1158,7 @@
|
|||
|
||||
.tj-text-input,
|
||||
.onboard-input {
|
||||
color: #fff ;
|
||||
color: #fff;
|
||||
border-color: #787F85;
|
||||
|
||||
::placeholder {
|
||||
|
|
@ -1405,10 +1404,12 @@
|
|||
.active-onboarding-tab {
|
||||
color: #111827 !important;
|
||||
}
|
||||
.theme-dark{
|
||||
.active-onboarding-tab{
|
||||
color: $color-dark-slate-12 !important;
|
||||
img{
|
||||
|
||||
.theme-dark {
|
||||
.active-onboarding-tab {
|
||||
color: $color-dark-slate-12 !important;
|
||||
|
||||
img {
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue