33 lines
504 B
CSS
33 lines
504 B
CSS
/*申請・承認・決裁*/
|
|
#Process_1,
|
|
#Process_2,
|
|
#Process_4 {
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
background: blue;
|
|
color: white;
|
|
}
|
|
|
|
/*差戻し*/
|
|
#Process_3 {
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
background: yellow;
|
|
color: black;
|
|
}
|
|
|
|
/*保留・取消・差戻し*/
|
|
#Process_5,
|
|
#Process_6,
|
|
#Process_7 {
|
|
font-weight: bold;
|
|
background: red;
|
|
color: black;
|
|
}
|
|
|
|
#Process_8 {
|
|
font-size: 1.3em;
|
|
font-weight: bold;
|
|
background: lime;
|
|
color: black;
|
|
} |