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

aspects.scss « stylesheets « assets « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fcb3edd7df767b22d8f8358fbf159e61b771f01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.aspect-dropdown {

  li {
    @include selectable-list;

    .status_indicator {
      width: 19px;
      height: 14px;
      display: inline-block;
    }

    a {
      .text {
        color: #333333;
      }
      &:hover {
        background: $background-grey;
      }
      cursor: pointer;
      padding-left: 10px;
    }
  }
}