mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge pull request #289 from shamoon/fix/safari-flex-transition
Miscellaneous CSS fixes
This commit is contained in:
commit
bbb5783b4f
@ -113,7 +113,7 @@
|
|||||||
background-color: rgba(0, 0, 0, 0.15);
|
background-color: rgba(0, 0, 0, 0.15);
|
||||||
padding-left: 1.8rem;
|
padding-left: 1.8rem;
|
||||||
border-color: rgba(255, 255, 255, 0.2);
|
border-color: rgba(255, 255, 255, 0.2);
|
||||||
transition: flex 0.3s ease;
|
transition: all .3s ease, padding-left 0s ease, background-color 0s ease; // Safari requires all
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
min-width: 300px; // 1/2 max
|
min-width: 300px; // 1/2 max
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
table {
|
table {
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
th:first-child {
|
th:first-child {
|
||||||
min-width: 5rem;
|
width: 25%;
|
||||||
}
|
}
|
||||||
|
@ -297,7 +297,8 @@ $border-color-dark-mode: #47494f;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
|
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover,
|
||||||
|
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
|
||||||
background-color: $bg-light-dark-mode;
|
background-color: $bg-light-dark-mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user