2018-05-07 16:04:23 +02:00
|
|
|
|
|
|
|
|
2019-07-03 01:25:47 +02:00
|
|
|
/* $Id: imapsync_form.css,v 1.5 2019/06/25 21:31:44 gilles Exp gilles $ */
|
2018-05-07 16:04:23 +02:00
|
|
|
|
|
|
|
#account1 {
|
2019-07-03 01:25:47 +02:00
|
|
|
// background-color: DodgerBlue ;
|
|
|
|
background-color: Fuchsia ;
|
2018-05-07 16:04:23 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#account2 {
|
|
|
|
background-color: DarkTurquoise ;
|
|
|
|
}
|
|
|
|
|
2019-07-03 01:25:47 +02:00
|
|
|
#parameters {
|
|
|
|
// background-color: GreenYellow ;
|
|
|
|
// background-color: White ;
|
|
|
|
}
|
|
|
|
|
|
|
|
#progress {
|
|
|
|
text-align: center ;
|
|
|
|
font-size: 1.6em ;
|
|
|
|
margin: 0 0 0px;
|
|
|
|
}
|
|
|
|
|
2018-05-07 16:04:23 +02:00
|
|
|
.padd0 {
|
|
|
|
padding-left: 0px ;
|
|
|
|
padding-right: 0px ;
|
2019-07-03 01:25:47 +02:00
|
|
|
}
|
|
|
|
|