aboutsummaryrefslogtreecommitdiff
path: root/firefox/stylish/pdf
blob: f5da48f1234741076fcbeeece4d5c24fa76a6275 (plain)
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
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document regexp(".*\.(p|P)(d|D)(f|F)") {
    div {
        color: #fff !important;
    }
    div.textLayer {
        background-color: #000 !important; 
        opacity: 1;
    }
    #toolbarViewer {
        background-color: black !important;
    }
    
    .annotationLayer .linkAnnotation > a:hover {
        box-shadow: none !important;
        background: #000 !important;
        opacity: 0 !important;
    }
    
    /* THis code don't work */
   /* .annotationLayer .linkAnnotation > a {
        text-decoration: underline !important;
        color: white !important;
    }*/
}