-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (70 loc) · 1.47 KB
/
Copy pathstyle.css
File metadata and controls
87 lines (70 loc) · 1.47 KB
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
87
scrolledwindow undershoot.top,
scrolledwindow undershoot.right,
scrolledwindow undershoot.bottom,
scrolledwindow undershoot.left { background-image: none; }
.popup-wrapper {
border-radius: 5px;
background-color: inherit;
border: 1px solid #bbb;
}
.search {
margin: 12px;
margin-bottom: 0;
}
.entries-list {
background-color: inherit;
padding: 10px;
}
.entries-list-row {
border-radius: 5px;
padding: 0px 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
transition: none;
}
.entries-list-row-icon {
}
.entries-list-row-icon:selected {
}
/* --- bbclip theme */
.bbclip .popup-wrapper {
background-color: rgba(250, 250, 251, 0.98);
border-radius: 8px;
}
.bbclip .search {
border: 0;
border-radius: 5px;
padding: 2px 12px;
background-color: #E6E6E7;
}
.bbclip .search:focus {
border: 1px solid #55aaff;
}
.bbclip .entries-list {
background-color: inherit;
padding: 10px;
/*margin: 0px;*/
/*border: 0px;*/
}
.bbclip .entries-list-row {
border-radius: 5px;
padding: 4px 12px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.bbclip .entries-list-row:selected {
background-color: #4387ca;
/* border: 1px solid #356ba0;*/
/*padding:0 12px;*/
}
.bbclip .entries-list-row:selected .entries-list-row-label,
.bbclip .entries-list-row:selected .entries-list-row-icon {
color: #eee;
}
.bbclip .preview-wrapper {
border-radius: 0 8px 8px 0;
padding: 12px 15px;
border-left: 1px solid #ddd;
background-color: #fff;
}
.bbclip .preview * {
background-color: #fff;
}