@CHARSET "UTF-8";

/*
========================
    Editor and File Manager Tweaks
========================
*/

.moxman-thumb[data-moxman-isparent="parent"] {
  display: none;
}

.moxman-btn[aria-label=Logout] {
  display: none;
}

.moxman-btn button {
   min-width:0px;
   line-height: 20px;
   height:28px;
}

.moxman-btn.moxman-open button {
   height:20px;
}

.moxman-upload-button span {
  color: white !important;
}

.moxman-upload-button .moxman-caret {
  border-top-color: white;
}

/* Change the disabled upload button to look non-primary */
.moxman-floatpanel[aria-label=Upload] .moxman-btn.moxman-primary.moxman-disabled {
  background-color: #f0f0f0;
  background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
  background-image: -o-linear-gradient(top, #fff, #d9d9d9);
  background-image: linear-gradient(to bottom, #fff, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd9d9d9', GradientType=0);
}

.moxman-floatpanel[aria-label=Upload] .moxman-btn.moxman-primary.moxman-disabled button {
  color: #333;
  text-shadow: none;
}

.moxman-widget.moxman-upload-drop-zone {
  font-size: 165%;
}
