-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranspose.css
More file actions
65 lines (53 loc) · 861 Bytes
/
transpose.css
File metadata and controls
65 lines (53 loc) · 861 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
h4 {
text-align: center;
}
h3 {
font-size: 16px;
}
.row {
margin: 2px;
padding: 2px;
}
table thead{
color:white !important;
}
table {
border-collapse: separate !important;
}
thead tr th {
border: 1px solid white !important;
border-collapse: separate !important;
}
table tbody td {
border-collapse: collapse !important;
}
.dash .col-4 {
-webkit-box-shadow: 5px 5px 7px 0px #000000;
box-shadow: 5px 5px 7px 0px #000000;
margin-bottom: 5px;
color: pink;
}
.btn-dark:hover {
background-color: dimgrey;
color: pink;
}
input,
select {
color: pink;
}
.card-title {
font-weight: bold;
}
.card-header {
background-color: #e83e8c;
color: white;
text-align: center;
}
.col-3 {
padding: 2px;
}
#NewTable tr th{
/* border: solid 1px black; */
background-color: #212529!important;
color: white !important;
}