forked from TheJLifeX/HTMLTableEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (46 loc) · 770 Bytes
/
style.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
52
53
54
55
56
i:hover{
cursor: pointer;
}
.removeIcon:hover {
color: #ff3547;
}
.editIcon:hover {
color: #007bff;
}
.container, .page-header {
margin-top: 20px;
margin-bottom: 20px;
}
.jumbotron {
padding: 2rem 1rem 2rem 1rem;
}
.modal-footer {
justify-content: flex-start;
}
.fas.fa-check {
margin-left: 1rem;
visibility: hidden;
}
/* design for remove and add column */
th {
text-align: center;
}
.float{
position: fixed;
position: absolute;
border-radius: 5px;
padding: 2px;
background-color : rgba(255, 255, 255);
padding: 5;
display: inline;
top : 0 ;
left : 0;
z-index: 3;
transition: font-size 1s ;
}
#icon-add-column {
padding: 1px;
}
#icon-remove-column {
padding: 1px;
}