This commit is contained in:
Nick Bebout 2019-07-02 18:25:47 -05:00
parent 0797e48248
commit 275436c5a0
126 changed files with 25270 additions and 4380 deletions

View file

@ -1,16 +1,29 @@
/* $Id: imapsync_form.css,v 1.1 2018/01/27 21:58:41 gilles Exp gilles $ */
/* $Id: imapsync_form.css,v 1.5 2019/06/25 21:31:44 gilles Exp gilles $ */
#account1 {
background-color: DodgerBlue ;
// background-color: DodgerBlue ;
background-color: Fuchsia ;
}
#account2 {
background-color: DarkTurquoise ;
}
#parameters {
// background-color: GreenYellow ;
// background-color: White ;
}
#progress {
text-align: center ;
font-size: 1.6em ;
margin: 0 0 0px;
}
.padd0 {
padding-left: 0px ;
padding-right: 0px ;
}
}