A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.dhtmlx.com/suite/layout/customization/ below:

JavaScript Layout - Customization | DHTMLX Suite 9 Docs

There is a possibility to make changes in the look and feel of a layout by styling its cells.

<style>
.layout {
color: #fff;
--dhx-background-secondary: #7a7a7a;
--dhx-border-color: #bababa;
--dhx-border: var(--dhx-border-width) solid var(--dhx-border-color);
}

.layout-rightbar {
--dhx-background-primary: #e99949;
}
.layout-content {
--dhx-background-primary: #099f8e;
}
.layout-sidebar {
--dhx-background-primary: #e949ac;
}
.layout-header {
--dhx-background-primary: #3A434A;
}

.dhx_layout-cell-inner_html {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
</style>

<script>
const layout = new dhx.Layout("layout_container", {
type: "space",
css: "layout",
rows: [
{
id: "toolbar",
html: "Header",
css: "layout-header",
height: "60px"
},

]
});
</script>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4