blob: a827ccc55b04a5be77b78490c40d44d3e42e06e1 (
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
37
38
39
40
|
@define-color notebook_tab_gradient_b shade (@bg_color, 0.98);
GeditWindow .pane-separator,
GeditWindow .pane-separator:hover {
}
GeditPanel.title GtkLabel {
}
GeditPanel .toolbar {
border-style: none;
background-color: transparent;
}
GeditDocumentsPanel .view {
}
GeditDocumentsPanel .view:backdrop {
}
GeditWindow .notebook {
padding: 1px;
border-radius: 1px;
}
GeditPanel .notebook {
padding: 3px;
border-radius: 1px;
}
GeditPanel .notebook tab,
GeditWindow .notebook tab {
border-radius: 3px;
}
GeditFloatingSlider .not-found {
color: @error_fg_color;
background-image: none;
background-color: @error_bg_color;
}
|