Subversion Repositories Integrator Subversion

Rev

Rev 182 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

body {
  .ui-tagcloud {
    border: $panelContentBorder;
    background: $panelContentBg;
    color: $panelContentTextColor;
    padding: $panelContentPadding;

    a {
      color: $inputListItemTextColor;
      border-radius: $borderRadius;
      transition: $transition;

      &.ui-state-hover {
        background: $inputListItemHighlightBg;
        color: $inputListItemHighlightTextColor;
      }
    }
  }
}