~azzar1/unity/add-show-desktop-key

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.testsuite {
  display: none;
}

.test_variables {
  display: none;
}

.test_cases {
  display: none;
}

.test_case {
  display: none;
}

div.testsuite {
  background: turquoise;
}

.textinput {
  width: 350px;
}