diff options
author | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-04-29 13:22:53 +0000 |
---|---|---|
committer | Jouni Koivuviita <jouni.koivuviita@itmill.com> | 2009-04-29 13:22:53 +0000 |
commit | 217580bb8afc6068eba951429defb66b4cdcab2f (patch) | |
tree | f35526e300ee6a67845228354efbcc2a35f7e96f /WebContent/ITMILL/themes/default/menubar/menubar.css | |
parent | cd4c6d8ed95bb26672363d2e008464961935166b (diff) | |
parent | 8b0cf2389f1152f50cb38832f0b1d84b9e5cdbe4 (diff) | |
download | vaadin-framework-217580bb8afc6068eba951429defb66b4cdcab2f.tar.gz vaadin-framework-217580bb8afc6068eba951429defb66b4cdcab2f.zip |
Major theme refactoring:
-Base theme now completed.
-Default theme is now inherited from the Base theme, all redundant (but mandatory) style properties have been moved to the Base theme.
----
Includes major merges from 6.0 branch as well.
svn changeset:7572/svn branch:theme_2009_03
Diffstat (limited to 'WebContent/ITMILL/themes/default/menubar/menubar.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/menubar/menubar.css | 76 |
1 files changed, 26 insertions, 50 deletions
diff --git a/WebContent/ITMILL/themes/default/menubar/menubar.css b/WebContent/ITMILL/themes/default/menubar/menubar.css index 1251237666..99cc4083d7 100644 --- a/WebContent/ITMILL/themes/default/menubar/menubar.css +++ b/WebContent/ITMILL/themes/default/menubar/menubar.css @@ -1,56 +1,32 @@ -/* - *MenuBar styles - */ - -/*Top menu */ -.i-menubar table { - font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; - - border-style:ridge; - border-width:thin; - border-color: #D3D3D3; - - background-color : white; - white-space: nowrap; - +.i-menubar { + color: #464f52; + border: 1px solid #c6cbcc; + border-right: none; +} +.i-menubar .menuitem { + padding: 0 10px; + margin: 0 10px; + border-right: 1px solid #c6cbcc; } - -.i-menubar .menuitem{ - cursor : default; - - padding : 0px 10px; - margin : 0px 10px; - - background-color : white; - } - .i-menubar .menuitem-selected { - background-color : #EEEEFF; - } - -/*Submenu*/ + color: #fff; + background: #5daee8; +} .i-menubar-submenu { - font-size: 13px; - padding : 3px; - - font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; - background-color : white; - white-space: nowrap; - - border-style:ridge; - border-width:thin; - border-color: #D3D3D3; - - + background: #e9eced url(../tabsheet/img/tab-bg.png); + font-family: "Trebuchet MS", geneva, helvetica, arial, tahoma, verdana, sans-serif; + color: #464f52; + font-size: 12px; + line-height: 14px; + border-right: 1px solid #c6cbcc; + border-bottom: 1px solid #c6cbcc; + border-top: 1px solid #d0d4d5; + border-left: 1px solid #d0d4d5; } - -.i-menubar-submenu .menuitem { - cursor : default; - - background-color : white; - padding : 2px 10px; +.i-menubar-submenu .menuitem { + padding: 2px 10px; } - .i-menubar-submenu .menuitem-selected { - background-color : #EEEEFF; -} + color: #fff; + background: #5daee8; +}
\ No newline at end of file |