ken_nogi/pleasanter/develop2/図確回覧板システム/css/プロセスボタンスタイル.css
Kenichiro NOGI 88a402ce0f up
2026-07-10 18:13:30 +09:00

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;
}