Welcome to mirror list, hosted at ThFree Co, Russian Federation.

jquery.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 300ba4f2de62cd5d5a0a390687a61e98757f6571 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.ui-widget {
  font-family: $regular_font;
  font-size: $font-size-base;

  .ui-state-default {
    border: 1px solid $white-light;
    background: $white-light;
    color: $jq-ui-default-color;
  }

  .ui-state-highlight {
    border: 0;
    background: transparent;
  }
}