Commit 8105f7da11bf9ab8a6e656c3426b679e95114aa8
1 parent
f18213fd
Exists in
master
and in
4 other branches
Persite css icon setting
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
app/static/css/style.css
... | ... | @@ -58,6 +58,21 @@ nav.sidebar a.disabled { |
58 | 58 | border-bottom: 1px solid #ddd |
59 | 59 | } |
60 | 60 | |
61 | +/* -- - - - - - - - - - per site icon settings - - - - - - - - - -- */ | |
62 | + | |
61 | 63 | .admin-icon { |
62 | 64 | filter: hue-rotate(300deg) saturate(1000%); |
63 | 65 | } |
66 | + | |
67 | +.public-icon { | |
68 | + filter: saturate(200%); | |
69 | + /* hue-rotate(300deg) */ | |
70 | +} | |
71 | + | |
72 | +.dev-icon { | |
73 | + filter: hue-rotate(200deg) saturate(1000%); | |
74 | +} | |
75 | + | |
76 | +.dev2-icon { | |
77 | + filter: hue-rotate(100deg) saturate(1000%); | |
78 | +} | ... | ... |