data-miner-manager-tester/src/main/resources/org/gcube/portlets/user/dataminermanagertester/client/resources/css/pageTable.gss

28 lines
639 B
Plaintext
Executable File
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/************ Page Table ************/
@external data-row, tool-panel, top-panel;
/** Top Panel **/
#pTable .top-panel {
background-color: white;
color: black;
}
/** Tool Panel icons **/
#pTable .top-panel .tool-panel i {
color: #e91e63;
}
/** Hovering rows **/
#pTable table tbody tr.data-row:hover {
background: rgba(33, 150, 243, 0.27);
color: #3f3f3f;
}
/** Columns **/
#pTable table tbody td:nth-child(3) {
background: #2196f3 !important;
color: #fff;
border-bottom: 2px solid #1976d2;
}
/** Table Headers **/
#pTable table thead tr th {
color: #1976d2;
}