mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
add style for i.selected, used in table headers
This commit is contained in:
parent
6d751b5437
commit
66d2dcce8e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user