aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css/fileview.css
blob: 9c52ac25ad7ec7b0e93c0fb0e185af25c14c37ac (plain) (blame)
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
html, body {
    overflow: visible;
}

.preview, .modify, .switch, .settings {
    display: none;
}

.prettyprint, .preview {
    position: absolute;
    border: none !important;
    overflow: visible;
}

.icon, .italic, .bold, .header {
    font-size: 20px;
}

.italic:after {
    content: "I"
}

.bold:after {
    content: "B"
}

.header:after {
    content: "H"
}