src/Clients/Web/winjs/css/ui-dark.css [5508:5536]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
.win-textarea:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #0078d7;
}
input::-ms-clear,
input::-ms-reveal {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
input::-ms-clear:hover,
input::-ms-reveal:hover {
  color: #0078d7;
}
input::-ms-clear:active,
input::-ms-reveal:active {
  color: #ffffff;
  background-color: #0078d7;
}
.win-toggleswitch-header {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/Clients/Web/winjs/css/ui-light.css [5509:5537]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=search]:focus,
textarea:focus,
.win-textarea:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #0078d7;
}
input::-ms-clear,
input::-ms-reveal {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
input::-ms-clear:hover,
input::-ms-reveal:hover {
  color: #0078d7;
}
input::-ms-clear:active,
input::-ms-reveal:active {
  color: #ffffff;
  background-color: #0078d7;
}
.win-toggleswitch-header {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



