RSS Git Download  Clone
Raw Blame History 1kB 69 lines
@import '~material-design-icons-iconfont/dist/material-design-icons.css';
@import '~angular-material/angular-material.css';

@import '~angular-tree-control/css/tree-control.css';

#p3xr-redis-ui-bootstrap {
  height: 100vh;
}

.fa, .fas, .fab, far, .svg-inline--fa {
  transform: scale(1.5) !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

[ng-click] {
  cursor: pointer;
}

.md-button {
  min-width: auto;
}

input:-webkit-autofill {
  background-color: transparent !important;;
}

.p3xr-md-menu-item-selected {
  background-color: rgba(128, 128, 128, 0.5) !important;
}

.p3xr-md-input-container-no-bottom {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.p3xr-typography-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p3xr-input {
  padding: 3px;
  border-style: solid;
  border-width: 2px
}

.p3xr-theme-light {
  .p3xr-input {
    border-color: rgba(128, 128, 128, 0.5);
  }
}

.p3xr-theme-dark {
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(255, 255, 255, 0.75);
  }

  .p3xr-input {
    background-color: gray;
    color: white;
    border-color: rgba(200, 200, 200, 0.5);
  }
}

@import '../injector';