-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis-button.css
More file actions
77 lines (68 loc) · 1.39 KB
/
Copy pathanalysis-button.css
File metadata and controls
77 lines (68 loc) · 1.39 KB
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
76
77
#sentiment-indicator {
z-index: 1000;
display: block;
position: fixed;
right: 0px;
top: 75px;
}
#sentiment-indicator .sentiment-btn-avg {
box-sizing: border-box;
width: 40px;
height: 40px;
border-width: 5px;
border-style: solid;
border-color: #fff;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
box-shadow: -2px 0 2px black;
}
#sentiment-indicator .sentiment-btn-last {
width: 15px;
height: 15px;
z-index: 1002;
border-width: 1px;
border-style: solid;
border-color: white;
}
#sentiment-indicator .sentiment-btn-escalation {
width: 15px;
height: 15px;
z-index: 1002;
border-width: 1px;
border-style: solid;
border-color: white;
position: relative;
left: 15px;
top: -15px;
}
#sentiment-table-pop-up {
z-index: 1004;
display: block;
position: fixed;
top: 75px;
right: 42px;
}
.white-border {
background-color: white;
}
.sentiment-table-heading {
font-size: 1.5em;
font-weight: bold;
padding: 10px 10px 10px 2px
}
table[class="sentiment-table-data"],
th[class="sentiment-table-data"],
td[class="sentiment-table-data"] {
border: 2px solid black;
padding: 5px;
}
.table-close-btn {
cursor: pointer;
color: red;
background-color: transparent;
}
.table-root {
background-color: white;
padding: 4px;
border-style: groove;
}