Too many changes :(
This commit is contained in:
@@ -1395,4 +1395,17 @@ span#user-id {
|
||||
}
|
||||
.btn.reduce-opacity:hover, .btn.reduce-opacity:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Highlight row on hover */
|
||||
.row-selector tbody tr:hover td {
|
||||
background-color: darkblue;
|
||||
cursor: pointer;
|
||||
}
|
||||
/* Highlight selected row */
|
||||
.row-selector tbody tr.selected td {
|
||||
background-color: #b3d7ff !important;
|
||||
color: #333;
|
||||
}
|
||||
Reference in New Issue
Block a user