forked from Stigmatoz/web-activity-time-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebact.css
More file actions
45 lines (38 loc) · 659 Bytes
/
webact.css
File metadata and controls
45 lines (38 loc) · 659 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
body {
font-family: "Segoe UI", Verdana, sans-serif !important;
color: #262626;
}
.inline-flex{
display: inline-flex;
}
.span-url{
width: 200px;
text-decoration: none;
color: rgb(0, 0, 0);
font-size: 12px;
cursor: pointer;
}
.span-url:hover{
color: rgb(107, 107, 107);
}
.span-total{
width: 220px;
text-decoration: none;
color: rgb(0, 0, 0);
font-size: 12px;
font-weight: 600;
cursor: pointer;
}
.span-time{
margin-left: 10px;
width: 70px;
font-weight: 500;
}
.favicon{
margin-right:5px;
}
hr {
border: none;
background-color: rgb(187, 187, 187);
height: 2px;
}