diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-07-03 09:05:47 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2008-07-03 09:05:47 +0000 |
commit | e88d4dface1faeee38f2ba9b65ee8d8052e71905 (patch) | |
tree | 5e36b2612080d38c57637a7984a52d5e7e304232 /WebContent/ITMILL/themes/default/common/common.css | |
parent | b0d8795098c9de54af7821ca3f40538357d233b7 (diff) | |
download | vaadin-framework-e88d4dface1faeee38f2ba9b65ee8d8052e71905.tar.gz vaadin-framework-e88d4dface1faeee38f2ba9b65ee8d8052e71905.zip |
Shadow styles for default theme.
svn changeset:5017/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default/common/common.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/common/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/default/common/common.css b/WebContent/ITMILL/themes/default/common/common.css index 443356fd27..dad8550ea8 100644 --- a/WebContent/ITMILL/themes/default/common/common.css +++ b/WebContent/ITMILL/themes/default/common/common.css @@ -108,8 +108,8 @@ input.i-modified, } .i-contextmenu .gwt-MenuBar { - border-right: 2px solid #c6cbcc; - border-bottom: 2px solid #c6cbcc; + border-right: 1px solid #c6cbcc; + border-bottom: 1px solid #c6cbcc; border-top: 1px solid #d0d4d5; border-left: 1px solid #d0d4d5; } |