redesign war list menu
parent
8451952f4a
commit
65015f701f
|
@ -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 {
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue