summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/personal_options.css
blob: fda8a45327f9e662e57b44951bea5a8d7b7dd47e (plain)
1
2
3
4
5
6
7
8
9
10
#account-picture {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 70px;
  height: 70px;
}

.sync-error {
  background-color: #FF9A9A;
}