mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Added uploaded to book/page filters & search in image manager
Also refactored tab styles which affected the settings area. Closes #41
This commit is contained in:
@@ -189,12 +189,13 @@ form.search-box {
|
||||
}
|
||||
}
|
||||
|
||||
.setting-nav {
|
||||
.nav-tabs {
|
||||
text-align: center;
|
||||
a {
|
||||
a, .tab-item {
|
||||
padding: $-m;
|
||||
display: inline-block;
|
||||
color: #666;
|
||||
cursor: pointer;
|
||||
&.selected {
|
||||
border-bottom: 2px solid $primary;
|
||||
}
|
||||
|
Reference in New Issue
Block a user