This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
86 lines (68 loc) · 1.4 KB
/
style.css
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
.boxes-bg{
background-color:#ff0fff;
}
.boxes-bg tab{
background-color:#ffff00;
border:none;
margin:0;
-GtkNotebook-initial-gap: 0;
-GtkNotebook-tab-curvature: 0;
}
GtkTreeView {
-GtkTreeView-vertical-separator: 15;
padding-left:20px;
background-color:#393f3f;
font-weight:bold;
background-image: url("images/blank.svg");
background-repeat:repeat-y;
background-position: right;
-GtkWidget-focus-line-width: 0;
}
GtkScrollbar
{
-GtkRange-slider-width: 0;
-GtkScrollbar-min-slider-length: 51;
-GtkScrollbar-has-backward-stepper: false;
-GtkScrollbar-has-forward-stepper: false;
}
GtkPaned
{
-GtkPaned-handle-size: 0
}
GtkWindow
{
background-color:#1c1e1d;
}
GtkScrollbar.trough {
/*background-color: pink;*/
}
GtkTreeView row {
/*background-color: #eee;*/
}
GtkTreeView row:selected{
background-image: -gtk-gradient (linear,
left top,
left bottom,
from (#3465a4),
to (darker(#3465a4)));
color:#fff;
border-width: 0px 12px 0px 0;
border-image-source: url("images/arrow.svg");
border-image-slice: 0 12 0 0;
border-image-width: 0px 12px 0px 0;
border-image-repeat: stretch;
border-style: solid;
border-color:pink;
}
GtkTreeView row{
color:#eee;
padding-right:300px;
}
/*
GtkCellRenderer:focus
{
color: green;
}*/
GtkTreeView row:active{
color:#ff00ff;
}