brite btn fix

This commit is contained in:
Barış Soner Uşaklı
2026-02-12 15:50:21 -05:00
parent 803473cace
commit 5b5960244e

View File

@@ -1,8 +1,15 @@
// fixes for global skin issues
// brite text-secondary is white :/
.skin-brite .text-secondary {
color: var(--bs-secondary-color) !important;
.skin-brite {
.btn {
// this removes the 3px left margin on buttons in brite skin
// without button in the sidebar ontopic.tpl aren't properly
margin-left: 0px;
}
.text-secondary {
color: var(--bs-secondary-color) !important;
}
}
// fix minty buttons