Browse Source

fixed filebrowser share page color and updated FB readme.

pull/20/head
gilbN 5 years ago
parent
commit
9ce40b111a
  1. 5
      CSS/themes/filebrowser/filebrowser-base.css
  2. 4
      README.md

5
CSS/themes/filebrowser/filebrowser-base.css

@ -145,8 +145,11 @@ body{
.material-icons, .prompt .file-list ul li:before{
color: white;
}
.share__box {
background: transparent;
}
.share__box__info {
background: var(--modal-bg-color);
background: rgba(0, 0, 0, 0.25);
}
.share__box__download {
background: var(--accent-color);

4
README.md

@ -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
**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
aquamarine.css

Loading…
Cancel
Save