Unify public item mouseover effect
parent
e2c8714d02
commit
ed87dd5df1
|
@ -39,3 +39,7 @@ tbody {
|
|||
.cell-outline {
|
||||
outline: 1px solid #D4D4D4;
|
||||
}
|
||||
|
||||
tr.cell-outline:hover {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<div class="pull-left" style="margin-top:20px;">
|
||||
<div class="table-container" style="min-width: 500px">
|
||||
<table class="table table-hover">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr class="table-head">
|
||||
<th class="col-sm-1" style="border-radius: 10px 0 0 0;"></th>
|
||||
|
|
|
@ -6,6 +6,10 @@ table {
|
|||
background: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
:host /deep/ tr.mat-row:hover {
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
td > img {
|
||||
height: 120px;
|
||||
padding: 8px;
|
||||
|
@ -17,6 +21,7 @@ h1, h3 {
|
|||
|
||||
h3 {
|
||||
font-weight: bolder;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.column-container {
|
||||
|
|
Loading…
Reference in New Issue