diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-07-03 10:06:27 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-07-03 10:06:27 +0000 |
commit | 82457f83f24b506bf2dade3c4b4645b4abb6c33c (patch) | |
tree | da6d3442eed0f4870f8be4f8cd3f3676d6f44f40 /WebContent/ITMILL/themes/default/common/common.css | |
parent | 6402343ff4ae6596d0de2f974a019371d4938025 (diff) | |
download | vaadin-framework-82457f83f24b506bf2dade3c4b4645b4abb6c33c.tar.gz vaadin-framework-82457f83f24b506bf2dade3c4b4645b4abb6c33c.zip |
Tooltip styles updated. Removed duplicate .i-errormessage class from "caption.css".
svn changeset:5019/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default/common/common.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index dad8550ea8..69ed651925 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -75,23 +75,34 @@ input.i-modified, */ /** - * Custom toolktip + * Custom tooltip */ .i-tooltip { - background-color: #ffffcc; - border: 1px solid #464f52; - font-size: 12px; - font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; - color: #464f52; + background-color: #fffcdd; + border: 1px solid #b8b295; + border-top-color: #d5d2c1; + border-left-color: #d5d2c1; + font-size: 11px; + line-height: 13px; + font-family: arial, helvetica, tahoma, verdana, sans-serif; + color: #5d5444; + overflow: auto; } .i-tooltip-text { - margin: 4px; + padding: 2px 4px; + border: none; + border-top: 1px solid #fffef5; + border-bottom: 1px solid #fbf8d9; } .i-tooltip .i-errormessage { - padding: 4px; - border-width: 0 0 1px 0; + padding: 3px 4px 3px 4px; + background: #ffecc6; + color: #b74100; + border: none; + border-top: 1px solid #fff3dc; + border-bottom: 1px solid #ead7b1; } /** |