summaryrefslogtreecommitdiff
path: root/src/gtkext/hexview.css
blob: 97255097f9e00639302dfe076945e95be0f888f7 (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
27
28
29
30
31
32
33
34
35
36

.gutter {

    background-color: @theme_bg_color;

}

.custom-view {

   background-color: @theme_base_color;

}

GtkHexView > :not(scrollbar) {

    padding-left: 8px;

}

/* ASCII */

GtkHexView.with_vscroll > :nth-last-child(2),
GtkHexView.without_vscroll > :nth-last-child(1) {

    padding-right: 4px;

}

/* Offset */

GtkHexView.with_vscroll > :nth-last-child(4),
GtkHexView.without_vscroll > :nth-last-child(3) {

    border-right: 1px solid @borders;

}