1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/X/imapsync_form.css

30 lines
520 B
CSS
Raw Normal View History

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
}