forked from CubeCoders/GenericConfigGen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
58 lines (50 loc) · 857 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
57
58
.sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 100;
padding: 48px 0 0;
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.rightbar {
position:fixed;
margin-right:0px;
}
.leftLine {
box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
}
.close
{
border: 0;
background-color: transparent;
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5;
}
.genTableHeader
{
width: 10.5rem;
}
a.nav-link.active {
background-color: #0a58ca;
color: white;
}
.linkButton {
border: none;
color: #0d6efd;
text-decoration: underline;
background-color: transparent;
}
#importexporttextarea
{
width: 100%;
height: 300px;
}
#importexporttextarea[readonly] {
background-color: #eee;
}