-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
103 lines (86 loc) · 1.6 KB
/
Copy pathdefault.css
File metadata and controls
103 lines (86 loc) · 1.6 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body {
overflow:hidden;
}
#appToolbar {
padding-left: 15px;
padding-right: 15px;
background-color: #da5849;
color:white;
}
#appToolbar .win-splitviewpanetoggle {
float: left;
}
/* SplitView pane content style*/
#appToolbar.header {
white-space: nowrap;
}
#appToolbar.header .title {
font-size: 25px;
left: 50px;
margin-top: 10px;
margin-left: 10px;
vertical-align: middle;
display: inline-block;
color:white;
}
#appToolbar .win-commandglyph {
color:white;
}
.content,
#app {
height: 100%;
}
#app .nav-commands {
margin-top: 20px;
/*color:white;*/
}
.panearea {
/*background-color: #da5849;*/
}
.win-splitviewcommand-button {
background-color: transparent;
/*color:white;*/
}
button.win-splitviewpanetoggle {
color:white;
}
#app .win-splitview-pane-closed .win-splitviewcommand-label {
/* Make sure pane content doesn't scroll if
SplitViewCommand label receives focus while pane is closed.
*/
visibility: hidden;
}
/*SplitView content style*/
#app .win-splitview-content {
height:94%;
background-color: #f7f7f7;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 4%;
}
#app .contenttext {
margin-left: 20px;
}
.form-control {
width: 100%;
}
.form-control input, .form-control textarea, .win-slider {
width: 100%;
}
.form-control select {
width: 100%;
}
.content-card {
padding-top: 10px;
padding-left: 0px;
padding-right: 0px;
margin-left: 0px;
margin-right: 0px;
}
.content-card:hover {
background-color: #E6E6E6;
}
.win-button{
color: white;
}