diff options
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index bc34cb768..7c6b2fde8 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -155,6 +155,10 @@ div#foot a:hover { line-height: 1.5; } +.input-group.date .input-group-text:hover{ + cursor: pointer; +} + .input-group > ul{ padding: 0.5em; border: 1px solid $border-color; |