summary refs log tree commit diff
path: root/synapse/res/username_picker/style.css
blob: 745bd4c684ef32e7b04008a4421924ded2ba2f74 (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
input[type="text"] {
  font-size: 100%;
  background-color: #ededf0;
  border: 1px solid #fff;
  border-radius: .2em;
  padding: .5em .9em;
  display: block;
  width: 26em;
}

.button--disabled {
  border-color: #fff;
  background-color: transparent;
  color: #000;
  text-transform: none;
}

.hidden {
  display: none;
}

.tooltip {
  background-color: #f9f9fa;
  padding: 1em;
  margin: 1em 0;
}