summaryrefslogtreecommitdiffstats
path: root/application/basilisk/base/content/aboutaccounts/aboutaccounts.css
blob: a2c5cb8f054c3360cdaec722800f31c024f54579 (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
html, body {
  height: 100%;
}

#remote {
  width: 100%;
  height: 100%;
  border: 0;
  display: none;
}

#networkError, #manage, #intro, #stage, #configError {
  display: none;
}

#oldsync {
  background: none;
  border: 0;
  color: #0095dd;
}

#oldsync:focus {
  outline: 1px dotted #0095dd;
}