diff --git a/src/css/custom.scss b/src/css/custom.scss index 811a4df..7751c08 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -19,6 +19,11 @@ tr.moyenne { border-radius: 15px !important; } +.nav-tabs { + overflow-x: auto; + overflow-y: hidden; +} + body.rcc:not(.dark-theme) { .table-striped tbody tr:nth-of-type(odd) td { color: #000000 !important; @@ -201,9 +206,4 @@ body.rcc.dark-theme { background: var(--body); color: white; } - - .nav-tabs { - overflow-x: auto; - overflow-y: hidden; - } } \ No newline at end of file