@@ -230,33 +230,37 @@ body{
230230```
231231#### variable list
232232
233- | css variable name | description |
234- | ------------- | ------------- |
235- | --jb-date-input-margin | web-component margin default is ` 0 12px ` |
236- | --jb-date-input-border-radius | web-component border-radius default is ` 16px ` |
237- | --jb-date-input-border-color | border color of select in normal mode |
238- | --jb-date-input-border-color-focus | border color when user focus on input |
239- | --jb-date-input-bgcolor | background color of input |
240- | --jb-date-input-message-box-display | default is block but if you set it to none message box will be hidden |
241- | --jb-date-input-message-box-color | change color of message under box |
242- | --jb-date-input-message-box-color-error | change color of message under box |
243- | --jb-date-input-text-align | text align of input |
244- | --jb-date-input-box-height | height of input box |
245- | --jb-date-input-border-width | general border width default is ` 1px ` |
246- | --jb-date-input-border-bottom-width | border bottom width default is ` 3px ` |
247- | --jb-date-input-label-font-size | font size of date input label default is ` 0.8em ` |
248- | --jb-date-input-label-margin | change label margin default is ` 0 4px ` |
249- | --jb-date-input-label-weight | label font-weight default is normal |
250- | --jb-date-input-placeholder-color | input placeholder color default is ` initial ` |
251- | --jb-date-input-placeholder-font-size | place holder font size default is ` 1.1em ` |
252- | --jb-date-input-value-color | date input value color default is ` #1f1735 ` |
253- | --jb-date-input-value-font-size | date input value font-size |
254- | --jb-date-input-calender-wrapper-bg-color | calender background color default color is ` #fff ` |
255- | --jb-date-input-calendar-wrapper-z-index | opend calendar ` z-index ` is ` 10 ` but you can change it to number you want |
256- | --jb-date-input-calender-wrapper-border-radius| calendar border radius default is ` 24px ` |
257- | --jb-date-input-input-margin | input margin default is ` 4px 0 ` |
258- | --jb-date-input-box-shadow | input box-shadow default is none |
259- | --jb-date-input-box-shadow-focus | input box-shadow when input is focused default is none |
233+ | --jb-date-input-margin | web-component margin default is ` 0 12px ` |
234+ | --jb-date-input-border-radius | web-component border-radius default is ` 16px ` |
235+ | css variable name | description |
236+ | ------------- | ------------- |
237+ | --jb-date-input-border-color | border color of select in normal mode |
238+ | --jb-date-input-border-color-focus | border color when user focus on input |
239+ | --jb-date-input-bgcolor | background color of input |
240+ | --jb-date-input-message-box-display | default is block but if you set it to none message box will be hidden |
241+ | --jb-date-input-message-box-color | change color of message under box |
242+ | --jb-date-input-message-box-color-error | change color of message under box |
243+ | --jb-date-input-message-box-font-size | font-size of message box under the input box |
244+ | --jb-date-input-message-box-font-weight | font-weight of message box under the input box |
245+ | --jb-date-input-message-box-padding | font-size of message box under the input box |
246+ | --jb-date-input-text-align | text align of input |
247+ | --jb-date-input-box-height | height of input box |
248+ | --jb-date-input-border-width | general border width default is ` 1px ` |
249+ | --jb-date-input-border-bottom-width | border bottom width default is ` 3px ` |
250+ | --jb-date-input-label-font-size | font size of date input label default is ` 0.8em ` |
251+ | --jb-date-input-label-margin | change label margin default is ` 0 4px ` |
252+ | --jb-date-input-label-weight | label font-weight default is normal |
253+ | --jb-date-input-placeholder-color | input placeholder color default is ` initial ` |
254+ | --jb-date-input-placeholder-font-size | place holder font size default is ` 1.1em ` |
255+ | --jb-date-input-value-color | date input value color default is ` #1f1735 ` |
256+ | --jb-date-input-value-font-size | date input value font-size |
257+ | --jb-date-input-calender-wrapper-bg-color | calender background color default color is ` #fff ` |
258+ | --jb-date-input-calendar-wrapper-z-index | opend calendar ` z-index ` is ` 10 ` but you can change it to number you want |
259+ | --jb-date-input-calender-wrapper-border-radius| calendar border radius default is ` 24px ` |
260+ | --jb-date-input-input-margin | input margin default is ` 4px 0 ` |
261+ | --jb-date-input-box-shadow | input box-shadow default is none |
262+ | --jb-date-input-box-shadow-focus | input box-shadow when input is focused default is none |
263+
260264
261265if you want to change opened date picker style please read [ jb-calendar] ( https://github.com/javadbat/jb-calendar ) readme file
262266## add custom element in input box
0 commit comments