summaryrefslogtreecommitdiff
path: root/src/gtkext/hexview.css
blob: fdde1ccfae08cbe85e0724d6f1638315608ee3d0 (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

.gutter {

    background-color: @theme_bg_color;

}

.custom-view {

   background-color: @theme_base_color;

}

GtkHexView > :not(scrollbar) {

    padding-left: 8px;

}

GtkHexView > :nth-last-child(2) {

    padding-right: 4px;

}

GtkHexView > :nth-last-child(4) {

    border-right: 1px solid @borders;

}