-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
67 lines (54 loc) · 907 Bytes
/
custom.css
File metadata and controls
67 lines (54 loc) · 907 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
66
67
#searchForm input {
min-width: 20%;
}
button {
cursor: pointer;
}
table {
min-width: 50%;
border-collapse: collapse;
border: 1px solid #c2c2c2;
}
table tr:nth-child(even) {
background-color: #efefef;
}
table tr td {
text-align: center;
}
table .user-rows td button {
background-color: white;
border-radius: 15%;
}
table .user-rows td button img {
height: 20px;
width: 20px;
}
#menu-row .right-align button{
float: right;
margin: 5px;
background-color: #a8a8a8;
border-radius: 15%;
}
#addArea {
margin: 5px;
}
#addArea span {
font-weight: bold;
}
#addArea button {
background-color: #337ABC;
border-color: #337ABC;
color: white;
}
#addArea button img{
height: 20px;
width: 20px;
float: left;
}
#app {
min-width: 100%;
max-width: 100%;
}
#searchForm .search-bar {
background-color: #efefef;
}