mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-03 07:32:32 +01:00
25 lines
471 B
CSS
25 lines
471 B
CSS
button.calcbutton {
|
|
background-color: #008000 !important;
|
|
}
|
|
|
|
button.calcbutton.poscolorblue {
|
|
background-color: #0000FF !important;
|
|
}
|
|
|
|
button.calcbutton2 {
|
|
background-color: #0000FF !important;
|
|
}
|
|
|
|
button.calcbutton2.poscolordelete {
|
|
background-color: #FF0000 !important;
|
|
color: #FFFFFF !important;
|
|
}
|
|
|
|
button.actionbutton {
|
|
background: #FFB100 !important;
|
|
}
|
|
|
|
tr.selected, tr.selected td {
|
|
background-color: #0000FF !important;
|
|
color: #FFFFFF !important;
|
|
} |