diff options
author | Henri Kerola <henri.kerola@itmill.com> | 2010-09-17 10:33:44 +0000 |
---|---|---|
committer | Henri Kerola <henri.kerola@itmill.com> | 2010-09-17 10:33:44 +0000 |
commit | 9a7024c8dd199b7f76350d5a4f09a4cead79e39f (patch) | |
tree | 28b3fa3a6e01153a87074fc19cc44f3cd5428750 /WebContent/VAADIN/themes/liferay/contextmenu | |
parent | 425bb03b222da153ac252b01b3ca46d1e714d869 (diff) | |
download | vaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.tar.gz vaadin-framework-9a7024c8dd199b7f76350d5a4f09a4cead79e39f.zip |
Liferay Alloy UI theme for Vaadin
svn changeset:14986/svn branch:6.4
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/contextmenu')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/contextmenu/contextmenu.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/contextmenu/contextmenu.css b/WebContent/VAADIN/themes/liferay/contextmenu/contextmenu.css new file mode 100644 index 0000000000..e29f0976e1 --- /dev/null +++ b/WebContent/VAADIN/themes/liferay/contextmenu/contextmenu.css @@ -0,0 +1,40 @@ +.v-contextmenu { + background: #ccc9c9 url(/html/themes/classic/images/application/menu_bg.png) repeat-x 0 0; + border: 1px solid; + border-color: #aeafb1 #777879 #777879 #aeafb1; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border-radius: 4px; +} + +.v-contextmenu table { + border-collapse: separate; +} + +.v-contextmenu .gwt-MenuItem { + padding: 3px 8px 2px 8px; + height: 16px; + color: #2c2f34; + text-shadow: -1px -1px #fff; + font-weight: bold; + border-bottom: 1px solid #bcbbbb; + border-top: 1px solid #eee; +} + +.v-contextmenu tr:last-child .gwt-MenuItem { + border-bottom-width: 0; +} + +.v-contextmenu .gwt-MenuItem img { + margin-right: 4px; +} + +.v-contextmenu .gwt-MenuItem-selected { + background-color: #5b677d; + color: #FFF; + text-shadow: -1px -1px #2c2f34; +} + +.v-contextmenu .gwt-MenuItem-selected div { + background: transparent; +}
\ No newline at end of file |