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 { .version-label {
position: relative; position: absolute;
margin-right: -30px;
top: 27px; top: 27px;
left: -50px; left: 115px;
font-size: 12px; font-size: 12px;
color: #bebebe; color: #bebebe;
} }
@ -70,10 +69,6 @@ li {
background-color: orange; background-color: orange;
} }
unprocessed-child:hover {
background-color: orange;
}
/* Safari 4.0 - 8.0 */ /* Safari 4.0 - 8.0 */
@-webkit-keyframes color-blink { @-webkit-keyframes color-blink {
from { from {

View File

@ -26,7 +26,7 @@ mat-expansion-panel-header.mat-expansion-panel-header:focus {
} }
.select-list { .select-list {
height: 115%; height: 120%;
background: #ececec; background: #ececec;
box-shadow: 2px 1px 5px grey; box-shadow: 2px 1px 5px grey;
} }

View File

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