aboutsummaryrefslogtreecommitdiff
path: root/styles/instance-manager.css
blob: 51bf62cc45ad131ffdd296e1c1a14697125224d5 (plain)
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
body {
  margin: 0;
}

.etabs-tabgroup {
  background-color: #282a36;
}

.etabs-tab {
  color: white;
  background: none;
  background-color: #474A5E;
  border: none;
  font-weight: bold;
}

.etabs-tab.active {
  background: #6D8A88;
}

.etabs-views {
  border: none;
  height: calc(100vh - 52px);
  background-color: #282a36;
}

.etabs-buttons button {
  width: inherit;
  padding: 4px 6px;
  background: #6D8A88;
}

.etabs-tabgroup-footer {
  background: #6D8A88;
  height: 20px;
}