fixed navbar buttons
This commit is contained in:
parent
e716b60765
commit
6138a6c052
@ -133,7 +133,7 @@ UL.jqueryFileTree A,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bt-navbar .btn:hover {
|
.bt-navbar .btn:hover {
|
||||||
background-color: var(--button-color-hover);
|
background-color: rgb(255 255 255 / 8%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bt-navbar .btn#try-pro-button {
|
.bt-navbar .btn#try-pro-button {
|
||||||
@ -142,7 +142,11 @@ UL.jqueryFileTree A,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bt-navbar .btn#try-pro-button:hover {
|
.bt-navbar .btn#try-pro-button:hover {
|
||||||
background-color: var(--button-color-hover);
|
background-color: rgb(255 255 255 / 8%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.bt-navbar .btn.btn-tab {
|
||||||
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SIDE MENU */
|
/* SIDE MENU */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user