aboutsummaryrefslogtreecommitdiff
path: root/public/css/demos/clicking.css
blob: 9a9016ebf620e3aa7b3c3759db0fe6eb336852fb (plain) (blame)
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
.a11y-onclick .button {
  text-align: center;
  margin-right: 20px;
  width: 100px;
  color: white;
  padding: 15px 25px;
  background-color: #0074f6;
}

.a11y-onclick.active:not(.no-active) .button {
  background-color: #004a93;
}

.a11y-onclick .output {
  width: 200px;
  padding: 15px;
  background-color: #e9e9e9;
}

.a11y-onclick.active .mouse-pointer {
  top: 29px;
}

.a11y-onclick .row {
  width: 100%;
}

.a11y-onclick .enter-key {
  margin: 0 auto 20px;
  width: 129px;
  padding: 15px 25px;
  background-color: #222222;
  color: #ffffff;
  text-align: right;
  border-radius: 7px;
  border-bottom: 5px solid #666666;
}

.a11y-onclick.active .enter-key {
  margin-top: 3px;
  border-bottom-width: 2px;
}

.a11y-onclick .button.focused {
  outline: 3px solid #000000;
}