Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!204
Resolve "Global search"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Global search"
208-global-search
into
master
Overview
4
Commits
21
Pipelines
12
Changes
2
All threads resolved!
Hide all comments
Merged
Nik | Klampfradler
requested to merge
208-global-search
into
master
5 years ago
Overview
4
Commits
21
Pipelines
12
Changes
2
All threads resolved!
Hide all comments
Expand
Closes
#208 (closed)
Edited
4 years ago
by
Tom Teichler
0
0
Merge request reports
Viewing commit
3851bedc
Prev
Next
Show latest version
2 files
+
51
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
Verified
3851bedc
Add materialize default search in sidenav (only HTML+SCSS)
· 3851bedc
Jonathan Weth
authored
5 years ago
aleksis/core/static/style.scss
+
45
−
0
Options
@@ -129,6 +129,51 @@ li.active > a > .sidenav-badge {
color
:
$primary-color
!
important
;
}
.sidenav
li
.search
{
position
:
relative
;
z-index
:
2
;
}
.sidenav
li
.search
:hover
{
background-color
:
#fff
;
}
.sidenav
li
.search
.search-wrapper
{
color
:
#777
;
margin-top
:
-1px
;
border-top
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.14
);
border-bottom
:
1px
solid
rgba
(
0
,
0
,
0
,
0
.14
);
-webkit-transition
:
margin
.25s
ease
;
transition
:
margin
.25s
ease
;
}
.sidenav
li
.search
.search-wrapper
input
#search
{
color
:
#777
;
display
:
block
;
font-size
:
16px
;
font-weight
:
300
;
width
:
100%
;
height
:
62px
;
margin
:
0
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
45px
0
30px
;
border
:
0
;
}
.sidenav
li
.search
.search-wrapper
input
#search
:focus
{
outline
:
none
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
;
}
.sidenav
li
.search
.search-wrapper
i
.material-icons
{
position
:
absolute
;
top
:
21px
;
right
:
10px
;
cursor
:
pointer
;
}
// Sidenav trigger
Loading