File: options.css

package info (click to toggle)
display-mail-user-agent 2.9.13%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,496 kB
  • sloc: javascript: 951; makefile: 22; sh: 9
file content (26 lines) | stat: -rw-r--r-- 414 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
input[type="checkbox"]:disabled + .lbl {
    color: #999;
}

.overlayDef {
    width: 100%;
    font-size: small;
}

.fileselect {
    opacity: 0;
    width: 0px;
}

.fileLbl {
    background-color: #e1e1e1;
    padding: 1px 5px 1px 5px;
    border: 1px ridge #adadad;
    font-size: 0.8rem;
    height: auto;
}

.fileLbl:hover {
    background-color: #e5f1fb;
    border-color: #0078d7;
}