Overview
Comment:Invoice module: patch (quick-fix) to fix module documentation display on light theme
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | invoice_module
Files: files | file ages | folders
SHA3-256: 87f7732b669f63e397e3263bc3c1eecc59a70f75c9c671b81837cba76b689833
User & Date: alinaar on 2023-04-04 17:59:18
Other Links: branch diff | manifest | tags
Context
2023-04-04
18:00
Invoice module: patch (quick-fix) to fix module documentation display on light theme check-in: 7c795fca13 user: alinaar tags: invoice_module
17:59
Invoice module: patch (quick-fix) to fix module documentation display on light theme check-in: 87f7732b66 user: alinaar tags: invoice_module
17:35
Invoice module: quotation creation fixed check-in: 03921e37cb user: alinaar tags: invoice_module
Changes

Modified src/www/admin/static/styles/02-common.css from [667ab000c3] to [cd41687006].

669
670
671
672
673
674
675





    width: 100%;
    padding: .5em 0;
    margin: 0;
    text-align: center;
    border: 0;
    transition: all .5s, opacity 2s;
}












>
>
>
>
>
669
670
671
672
673
674
675
676
677
678
679
680
    width: 100%;
    padding: .5em 0;
    margin: 0;
    text-align: center;
    border: 0;
    transition: all .5s, opacity 2s;
}

#frameDialog html {
	color: rgb(var(--gTextColor));
	background-color: rgb(var(--gBgColor));
}