From 9b18959636b1415b8a5f32a0fa4cdc626a74b376 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 15 Mar 2021 10:38:05 +0100 Subject: [PATCH] stuff --- Library/_res/BDFDB.data.json | 4 ++++ Library/_res/BDFDB.raw.css | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/Library/_res/BDFDB.data.json b/Library/_res/BDFDB.data.json index 67106ff808..ace4d87042 100644 --- a/Library/_res/BDFDB.data.json +++ b/Library/_res/BDFDB.data.json @@ -538,6 +538,8 @@ "dateInputControls": "dateInputControls-cgfPf9", "dateInputField": "dateInputField-2vhGP1", "dateInputInner": "dateInputInner-ORXFwT", + "dateInputPreview": "dateInputPreview-lG5sMM", + "dateInputPreviewPrefix": "dateInputPreviewPrefix-6Fww21", "dateInputWrapper": "dateInputWrapper-6tQOYp", "dev": "dev-A7f2Rx", "favButtonContainer": "favbutton-8Fzu45", @@ -1738,6 +1740,8 @@ "dateinputcontrols": ["BDFDB", "dateInputControls"], "dateinputfield": ["BDFDB", "dateInputField"], "dateinputinner": ["BDFDB", "dateInputInner"], + "dateinputpreview": ["BDFDB", "dateInputPreview"], + "dateinputpreviewprefix": ["BDFDB", "dateInputPreviewPrefix"], "dateinputwrapper": ["BDFDB", "dateInputWrapper"], "defaultcolor": ["Text", "defaultColor"], "description": ["FormText", "description"], diff --git a/Library/_res/BDFDB.raw.css b/Library/_res/BDFDB.raw.css index 7548d8266e..f801713bd1 100644 --- a/Library/_res/BDFDB.raw.css +++ b/Library/_res/BDFDB.raw.css @@ -654,6 +654,7 @@ img:not([src]), img[src=""], img[src="null"] { } [REPLACE_CLASS_dateinputinner] { flex: 1 1 auto; + color: rgb(--header-primary); max-width: calc(100% - 150px); } [REPLACE_CLASS_dateinputcontrols] { @@ -661,6 +662,14 @@ img:not([src]), img[src=""], img[src="null"] { align-items: center; margin-bottom: 8px; } +[REPLACE_CLASS_dateinputpreview] { + color: rgb(--header-primary); + font-weight: 500; +} +[REPLACE_CLASS_dateinputpreviewprefix] { + margin-right: 6px; + font-weight: 600; +} [REPLACE_CLASS_dateinputfield] { flex: 1 1 auto; }