-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathstylesheet.css
More file actions
34 lines (28 loc) · 588 Bytes
/
stylesheet.css
File metadata and controls
34 lines (28 loc) · 588 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
.clipboard-indicator-icon.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: 0.5em;
width: 400px;
}
.popup-menu-item .ci-action-btn StIcon {
icon-size: 16px;
}
.ci-history-menu-section {
max-height: 450px;
}
.ci-history-search-section {
padding-top: 0;
}
.ci-history-search-section .popup-menu-ornament,
.ci-history-actions-section .popup-menu-ornament {
width: auto;
}
.ci-history-search-entry {
width: 5em;
}