-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (48 loc) · 895 Bytes
/
Copy pathstyle.css
File metadata and controls
62 lines (48 loc) · 895 Bytes
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
#gaGtkEntry {
background: #56f9a0;
margin: 50px;
}
#editor {
border-left: 1px solid grey;
}
#sidebar {
background: #e6e6e6;
}
#sidebar:selected {
background: #6495ed;
color: white;
}
gGtkTreeView row .button {
background: #000000;
}
gGtkTreeView row {
background: #e6e6e6;
}
gGtkTreeView column-header .button {
font: bold;
background: #e6e6e6;
color: grey;
border-width: 1px;
border-color: grey;
}
gGtkTreeView column-header {
border-width: 1px;
border-color: grey;
}
#dmain_grid {
background: grey;
}
#password_area {
margin: 10 10 10 10;
background: #e6e6e6;
border-bottom-width: 1px;
border-style: solid;
border-color: grey;
}
GtkGrid {
margin: 50px 50px 50px 50px;
}
#password_entry {
padding: 10px;
margin: 10px 10px 10px 10px;
}