File: style.css

package info (click to toggle)
gnome-decoder 0.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,032 kB
  • sloc: sh: 61; xml: 32; makefile: 27; sql: 6
file content (38 lines) | stat: -rw-r--r-- 536 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
history row .code-label {
  font-weight: bold;
}

history row {
  padding: 18px;
}

history .content.small > row:first-child {
  border-top-width: 0;
}

history > row:first-child {
  margin-top: 12px;
}

history > row:last-child {
  margin-bottom: 12px;
}

history > row {
  margin-left: 12px;
  margin-right: 12px;
}

textview {
  padding: 6px;
}

toolbarview scrolledwindow.card undershoot.top,
toolbarview scrolledwindow.card undershoot.bottom {
  box-shadow: none;
  background: none;
}

.camera-view {
  background-color: black;
}