fixed filebrowser share page color and updated FB readme.
This commit is contained in:
parent
52f163c4a9
commit
9ce40b111a
@ -145,8 +145,11 @@ body{
|
|||||||
.material-icons, .prompt .file-list ul li:before{
|
.material-icons, .prompt .file-list ul li:before{
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
.share__box {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
.share__box__info {
|
.share__box__info {
|
||||||
background: var(--modal-bg-color);
|
background: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
.share__box__download {
|
.share__box__download {
|
||||||
background: var(--accent-color);
|
background: var(--accent-color);
|
||||||
|
|||||||
@ -626,6 +626,10 @@ Custom [Filebrowser](https://github.com/filebrowser/filebrowser) CSS.
|
|||||||
Based on https://github.com/Archmonger/Blackberry-Themes/blob/master/Themes/Blackberry-Flat/bbf_filebrowser.css
|
Based on https://github.com/Archmonger/Blackberry-Themes/blob/master/Themes/Blackberry-Flat/bbf_filebrowser.css
|
||||||
**https://github.com/Archmonger/Blackberry-Themes**
|
**https://github.com/Archmonger/Blackberry-Themes**
|
||||||
|
|
||||||
|
Can also be installed locally: https://filebrowser.xyz/configuration/custom-branding
|
||||||
|
|
||||||
|
In the `custom.css` file add `@import "https://gilbn.github.io/theme.park/CSS/themes/filebrowser/<THEME-NAME>.css";`
|
||||||
|
|
||||||
```
|
```
|
||||||
https://gilbn.github.io/theme.park/CSS/themes/filebrowser/XXX.css
|
https://gilbn.github.io/theme.park/CSS/themes/filebrowser/XXX.css
|
||||||
aquamarine.css
|
aquamarine.css
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user