-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paththeme.css
More file actions
44 lines (42 loc) · 875 Bytes
/
Copy paththeme.css
File metadata and controls
44 lines (42 loc) · 875 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
.protyle-wysiwyg [data-node-id]::before{
content:attr(custom-lastedit-describe);
font-size: xx-small
}
#status{
height:50px;
background-color: var(--b3-toolbar-background);
color:var(--b3-toolbar-color)
}
#status div{
margin:auto
}
.service-container{
top:calc(100vh - 47.5px);
position:absolute;
}
.service-container button{
border-radius:10px;
height:45px;
width:45px;
background-color: transparent ;
}
.service-container button:hover{
background-color: var(--b3-theme-on-surface) ;
}
.service-container button img{
width:35px;
height:35px;
margin:0;
padding:0;
left:2.5px;
top:2.5px;
Object-fit:contain
}
.status__msg__noob {
color: var(--b3-theme-on-surface);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding-left: 5px;
padding-right: 10px;
}