mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
Merge branch 'master' of https://github.com/hacdias/filemanager
This commit is contained in:
commit
dd648286d5
@ -133,5 +133,15 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#breadcrumbs a {
|
#breadcrumbs a {
|
||||||
color: inherit
|
color: inherit;
|
||||||
|
transition: .1s ease-in;
|
||||||
|
border-radius: .125em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#breadcrumbs a:hover {
|
||||||
|
background-color: rgba(0,0,0, 0.05);
|
||||||
|
}
|
||||||
|
|
||||||
|
#breadcrumbs span a {
|
||||||
|
padding: .2em;
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
2640
rice-box.go
2640
rice-box.go
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user