Bug fixed for latest css changes #1

pull/3539/head
twanariens 5 years ago
parent 1d72727481
commit 625702f7e0

@ -47,5 +47,5 @@ h3 strong {
.overview {
height:300px;
overflow-y: scroll;
overflow-y: auto;
}

@ -126,6 +126,7 @@
.small-middle-container{
width:auto;
overflow:hidden;
}
.btn-group {
@ -155,7 +156,7 @@
@media (min-width: 1600px) {
.col-xl-2 {
flex: 0 0 20%;
flex: 0 0 18%;
max-width: 20%;
min-width: 20%;
}

@ -9,6 +9,7 @@
.mat-form-field {
float:right;
margin-right:20px;
}
/*::ng-deep .dark .mat-form-field-label{
@ -16,7 +17,7 @@
}*/
::ng-deep .mat-form-field-infix {
width: 10em;
width: 8em;
margin-top:1em;
}
@ -28,4 +29,9 @@
::ng-deep .mat-tab-label{
opacity: 1;
}
::ng-deep .row {
margin-right:0;
margin-left:0;
}

@ -45,7 +45,7 @@
}
::ng-deep .dark .mat-sort-header-arrow{
color:#303030;
color:#c6c6c6;
}
::ng-deep .mat-column-actions{

@ -52,6 +52,7 @@
::ng-deep .dark & button {
background: $accent-dark !important;
color: #303030 !important;
}/*
&:hover{
box-shadow: 0 1em 1em -0.8em #fff;
transform: translateY(-0.50em);
@ -73,9 +74,10 @@
inset 6em 3.5em 0 0 #fff;
}
}
}
}*/
}
/* .dark .buttons button {
/*.dark .buttons button {
background: $accent-dark !important;
color: #303030;
}*/
}
*/
Loading…
Cancel
Save