|
@ -2,14 +2,15 @@ |
|
|
Alternative Theme for OpenMediaVault (OMV NAS) Admin GUI |
|
|
Alternative Theme for OpenMediaVault (OMV NAS) Admin GUI |
|
|
|
|
|
|
|
|
## Usage / Installation |
|
|
## Usage / Installation |
|
|
Connect to the server via SSH and create a themes-custom.css: |
|
|
Connect to the server via SSH and create a <code>themes-custom.css</code>: |
|
|
<br> |
|
|
<br> |
|
|
<pre> |
|
|
<pre> |
|
|
<code>nano /var/www/openmediavault/css</code> |
|
|
<code>nano /var/www/openmediavault/css/themes-custom.css</code> |
|
|
</pre> |
|
|
</pre> |
|
|
<br> |
|
|
<br> |
|
|
Paste code content of <code>themes-custom.css</code>. Set permissions of the file to: |
|
|
Paste code content of <code>themes-custom.css</code>. Set permissions of the file to: |
|
|
<br> |
|
|
<br> |
|
|
|
|
|
<br> |
|
|
<pre> |
|
|
<pre> |
|
|
<code>openmediavault-webgui</code> |
|
|
<code>openmediavault-webgui</code> |
|
|
</pre> |
|
|
</pre> |
|
@ -26,4 +27,6 @@ $omv-color-more-darker: #0b1625; |
|
|
</pre> |
|
|
</pre> |
|
|
<br> |
|
|
<br> |
|
|
<br> |
|
|
<br> |
|
|
|
|
|
## The created Custom CSS currently works with OMV v5. No guarantee can be given for older versions. Just try it out. |
|
|
|
|
|
<br><br> |
|
|
Have Fun ;-) |
|
|
Have Fun ;-) |
|
|