﻿/* Put custom desktop styling in this file. Put custom images in the Custom subfolder of the Images directory. */
/*Hides the Filer Widget*/
 
.panel-filter-widget { 
 
    display: none;
 
}
 
.layer-theme-switcher.bound-visible  ~ .layer-list {
 
    top: 4em;
 
}
 
/*moves the layer list up to top of panel*/
 
.layer-list.bound-visible {
 
    top: 0.5em;
 
}
