Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
hipchat4 / opt / HipChat4 / share / clientweb / video / css / desktop.css
Size: Mime:
/* Hide UI that doesn't work */
#btn-share-screen, #feedback {
   display: none;
}
/* Accommodate some rendered layout differences */
#aui-settings-dialog {
  width: 340px !important;
  height: 270px !important;
  background-color: #fff !important;
}
/* Test sound is downloaded by adl, but fails in this distro so hide it */
.select-subcontrols.audio-output-controls {
  display: none !important;
}
.dialog-panel-body: {
  overflow: hidden;
}