-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathstylesheet.css
More file actions
45 lines (39 loc) · 737 Bytes
/
stylesheet.css
File metadata and controls
45 lines (39 loc) · 737 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
.rclone-manager-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:.5em;
width:400px;
}
.popup-menu-item .ci-action-btn StIcon {
icon-size:16px;
}
.ci-history-menu-section {
max-height:450px;
}
/* .popup-menu-item{
color:green;
} */
.menuitem-menu-box {
/* margin: 3px; */
margin-left: 10px;
}
/*
.settings-main{
margin_top: 10;
margin_bottom: 10;
margin_start: 10;
margin_end: 10;
row_spacing: 12;
column_spacing: 18;
column_homogeneous: true;
row_homogeneous: false;
} */
.dialog-backup{
padding: 15px;
}