Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/cpanel_plugin_manager/index.css

/*
     WARNING: This is a generated file. Any changes you make directly to this file
     will be overwritten when the file is regenerated. Add styles to the appropriate
     .less file instead.
*/
.no-border {
  border: none;
}
.compact-list {
  padding-top: 5px;
  padding-bottom: 5px;
}
.info-block,
.help-block {
  color: #737373;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 2px;
}
.validation-container {
  margin-top: 2px;
  margin-bottom: 0;
}
.list-item {
  padding: 0 6px;
}
.newGroup {
  width: 78%;
  display: inline-block;
  vertical-align: middle;
}
.groupSelection {
  width: 86%;
  display: inline-block;
  vertical-align: middle;
}
.pluginSection {
  margin-top: 50px;
  margin-bottom: 10px;
}
.inline-warn-section {
  background: none repeat scroll 0 0 #faebcc;
  border: 1px solid #faebcc;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  padding-left: 10px;
}
.newItemName {
  padding: 5px;
  word-wrap: break-word;
  display: inline-block;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: auto;
}
/* upload-field rules */
.upload-field .filename {
  max-width: 280px;
  vertical-align: middle;
  word-wrap: break-word;
}
.upload-field .btn-wrap {
  position: relative;
  display: inline-block;
}
/* stretch the underlying input[type=file] to cover the parent .btn transparently */
.upload-field input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100%;
}
/* add hover and focus rules since the actual input is opacity 0 */
.upload-field input[type="file"]:focus + .btn {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.upload-field input[type="file"]:focus + .btn,
.upload-field input[type="file"]:hover + .btn {
  background: none;
  background-color: #ebebeb;
}
Back to Directory File Manager