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

28 lines
639 B
Plaintext
Raw Normal View History

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