style(sql_console): remove background for footer

This commit is contained in:
Elian Doran 2026-01-18 12:22:53 +02:00
parent 28d0bfd229
commit 791697369d
No known key found for this signature in database

View File

@ -98,6 +98,10 @@
border-top: none;
border-bottom: 1px solid var(--row-delimiter-color);
color: var(--row-text-color);
&:last-of-type {
border-bottom: none;
}
}
.tabulator-row.tabulator-row-odd {
@ -173,10 +177,6 @@
margin: 0;
}
.tabulator .tabulator-footer {
color: var(--main-text-color);
}
/* Context menus */
.tabulator-popup-container {
@ -191,8 +191,9 @@
}
/* Footer */
:root .tabulator .tabulator-footer {
border-top: unset;
background: transparent;
color: var(--main-text-color);
border-top: 1px solid var(--main-border-color);
padding: 10px 0;
}