-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
75 lines (62 loc) · 1.23 KB
/
stylesheet.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
.clipboard-indicator-hbox.private-mode {
color: rgba(255,255,255,0.3);
}
.ci-notification-label {
font-weight: bold;
color: #ffffff;
background-color: rgba(10,10,10,0.7);
border-radius: 6px;
font-size:2em;
padding:.5em;
width:400px;
}
.ci-history-menu-section .popup-menu-item {
margin-right: .8em;
}
.popup-menu-item .ci-action-btn StIcon {
icon-size:1.2em;
margin-left:.25em;
}
.popup-menu-item StEntry StIcon {
icon-size:1em;
margin:0 .25em;
}
.clipboard-indicator-empty-state {
width:350px;
color:#aaa;
}
.clipboard-indicator-empty-state StIcon {
icon-size:5em;
margin-top:3em;
}
.clipboard-indicator-empty-state StLabel {
margin:1em 0 3em 0;
}
.ci-history-menu-section {
max-height:450px;
}
.ci-main-menu-section StButton.ci-pin-btn {
color: rgba(255,255,255,0.3);
}
.clipboard-hidden {
display:none!important;
}
.clipboard-menu-icon {
width:1em;
height:1em;
margin-right:.5em;
}
.clipboard-menu-img-preview {
border:solid 1px white;
overflow:hidden;
width:1.5em;
height:1.5em;
margin:0;
padding:0;
}
.clipboard-indicator-img-preview {
border:solid 1px white;
width:1em;
height:1em;
margin-right:.25em;
}