-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.css
51 lines (35 loc) · 808 Bytes
/
app.css
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
.mkhetTimeSliderContainer {
z-index: 110;
position: absolute;
display: block;
width: 100%;
bottom: 60px;
margin: auto !important;
padding: 0px !important;
text-align: center !important;
}
.tabRecordsGroup {
display: block;
width: 100%;
}
.tabRecord {
display: inline-block;
background-color: rgba(0,0,128, 0.5);
box-shadow: 0 0px 5px rgba(0,0,0, 0.5);
color: white;
vertical-align: middle;
text-align: center;
border-radius: 5px;
padding: 12px;
margin: 2px;
height: 10px;
line-height: 10px;
text-decoration: none;
font-size: smaller;
text-shadow: none;
cursor: pointer;
backdrop-filter: blur(6px);
}
.tabRecord:hover {
box-shadow: 0 0px 5px rgba(255,255,255, 1);
}