Newer
Older
body {
margin: 0;
padding: 0;
object-fit: fill;
height: 100%;
width: 100%;
background-color: rgb(27,40,56);
color: rgb(235,235,235);
}
.navbar {
background-color: rgb(23,29,37);
color: rgb(197,195,192);
width: 100%;
margin:0;
}
.nav-item-1 {
color: rgb(197,195,192);
font-size: 30px;
}
.nav-link {
color: rgb(197,195,192);
font-size: 20px;
}
#app-container {
height: 100%;
width: 100%;
position: relative;
}
.ag-theme-custom-dark {
--ag-background-color: #ddd !important;
}
.dash-dropdown .Select-control {
border: 2px solid rgb(37, 55, 77);
border-radius: 4px;
}
.dash-dropdown .Select-value {
color: rgb(235, 235, 235);
}
.dash-dropdown .Select-control {
background-color: rgb(50, 70, 101);
}
.dash-dropdown.is-minimized .Select-value-label {
color: rgb(235, 235, 235);
}
.dash-dropdown .Select-value-label {
color: rgb(235, 235, 235);
}
.dash-dropdown .Select-menu-outer {
background-color: rgb(50, 70, 101);
}
.jsx-4017309047.tab-container{
border-bottom: 2px solid rgb(37,55,77);
}
/* Track rgb(197,195,192) */
div.scrollable::-webkit-scrollbar {
width: 6px; /* width of the vertical scrollbar */
border-radius: 6px;
}
div.scrollable::-webkit-scrollbar-track {
}
div.scrollable::-webkit-scrollbar-thumb {
background-color: rgb(235, 235, 235);
border-right: none;
border-left: none;
border-bottom: none;
border-top: none;
border-radius: 6px;
}
div.scrollable::-webkit-scrollbar-track-piece:end {
background: rgb(37,55,77);
margin-bottom: 10px;
}
div.scrollable::-webkit-scrollbar-track-piece:start {
background: rgb(37,55,77);
margin-top: 10px;
}