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: 7c795fca130b93f2f63768e2f10ffe05e215c41ee7814be9a5dbacd63009729f
User & Date: alinaar on 2023-04-04 18:00:19
Other Links: branch diff | manifest | tags
Context
2023-04-04
18:13
Invoice module: french documentation (README) added check-in: 9d50e7edbd user: alinaar tags: invoice_module
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
Changes

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

670
671
672
673
674
675
676
677
678
679
680
    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));
}







|



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

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