1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added user filter to audit log

Included testing to cover.
Closes #2472
This commit is contained in:
Dan Brown
2021-03-21 15:04:32 +00:00
parent c548c06086
commit 06706a2d9c
11 changed files with 70 additions and 24 deletions

View File

@ -783,6 +783,6 @@ body.flexbox-support #entity-selector-wrap .popup-body .form-group {
.custom-select-input {
max-width: 280px;
border: 1px solid #DDD;
border-radius: 4px;
border: 1px solid #D4D4D4;
border-radius: 3px;
}

View File

@ -269,7 +269,7 @@ header .search-box {
.dropdown-search {
position: relative;
.dropdown-search-toggle {
padding: 6px;
padding: $-xs;
border: 1px solid transparent;
border-radius: 4px;
&:hover {
@ -281,6 +281,14 @@ header .search-box {
}
}
.dropdown-search-toggle.compact {
padding: $-xxs $-xs;
.avatar {
height: 22px;
width: 22px;
}
}
.faded {
a, button, span, span > div {
color: #666;

View File

@ -28,7 +28,7 @@ $-xs: 6px;
$-xxs: 3px;
// List of our spacing sizes
$spacing: (('none', 0), ('xxs', $-xxs), ('xs', $-xs), ('s', $-s), ('m', $-m), ('l', $-l), ('xl', $-xl), ('xxl', $-xxl));
$spacing: (('none', 0), ('xxs', $-xxs), ('xs', $-xs), ('s', $-s), ('m', $-m), ('l', $-l), ('xl', $-xl), ('xxl', $-xxl), ('auto', auto));
// Fonts
$text: -apple-system, BlinkMacSystemFont,