File: style.css

package info (click to toggle)
gnome-authenticator 4.6.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,624 kB
  • sloc: sql: 2,359; python: 147; xml: 34; makefile: 18; sh: 8
file content (41 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.providers-list {
  background-color: @theme_base_bg;
}

.provider-row {
  margin-top: 12px;
  margin-bottom: 12px;
}

.provider-row:hover {
  background-color: @theme_base_bg;
}

.provider-row:active {
  background: @theme_base_bg;
  box-shadow: none;
}

camera toolbarview.extended headerbar button.back {
  border-radius: 500px;
}

camera toolbarview.extended headerbar {
  background: rgba(0, 0, 0, 0.45);
}

camera .selectionbutton {
  min-height: 44px;
  min-width: 44px;
}

camera {
  background: black;
  color: #f2f2f2;
}

camera popover contents,
camera popover arrow {
  background: alpha(#181818, .9);
  color: white;
}