diff options
Diffstat (limited to 'addons/hr_contract/static/src/scss/calendar_mismatch.scss')
| -rw-r--r-- | addons/hr_contract/static/src/scss/calendar_mismatch.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addons/hr_contract/static/src/scss/calendar_mismatch.scss b/addons/hr_contract/static/src/scss/calendar_mismatch.scss new file mode 100644 index 00000000..51c995d8 --- /dev/null +++ b/addons/hr_contract/static/src/scss/calendar_mismatch.scss @@ -0,0 +1,18 @@ +.o_form_view { + .o_calendar_warning { + cursor: help; + } + + .o_calendar_warning_tooltip { + display: block; + height: 0; + opacity: 0; + } + + .o_calendar_warning:hover + .o_calendar_warning_tooltip { + display: inline; + height: auto; + opacity: 1; + transition: opacity 0.5s linear; + } +} |
