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

quick-access.directive.less « quick-access « angularjs « ZenMode « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52d29dafa99ca1f31610e2a52f09583da296ba94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.quick-access {
  .selected {
    background-color: #f2f2f2 !important;
  }
  .quick-access-category {
    text-align: left !important;
    font-size: 14px;
    padding: 5px;
    cursor: pointer;
  }
  .result {
    cursor: pointer;
  }
  .quick-access-category:hover {
    background: none !important;
  }
  .no-result {
    padding-left: 27px;
  }
}