add style for i.selected, used in table headers

This commit is contained in:
Uwe Steinmann 2019-06-24 11:52:01 +02:00
parent 6d751b5437
commit 66d2dcce8e

View File

@ -161,6 +161,7 @@ i.released {color: #00b000;}
i.rejected {color: #b00000;}
i.in-workflow {color: #11479e;}
i.workflow-action {color: #91479e;}
i.selected {border: 1px solid #d4d4d4;padding:3px;border-radius:3px;background-color:#fafafa;background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);}
span.openpopupbox {
cursor: pointer;