Add WIP CSS

(cherry picked from commit 6d8d968ec2505159264dd1c406329d8894089fea)
This commit is contained in:
Aurelien Vaillant
2020-04-02 19:28:47 +02:00
parent b86e1a05f9
commit a73562c00c
10 changed files with 198 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
/*
===============================================================================
This file may contain extra CSS rules loaded on all apps page (*if* the app
nginx's conf does include the appropriate snippet) for the small YunoHost
button in bottom-right corner + portal overlay.
The yunohost button corresponds to : #ynh-overlay-switch
The yunohost portal overlay / iframe corresponds to : #ynh-overlay
BE CAREFUL that you should *not* add too-general rules that apply to
non-yunohost elements (for instance all 'a' or 'p' elements...) as it will
likely break app's rendering
===============================================================================
*/
#ynh-overlay-switch {
background-image: url("./cloud.png");
}