comparison www/premium.css @ 0:b51518614818 default tip

New Files
author Pluto <meokcin@gmail.com>
date Tue, 03 Sep 2024 15:57:25 +0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b51518614818
1 /* Fixes for the premium subscription-modal, which seems to be empty / broken in recent versions */
2 .enterprise-modal .enterprise-info {
3 display: inherit;
4 }
5
6 .enterprise-modal .modal .enterprise-info .premium-plan {
7 display: inherit;
8 }
9
10 .enterprise-modal .enterprise-buttons {
11 display: inherit;
12 }