File: camera.css

package info (click to toggle)
megapixels 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,876 kB
  • sloc: ansic: 6,530; python: 442; xml: 367; sh: 116; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.controlbox {
    background: rgba(0, 0, 0, 0.2);
}

.button-overlay {
    opacity: 0.9;
    background-color: rgba(0, 0, 0, 0.2);
}

.error-overlay {
    opacity: 0.9;
    background-color: rgba(255, 0, 0, 0.2);
}

.flash {
    background-color: #ffffff;
}

.control {
    margin: 0;
    padding: 0;
    -gtk-icon-size: 36px;
}