Merge branch 'master' of https://github.com/hacdias/filemanager
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