/* Fixes for making things work in IE */
.lte9 .settings-button {
	background-image: url('../img/actions/settings.svg') !important;
}
.lte9 #searchbox {
  margin-top: 6px;
  float: right;
}

/* show branding on slideshow*/
#slideshow {
  background-color: rgba(0,0,0,0.8) !important;
}

/* hide gallery view button from right*/
#gallery-button {
  display: none !important;
}

/* hide gallery menu item*/
nav li[data-id="gallery"], nav li[data-id="market"] {
  display: none !important;
}

/* rubbish bin on group list */
#usergrouplist li.isgroup span a.action.delete {
    background: url(../img/delete.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#usergrouplist li.isgroup span a.action.delete img {
    display: none;
}
