diff options
author | Risto Yrjänä <risto.yrjana@itmill.com> | 2008-07-22 07:37:44 +0000 |
---|---|---|
committer | Risto Yrjänä <risto.yrjana@itmill.com> | 2008-07-22 07:37:44 +0000 |
commit | e565e8523c892e3c660652028333d9c30af1a104 (patch) | |
tree | 358160d5b68b23f595883f85348b4d3f67f0034c /WebContent/ITMILL/themes/default/menubar/menubar.css | |
parent | 1bec9086a719271baf2129358e02855a1d710c44 (diff) | |
download | vaadin-framework-e565e8523c892e3c660652028333d9c30af1a104.tar.gz vaadin-framework-e565e8523c892e3c660652028333d9c30af1a104.zip |
Added CSS for MenuBar
svn changeset:5110/svn branch:trunk
Diffstat (limited to 'WebContent/ITMILL/themes/default/menubar/menubar.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/menubar/menubar.css | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/WebContent/ITMILL/themes/default/menubar/menubar.css b/WebContent/ITMILL/themes/default/menubar/menubar.css new file mode 100644 index 0000000000..649b8348ef --- /dev/null +++ b/WebContent/ITMILL/themes/default/menubar/menubar.css @@ -0,0 +1,45 @@ +/* + *MenuBar styles + */ + +/*Top menu */ +.i-menubar table { + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + + border-right: 2px solid #c6cbcc; + border-bottom: 2px solid #c6cbcc; + border-top: 1px solid #d0d4d5; + border-left: 1px solid #d0d4d5; + + background-color : #e9eced; + white-space: nowrap; +} + +.i-menubar .gwt-MenuItem { + cursor : default; + + padding : 0px 10px; + margin : 0px 10px; + + background-color : #e9eced; + } + +.i-menubar .gwt-MenuItem-selected { + background-color : #fff; + } + +/*Submenu*/ +.i-menubar_submenu { + font-size : 12px; + padding : 3px; + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + background-color : #e9eced; + white-space: nowrap; + + border-right: 2px solid #c6cbcc; + border-bottom: 2px solid #c6cbcc; + border-top: 1px solid #d0d4d5; + border-left: 1px solid #d0d4d5; + +}
\ No newline at end of file |