.FileManager_ToolBar
Styles the toolbar section, bottom border, text colour, height
.FileManager_ToolBar
{
border-bottom: yellow 15px solid;
height:50px;
color: red;
}
.FileManager_Explorer
The borders, background colour, height etc. of the left hand side explorer window for the FileManager.
.FileManager_Explorer
{
height:50%;
border: dimgray 10px solid;
background-color: orange;
margin: 10px 10px 10px 10px;
}
