Mercurial > libervia-templates
view sat_templates/templates/default/static/styles_noscript.css @ 187:7539d98e1d08
components (menu): disable cache when importing "menu_labels":
When using cache, first translation was used whatever locale was used after that.
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 14 Apr 2019 08:09:40 +0200 |
parents | 240bbac435f4 |
children | 255faa03379a |
line wrap: on
line source
/******************************************************* * This styles are used when javascript is not enabled * *******************************************************/ /************* * Constants * *************/ :root { --box--expand_limit: none; } /********* * boxes * *********/ .box__under { display: none; } /************ * Comments * ************/ .comments_panel { max-height: none; opacity: 1; } /********* * Menus * *********/ .menu__language button { display: initial; }