redesign war list menu
parent
8451952f4a
commit
65015f701f
|
@ -30,10 +30,9 @@ li {
|
|||
}
|
||||
|
||||
.version-label {
|
||||
position: relative;
|
||||
margin-right: -30px;
|
||||
position: absolute;
|
||||
top: 27px;
|
||||
left: -50px;
|
||||
left: 115px;
|
||||
font-size: 12px;
|
||||
color: #bebebe;
|
||||
}
|
||||
|
@ -70,10 +69,6 @@ li {
|
|||
background-color: orange;
|
||||
}
|
||||
|
||||
unprocessed-child:hover {
|
||||
background-color: orange;
|
||||
}
|
||||
|
||||
/* Safari 4.0 - 8.0 */
|
||||
@-webkit-keyframes color-blink {
|
||||
from {
|
||||
|
|
|
@ -26,7 +26,7 @@ mat-expansion-panel-header.mat-expansion-panel-header:focus {
|
|||
}
|
||||
|
||||
.select-list {
|
||||
height: 115%;
|
||||
height: 120%;
|
||||
background: #ececec;
|
||||
box-shadow: 2px 1px 5px grey;
|
||||
}
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
|
||||
:host /deep/ .mat-progress-spinner circle, .mat-spinner circle {
|
||||
stroke: #000000 !important;
|
||||
stroke: #303030 !important;
|
||||
stroke-linecap: round;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue