UI changes
This commit is contained in:
parent
6be32abb07
commit
29e67dc494
@ -296,7 +296,7 @@ a:focus {
|
|||||||
.detail_div {
|
.detail_div {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #fff;
|
border: 1px solid #fff;
|
||||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
|
||||||
padding: 10px ;
|
padding: 10px ;
|
||||||
transition: 0.3s linear all;
|
transition: 0.3s linear all;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
@ -319,7 +319,9 @@ a:focus {
|
|||||||
color: #002f5b;
|
color: #002f5b;
|
||||||
}
|
}
|
||||||
.detail_div:hover {
|
.detail_div:hover {
|
||||||
box-shadow: none;
|
background-color: #ecf2ff;
|
||||||
|
border-color: #ecf2ff;
|
||||||
|
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
|
||||||
transition: 0.3s linear all;
|
transition: 0.3s linear all;
|
||||||
}
|
}
|
||||||
.latest_table {
|
.latest_table {
|
||||||
|
Loading…
Reference in New Issue
Block a user