diff options
Toggling tooltip.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/send.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss index 838e00b00..e1ea73de5 100644 --- a/ui/app/css/itcss/components/send.scss +++ b/ui/app/css/itcss/components/send.scss @@ -80,4 +80,15 @@ color: #3098DC; font-size: 12px; cursor: pointer; +} + +div.__react_component_tooltip.send-tooltip { + left: 177px; + top: 50px; + width: 237px; + height: 307px; + background-color: white; + opacity: 1; + box-shadow: grey 0px 0px 5px; + z-index: 1050; }
\ No newline at end of file |