redesign war list menu

pull/40/head
HardiReady 2018-07-05 21:04:43 +02:00
parent 8451952f4a
commit 65015f701f
3 changed files with 4 additions and 9 deletions

View File

@ -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 {

View File

@ -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;
}

View File

@ -30,7 +30,7 @@
}
:host /deep/ .mat-progress-spinner circle, .mat-spinner circle {
stroke: #000000 !important;
stroke: #303030 !important;
stroke-linecap: round;
}